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

/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DKeyProtector.java319 return new SealedObjectForKeyProtector(key, cipher);
334 SealedObjectForKeyProtector soForKeyProtector = null;
335 if (!(so instanceof SealedObjectForKeyProtector)) {
336 soForKeyProtector = new SealedObjectForKeyProtector(so);
338 soForKeyProtector = (SealedObjectForKeyProtector)so;
381 final class SealedObjectForKeyProtector extends javax.crypto.SealedObject { class in inherits:javax.crypto.SealedObject
385 SealedObjectForKeyProtector(Serializable object, Cipher c) method in class:SealedObjectForKeyProtector
390 SealedObjectForKeyProtector(SealedObject so) { method in class:SealedObjectForKeyProtector

Completed in 50 milliseconds