Home
last modified time | relevance | path

Searched refs:I_NONE (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/javax/crypto/
DKeyGenerator.java179 private final static int I_NONE = 1; field in KeyGenerator
228 initType = I_NONE; in KeyGenerator()
421 } else if (initType != I_NONE) { in nextSpi()
/libcore/ojluni/src/main/java/java/security/
DKeyPairGenerator.java578 private final static int I_NONE = 1; field in KeyPairGenerator.Delegate
599 initType = I_NONE; in Delegate()
644 } else if (initType != I_NONE) { in nextSpi()