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

/forgerock/openam-v13/openam-shared/src/main/java/com/iplanet/services/util/
H A DJSSEncryption.java151 private static int NUM_ENCRYPTION_ALG = ENCRYPTION_ALGS.length; field in class:JSSEncryption
334 if ((int)type[1] < 0 && (int)type[1] >= NUM_ENCRYPTION_ALG){
449 for (int i = 0; i < NUM_ENCRYPTION_ALG; i++) {

Completed in 19 milliseconds