Searched refs:wrappedKeyAlgorithm (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 String wrappedKeyAlgorithm, in engineUnwrap() argument
2420 String wrappedKeyAlgorithm, in unwrap() argument2441 wrappedKeyAlgorithm, in unwrap()
107 public final java.security.Key unwrap(byte[] wrappedKey, java.lang.String wrappedKeyAlgorithm, int … in unwrap() argument