Searched refs:wrappedKey (Results 1 – 3 of 3) sorted by relevance
132 … protected Key engineUnwrap(byte[] wrappedKey, String wrappedKeyAlgorithm, int wrappedKeyType) in engineUnwrap() argument134 return super.engineUnwrap(wrappedKey, wrappedKeyAlgorithm, wrappedKeyType); in engineUnwrap()
903 protected Key engineUnwrap(byte[] wrappedKey, in engineUnwrap() argument
2414 public final Key unwrap(byte[] wrappedKey, in unwrap() argument2435 return spi.engineUnwrap(wrappedKey, in unwrap()