de.osci.osci12.common
Class BOSCipherOutputStream

java.lang.Object
  |
  +--java.io.OutputStream
        |
        +--java.io.FilterOutputStream
              |
              +--javax.crypto.CipherOutputStream
                    |
                    +--de.osci.osci12.common.BOSCipherOutputStream

public synchronized class BOSCipherOutputStream
extends javax.crypto.CipherOutputStream


Constructor Summary
BOSCipherOutputStream(java.io.OutputStream, javax.crypto.Cipher)
           
 
Method Summary
 void flush()
           
 
Methods inherited from class javax.crypto.CipherOutputStream
close, write, write, write
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BOSCipherOutputStream

public BOSCipherOutputStream(java.io.OutputStream,
                             javax.crypto.Cipher)
Method Detail

flush

public void flush()
           throws java.io.IOException
Overrides:
flush in class javax.crypto.CipherOutputStream
java.io.IOException