Searched defs:replaceRandomSecureTags (Results 1 - 1 of 1) sorted by relevance

/forgerock/openam/openam-core/src/main/java/com/sun/identity/setup/
H A DServicesDefaultValues.java544 orig = replaceRandomSecureTags(orig, RANDOM_SECURE, 128);
545 orig = replaceRandomSecureTags(orig, RANDOM_SECURE_256, 256);
549 private static String replaceRandomSecureTags(String orig, String tag, int size) { method in class:ServicesDefaultValues

Completed in 27 milliseconds