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

/forgerock/openam-v13/openam-shared/src/main/java/com/iplanet/services/util/
H A DJSSEncryption.java131 private static final String[] KEYGEN_ALGS = { field in class:JSSEncryption
140 private static int NUM_KEYGEN_ALG = KEYGEN_ALGS.length;
181 // and all the key generation algorithms in KEYGEN_ALGS.
193 if (!tok.doesAlgorithm(getKeyGenAlg(KEYGEN_ALGS[i]))) {
221 PBEAlgorithm keyAlg = getKeyGenAlg(KEYGEN_ALGS[i]);
229 KEYGEN_ALGS[i]);
232 debug.error("Failed creating symKey : " + KEYGEN_ALGS[i], e);
412 if (algName.equals(KEYGEN_ALGS[i])) {

Completed in 37 milliseconds