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

/openjdk7/jdk/src/share/classes/java/security/
H A DKeyPairGenerator.java540 private final static int I_SIZE = 2; field in class:KeyPairGenerator.Delegate
593 if (initType == I_SIZE) {
632 initType = I_SIZE;
/openjdk7/jdk/src/share/classes/javax/crypto/
H A DKeyGenerator.java117 private final static int I_SIZE = 4; field in class:KeyGenerator
335 if (initType == I_SIZE) {
502 initType = I_SIZE;

Completed in 69 milliseconds