Searched refs:wrappedKeyType (Results 1 – 7 of 7) sorted by relevance
297 int wrappedKeyType) in engineUnwrap() argument328 if (wrappedKeyType == Cipher.SECRET_KEY) in engineUnwrap()332 else if (wrappedKeyAlgorithm.equals("") && wrappedKeyType == Cipher.PRIVATE_KEY) in engineUnwrap()391 if (wrappedKeyType == Cipher.PUBLIC_KEY) in engineUnwrap()395 else if (wrappedKeyType == Cipher.PRIVATE_KEY) in engineUnwrap()415 throw new InvalidKeyException("Unknown key type " + wrappedKeyType); in engineUnwrap()
494 int wrappedKeyType) in engineUnwrap() argument511 if (wrappedKeyType == Cipher.SECRET_KEY) in engineUnwrap()521 if (wrappedKeyType == Cipher.PUBLIC_KEY) in engineUnwrap()525 else if (wrappedKeyType == Cipher.PRIVATE_KEY) in engineUnwrap()543 throw new InvalidKeyException("Unknown key type " + wrappedKeyType); in engineUnwrap()
166 int wrappedKeyType) throws InvalidKeyException, in engineUnwrap() argument
565 int wrappedKeyType) throws InvalidKeyException, in engineUnwrap() argument
1392 int wrappedKeyType) throws InvalidKeyException, in unwrap() argument1399 wrappedKeyType); in unwrap()
138 … protected Key engineUnwrap(byte[] wrappedKey, String wrappedKeyAlgorithm, int wrappedKeyType) in engineUnwrap() argument140 return super.engineUnwrap(wrappedKey, wrappedKeyAlgorithm, wrappedKeyType); in engineUnwrap()
34 crypto.11=engineUnwrap(byte[] wrappedKey, String wrappedKeyAlgorithm, int wrappedKeyType) is not su…