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

/openjdk7/jdk/test/javax/crypto/NullCipher/
H A DTestWithoutInit.java62 ci.unwrap(in, "any", Cipher.SECRET_KEY);
/openjdk7/jdk/test/com/sun/crypto/provider/Cipher/AES/
H A DTest4626070.java56 Cipher.SECRET_KEY);
/openjdk7/jdk/test/javax/crypto/Cipher/
H A DTestCipherMode.java80 c.unwrap(new byte[16], ALGO, Cipher.SECRET_KEY);
/openjdk7/jdk/test/com/sun/crypto/provider/Cipher/DES/
H A DKeyWrapping.java58 Cipher.SECRET_KEY);
/openjdk7/jdk/test/sun/security/pkcs11/rsa/
H A DKeyWrap.java84 Key unwrapped = c.unwrap(wrapped, alg, Cipher.SECRET_KEY);
/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DConstructKeys.java176 case Cipher.SECRET_KEY:
H A DCipherWithWrappingSpi.java106 * This is one of <code>Cipher.SECRET_KEY</code>,
137 case Cipher.SECRET_KEY:
/openjdk7/jdk/test/com/sun/crypto/provider/Cipher/KeyWrap/
H A DNISTWrapKAT.java94 Key unwrapped = c.unwrap(wrapped, "AES", Cipher.SECRET_KEY);
H A DXMLEncKAT.java126 key[i] = c.unwrap(wrappedKey, "AES", Cipher.SECRET_KEY);
/openjdk7/jdk/test/sun/security/pkcs11/Cipher/
H A DTestRSACipherWrap.java95 unwrapCipher.unwrap(wrappedKey, algo, Cipher.SECRET_KEY);
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DRSAClientKeyExchange.java147 "TlsRsaPremasterSecret", Cipher.SECRET_KEY);
/openjdk7/jdk/src/windows/classes/sun/security/mscapi/
H A DRSACipher.java377 case Cipher.SECRET_KEY:
/openjdk7/jdk/test/com/oracle/security/ucrypto/
H A DTestAES.java196 int[] tbwKeyTypes = { Cipher.SECRET_KEY, Cipher.PRIVATE_KEY, Cipher.PUBLIC_KEY };
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DP11RSACipher.java575 case Cipher.SECRET_KEY:
/openjdk7/jdk/src/share/classes/javax/crypto/
H A DCipher.java192 public static final int SECRET_KEY = 3; field in class:Cipher
2429 * <code>SECRET_KEY</code>, <code>PRIVATE_KEY</code>, or
2459 if ((wrappedKeyType != SECRET_KEY) &&
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/encryption/
H A DXMLCipher.java1371 ret = c.unwrap(encryptedBytes, jceKeyAlgorithm, Cipher.SECRET_KEY);

Completed in 57 milliseconds