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

/openjdk7/jdk/test/javax/crypto/Cipher/
H A DByteBuffersNull.java186 public byte[] engineWrap(Key key) method in class:ByteBuffersNull.CipherSpiImpl
188 return super.engineWrap(key);
/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DAESCipher.java394 protected byte[] engineWrap(Key key) method in class:AESCipher
H A DBlowfishCipher.java395 protected byte[] engineWrap(Key key) method in class:BlowfishCipher
H A DDESCipher.java395 protected byte[] engineWrap(Key key) method in class:DESCipher
H A DDESedeCipher.java393 protected byte[] engineWrap(Key key) method in class:DESedeCipher
H A DPBEWithMD5AndDESCipher.java394 protected byte[] engineWrap(Key key) method in class:PBEWithMD5AndDESCipher
H A DPBEWithMD5AndTripleDESCipher.java402 protected byte[] engineWrap(Key key) method in class:PBEWithMD5AndTripleDESCipher
H A DRC2Cipher.java140 protected byte[] engineWrap(Key key) method in class:RC2Cipher
H A DARCFOURCipher.java241 protected byte[] engineWrap(Key key) throws IllegalBlockSizeException, method in class:ARCFOURCipher
H A DCipherWithWrappingSpi.java78 protected final byte[] engineWrap(Key key) method in class:CipherWithWrappingSpi
H A DAESWrapCipher.java372 protected byte[] engineWrap(Key key) method in class:AESWrapCipher
H A DPKCS12PBECipherCore.java449 protected byte[] engineWrap(Key key) method in class:PKCS12PBECipherCore.PBEWithSHA1AndDESede
524 protected byte[] engineWrap(Key key) method in class:PKCS12PBECipherCore.PBEWithSHA1AndRC2_40
H A DDESedeWrapCipher.java449 protected byte[] engineWrap(Key key) method in class:DESedeWrapCipher
H A DRSACipher.java401 protected byte[] engineWrap(Key key) throws InvalidKeyException, method in class:RSACipher
/openjdk7/jdk/src/share/classes/javax/crypto/
H A DCipherSpi.java867 protected byte[] engineWrap(Key key) method in class:CipherSpi
H A DCipher.java2417 return spi.engineWrap(key);
/openjdk7/jdk/src/windows/classes/sun/security/mscapi/
H A DRSACipher.java340 protected byte[] engineWrap(Key key) throws InvalidKeyException, method in class:RSACipher
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DP11RSACipher.java411 protected byte[] engineWrap(Key key) throws InvalidKeyException, method in class:P11RSACipher
H A DP11Cipher.java855 protected byte[] engineWrap(Key key) throws IllegalBlockSizeException, method in class:P11Cipher
858 throw new UnsupportedOperationException("engineWrap()");

Completed in 1512 milliseconds