Searched refs:wrappedKey (Results 1 – 4 of 4) sorted by relevance
144 … protected Key engineUnwrap(byte[] wrappedKey, String wrappedKeyAlgorithm, int wrappedKeyType) in engineUnwrap() argument146 return super.engineUnwrap(wrappedKey, wrappedKeyAlgorithm, wrappedKeyType); in engineUnwrap()
924 protected Key engineUnwrap(byte[] wrappedKey, in engineUnwrap() argument
2438 public final Key unwrap(byte[] wrappedKey, in unwrap() argument2459 return spi.engineUnwrap(wrappedKey, in unwrap()
111 public final java.security.Key unwrap(byte[] wrappedKey, java.lang.String wrappedKeyAlgorithm, int … in unwrap() argument