org.neuclear.commons.crypto.streams
Class PasswordEncryptingInputStream

java.lang.Object
  extended by java.io.InputStream
      extended by java.io.FilterInputStream
          extended by javax.crypto.CipherInputStream
              extended by org.neuclear.commons.crypto.streams.PasswordEncryptingInputStream
All Implemented Interfaces:
java.io.Closeable

public class PasswordEncryptingInputStream
extends javax.crypto.CipherInputStream

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


Field Summary
 
Fields inherited from class java.io.FilterInputStream
in
 
Constructor Summary
PasswordEncryptingInputStream(java.io.InputStream stream, char[] password)
           
 
Method Summary
 
Methods inherited from class javax.crypto.CipherInputStream
available, close, markSupported, read, read, read, skip
 
Methods inherited from class java.io.FilterInputStream
mark, reset
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PasswordEncryptingInputStream

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


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