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()
925 String wrappedKeyAlgorithm, in engineUnwrap() argument
2421 String wrappedKeyAlgorithm, in unwrap() argument2442 wrappedKeyAlgorithm, in unwrap()
111 public final java.security.Key unwrap(byte[] wrappedKey, java.lang.String wrappedKeyAlgorithm, int … in unwrap() argument