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