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

/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DCipherBox.java91 final class CipherBox { class
93 // A CipherBox that implements the identity operation
94 final static CipherBox NULL = new CipherBox();
133 private CipherBox() { method in class:CipherBox
140 * Construct a new CipherBox using the cipher transformation.
145 private CipherBox(ProtocolVersion protocolVersion, BulkCipher bulkCipher, method in class:CipherBox
196 * Factory method to obtain a new CipherBox object.
198 static CipherBox newCipherBox(ProtocolVersion version, BulkCipher cipher,
208 return new CipherBox(versio
[all...]

Completed in 32 milliseconds