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

/openjdk7/jdk/src/share/classes/javax/crypto/
H A DSealedObject.java231 * @param key the key used to unseal the object.
238 * @exception NoSuchAlgorithmException if the algorithm to unseal the
240 * @exception InvalidKeyException if the given key cannot be used to unseal
253 return unseal(key, null);
273 * @param c the cipher used to unseal the object
324 * @param key the key used to unseal the object.
325 * @param provider the name of the provider of the algorithm to unseal
335 * @exception NoSuchAlgorithmException if the algorithm to unseal the
339 * @exception InvalidKeyException if the given key cannot be used to unseal
355 return unseal(ke
364 private Object unseal(Key key, String provider) method in class:SealedObject
[all...]
/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DKeyProtector.java325 Key unseal(SealedObject so) method in class:KeyProtector

Completed in 120 milliseconds