Searched refs:wrappedKeyAlgorithm (Results 1 – 2 of 2) sorted by relevance
769 protected final Key engineUnwrap(byte[] wrappedKey, String wrappedKeyAlgorithm, in engineUnwrap() argument772 return mCipher.unwrap(wrappedKey, wrappedKeyAlgorithm, wrappedKeyType); in engineUnwrap()798 return new SecretKeySpec(encoded, wrappedKeyAlgorithm); in engineUnwrap()803 KeyFactory keyFactory = KeyFactory.getInstance(wrappedKeyAlgorithm); in engineUnwrap()814 KeyFactory keyFactory = KeyFactory.getInstance(wrappedKeyAlgorithm); in engineUnwrap()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...