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

/forgerock/openam-v13/openam-shared/src/main/java/com/iplanet/services/util/
H A DJSSEncryption.java142 private static final String[] ENCRYPTION_ALGS = { field in class:JSSEncryption
151 private static int NUM_ENCRYPTION_ALG = ENCRYPTION_ALGS.length;
343 getEncryptionAlg(ENCRYPTION_ALGS[(int)type[1]]);
450 if (algName.equals(ENCRYPTION_ALGS[i])) {

Completed in 20 milliseconds