Searched refs:engineUnwrap (Results 1 – 3 of 3) sorted by relevance
144 … protected Key engineUnwrap(byte[] wrappedKey, String wrappedKeyAlgorithm, int wrappedKeyType) in engineUnwrap() method in CipherSpiTest.Mock_CipherSpi146 return super.engineUnwrap(wrappedKey, wrappedKeyAlgorithm, wrappedKeyType); in engineUnwrap()212 cSpi.engineUnwrap(new byte[0], "", 0); in testCipherSpi04()
923 protected Key engineUnwrap(byte[] wrappedKey, in engineUnwrap() method in CipherSpi
2440 return spi.engineUnwrap(wrappedKey, in unwrap()