Searched refs:unseal (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/javax/crypto/
H A DSealedObject.java229 * @param key the key used to unseal the object.
236 * @exception NoSuchAlgorithmException if the algorithm to unseal the
238 * @exception InvalidKeyException if the given key cannot be used to unseal
251 return unseal(key, null);
271 * @param c the cipher used to unseal the object
322 * @param key the key used to unseal the object.
323 * @param provider the name of the provider of the algorithm to unseal
333 * @exception NoSuchAlgorithmException if the algorithm to unseal the
337 * @exception InvalidKeyException if the given key cannot be used to unseal
353 return unseal(ke
360 private Object unseal(Key key, String provider) method in class:SealedObject
[all...]

Completed in 38 milliseconds