Searched refs:engineUnwrap (Results 1 - 19 of 19) sorted by relevance

/openjdk7/jdk/test/javax/crypto/Cipher/
H A DByteBuffersNull.java191 public Key engineUnwrap(byte[] wKey, String wKeyAlgorithm, method in class:ByteBuffersNull.CipherSpiImpl
194 return super.engineUnwrap(wKey, wKeyAlgorithm, wKeyType);
/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DAESCipher.java420 protected Key engineUnwrap(byte[] wrappedKey, method in class:AESCipher
H A DBlowfishCipher.java421 protected Key engineUnwrap(byte[] wrappedKey, method in class:BlowfishCipher
H A DDESCipher.java421 protected Key engineUnwrap(byte[] wrappedKey, method in class:DESCipher
H A DDESedeCipher.java419 protected Key engineUnwrap(byte[] wrappedKey, method in class:DESedeCipher
H A DPBEWithMD5AndDESCipher.java420 protected Key engineUnwrap(byte[] wrappedKey, method in class:PBEWithMD5AndDESCipher
H A DPBEWithMD5AndTripleDESCipher.java428 protected Key engineUnwrap(byte[] wrappedKey, method in class:PBEWithMD5AndTripleDESCipher
H A DRC2Cipher.java145 protected Key engineUnwrap(byte[] wrappedKey, String wrappedKeyAlgorithm, method in class:RC2Cipher
H A DARCFOURCipher.java251 protected Key engineUnwrap(byte[] wrappedKey, String algorithm, method in class:ARCFOURCipher
H A DCipherWithWrappingSpi.java119 protected final Key engineUnwrap(byte[] wrappedKey, method in class:CipherWithWrappingSpi
H A DAESWrapCipher.java434 protected Key engineUnwrap(byte[] wrappedKey, method in class:AESWrapCipher
H A DPKCS12PBECipherCore.java434 protected Key engineUnwrap(byte[] wrappedKey, method in class:PKCS12PBECipherCore.PBEWithSHA1AndDESede
509 protected Key engineUnwrap(byte[] wrappedKey, method in class:PKCS12PBECipherCore.PBEWithSHA1AndRC2_40
H A DDESedeWrapCipher.java513 protected Key engineUnwrap(byte[] wrappedKey, method in class:DESedeWrapCipher
H A DRSACipher.java420 protected Key engineUnwrap(byte[] wrappedKey, String algorithm, method in class:RSACipher
/openjdk7/jdk/src/share/classes/javax/crypto/
H A DCipherSpi.java903 protected Key engineUnwrap(byte[] wrappedKey, method in class:CipherSpi
H A DCipher.java2466 return spi.engineUnwrap(wrappedKey,
/openjdk7/jdk/src/windows/classes/sun/security/mscapi/
H A DRSACipher.java359 protected java.security.Key engineUnwrap(byte[] wrappedKey, String algorithm, method in class:RSACipher
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DP11RSACipher.java452 protected Key engineUnwrap(byte[] wrappedKey, String algorithm, method in class:P11RSACipher
H A DP11Cipher.java862 protected Key engineUnwrap(byte[] wrappedKey, String wrappedKeyAlgorithm, method in class:P11Cipher
866 throw new UnsupportedOperationException("engineUnwrap()");

Completed in 68 milliseconds