Searched refs:SECRET_KEY (Results 1 - 5 of 5) sorted by relevance

/dalvik/libcore/crypto/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/func/
H A DCipherWrapThread.java42 Key decrypted = cip.unwrap(output, getAlgName(), Cipher.SECRET_KEY);
/dalvik/libcore/security/src/main/java/org/bouncycastle/jce/provider/
H A DWrapCipherSpi.java328 if (wrappedKeyType == Cipher.SECRET_KEY)
H A DBrokenJCEBlockCipher.java511 if (wrappedKeyType == Cipher.SECRET_KEY)
/dalvik/libcore/crypto/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
H A DCipherTest.java1212 c.unwrap(arDES, "DES", Cipher.SECRET_KEY);
1219 assertTrue(cipherKeyDES.equals(c.unwrap(arDES, "DES", Cipher.SECRET_KEY)));
1220 assertFalse(cipherKeyDES.equals(c.unwrap(ar, "DES", Cipher.SECRET_KEY)));
1232 c.unwrap(arDES, "DESede", Cipher.SECRET_KEY);
/dalvik/libcore/crypto/src/main/java/javax/crypto/
H A DCipher.java90 public static final int SECRET_KEY = 3; field in class:Cipher
1315 * the type of the wrapped key (one of: {@code SECRET_KEY

Completed in 358 milliseconds