Searched refs:RANDOM_SECURE (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/setup/
H A DServicesDefaultValues.java60 public static final String RANDOM_SECURE = "@128_BIT_RANDOM_SECURE@"; field in class:ServicesDefaultValues
594 while (orig.contains(RANDOM_SECURE)) {
597 orig = orig.replace(RANDOM_SECURE, Base64.encode(bytes));
/forgerock/openam/openam-core/src/main/java/com/sun/identity/setup/
H A DServicesDefaultValues.java61 public static final String RANDOM_SECURE = "@128_BIT_RANDOM_SECURE@"; field in class:ServicesDefaultValues
544 orig = replaceRandomSecureTags(orig, RANDOM_SECURE, 128);

Completed in 37 milliseconds