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()
923 protected Key engineUnwrap(byte[] wrappedKey, in engineUnwrap() argument
2419 public final Key unwrap(byte[] wrappedKey, in unwrap() argument2440 return spi.engineUnwrap(wrappedKey, in unwrap()
107 public final java.security.Key unwrap(byte[] wrappedKey, java.lang.String wrappedKeyAlgorithm, int … in unwrap() argument