org.neuclear.commons.crypto.streams
Class PasswordDecryptingOutputStream

java.lang.Object
  extended by java.io.OutputStream
      extended by java.io.FilterOutputStream
          extended by javax.crypto.CipherOutputStream
              extended by org.neuclear.commons.crypto.streams.PasswordDecryptingOutputStream
All Implemented Interfaces:
java.io.Closeable, java.io.Flushable

public class PasswordDecryptingOutputStream
extends javax.crypto.CipherOutputStream

User: pelleb Date: Mar 31, 2004 Time: 12:25:38 PM


Field Summary
 
Fields inherited from class java.io.FilterOutputStream
out
 
Constructor Summary
PasswordDecryptingOutputStream(java.io.OutputStream stream, char[] password)
           
 
Method Summary
 
Methods inherited from class javax.crypto.CipherOutputStream
close, flush, write, write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PasswordDecryptingOutputStream

public PasswordDecryptingOutputStream(java.io.OutputStream stream,
                                      char[] password)
                               throws java.security.GeneralSecurityException
Throws:
java.security.GeneralSecurityException


Copyright © 2003-2004 Antilles Software Ventures SA. All Rights Reserved.