Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/javax/crypto/
DKeyGenerator.java181 private final static int I_NONE = 1; field in KeyGenerator
231 initType = I_NONE; in KeyGenerator()
429 } else if (initType != I_NONE) { in nextSpi()
/libcore/ojluni/src/main/java/java/security/
DKeyPairGenerator.java577 private final static int I_NONE = 1; field in KeyPairGenerator.Delegate
598 initType = I_NONE; in Delegate()
643 } else if (initType != I_NONE) { in nextSpi()
/libcore/ojluni/annotations/hiddenapi/java/security/
DKeyPairGenerator.java146 private static final int I_NONE = 1; // 0x1 field in KeyPairGenerator.Delegate