|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.OutputStream
java.io.FilterOutputStream
ccs.crypt.CipherOutputStream
ccs.crypt.AbstractBlockCipherOutputStream
ccs.crypt.BCCHOutputStream
public class BCCHOutputStream
Field Summary |
---|
Fields inherited from class ccs.crypt.CipherOutputStream |
---|
plainlen, temp8 |
Fields inherited from class java.io.FilterOutputStream |
---|
out |
Constructor Summary | |
---|---|
protected |
BCCHOutputStream(DammedOutputStream dos,
long plainlen,
BCCHBlockCipher cipher)
|
Method Summary | |
---|---|
protected void |
writeHeader(java.io.OutputStream q)
Write the first part of the "header", not including any required stream length information. |
Methods inherited from class ccs.crypt.AbstractBlockCipherOutputStream |
---|
finish, write |
Methods inherited from class ccs.crypt.CipherOutputStream |
---|
close, flush, write |
Methods inherited from class java.io.FilterOutputStream |
---|
write |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected BCCHOutputStream(DammedOutputStream dos, long plainlen, BCCHBlockCipher cipher)
Method Detail |
---|
protected void writeHeader(java.io.OutputStream q) throws java.io.IOException
AbstractBlockCipherOutputStream
writeHeader
in class AbstractBlockCipherOutputStream
q
- The stream to write to.
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |