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

/openjdk7/jdk/src/share/classes/javax/crypto/
H A DCipherOutputStream.java31 * A CipherOutputStream is composed of an OutputStream and a Cipher so
34 * initialized before being used by a CipherOutputStream.
37 * CipherOutputStream will attempt to encrypt data before writing out the
52 * CipherOutputStream.
63 public class CipherOutputStream extends FilterOutputStream { class in inherits:FilterOutputStream
79 * Constructs a CipherOutputStream from an OutputStream and a
88 public CipherOutputStream(OutputStream os, Cipher c) { method in class:CipherOutputStream
95 * Constructs a CipherOutputStream from an OutputStream without
97 * CipherOutputStream using a NullCipher.
103 protected CipherOutputStream(OutputStrea method in class:CipherOutputStream
[all...]

Completed in 22 milliseconds