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

/libcore/ojluni/src/main/java/java/security/
H A DKeyPairGenerator.java579 private final static int I_PARAMS = 3; field in class:KeyPairGenerator.Delegate
641 } else if (initType == I_PARAMS) {
705 initType = I_PARAMS;
/libcore/ojluni/src/main/java/javax/crypto/
H A DKeyGenerator.java183 private final static int I_PARAMS = 3; field in class:KeyGenerator
425 } else if (initType == I_PARAMS) {
527 initType = I_PARAMS;
H A DKeyAgreement.java370 private final static int I_PARAMS = 2; field in class:KeyAgreement
377 } else { // I_PARAMS
569 chooseProvider(I_PARAMS, key, params, random);

Completed in 80 milliseconds