Searched defs:SECRET_KEY (Results 1 - 2 of 2) sorted by relevance

/libcore/luni/src/main/java/javax/crypto/
H A DCipher.java87 public static final int SECRET_KEY = 3; field in class:Cipher
1297 * the type of the wrapped key (one of: {@code SECRET_KEY
/libcore/luni/src/test/java/libcore/java/security/
H A DKeyStoreTest.java61 private static SecretKey SECRET_KEY; field in class:KeyStoreTest
104 if (SECRET_KEY == null) {
105 SECRET_KEY = generateSecretKey();
107 return SECRET_KEY;

Completed in 1442 milliseconds