| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.io.InputStream
java.io.FilterInputStream
ccs.crypt.CipherInputStream
ccs.crypt.AbstractBlockCipherInputStream
ccs.crypt.BCCHInputStream
public class BCCHInputStream
| Field Summary | 
|---|
| Fields inherited from class ccs.crypt.CipherInputStream | 
|---|
isDelimit, temp8 | 
| Fields inherited from class java.io.FilterInputStream | 
|---|
in | 
| Method Summary | |
|---|---|
protected  void | 
readHeader(java.io.InputStream is)
Read in the header, not including any self-delimiting information.  | 
| Methods inherited from class ccs.crypt.AbstractBlockCipherInputStream | 
|---|
finish, read | 
| Methods inherited from class ccs.crypt.CipherInputStream | 
|---|
available, close, mark, markSupported, read, read, reset, skip | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Method Detail | 
|---|
protected void readHeader(java.io.InputStream is)
                   throws java.io.IOException
AbstractBlockCipherInputStreamUnsigned.readFully
        is your friend. Remember to wash this through your MAC. The AbstractBlockCipher's 
        buffer is available as scratch space.
readHeader in class AbstractBlockCipherInputStreamis - The stream to read from.
java.io.IOException
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||