Class PasswordCryptor


  • public class PasswordCryptor
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      PasswordCryptor()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.io.InputStream decrypt​(char[] password, java.io.InputStream out)  
      java.io.OutputStream encrypt​(char[] password, java.io.OutputStream out)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PasswordCryptor

        public PasswordCryptor()
                        throws java.lang.Exception
        Throws:
        java.lang.Exception
    • Method Detail

      • encrypt

        public java.io.OutputStream encrypt​(char[] password,
                                            java.io.OutputStream out)
                                     throws java.lang.Exception
        Throws:
        java.lang.Exception
      • decrypt

        public java.io.InputStream decrypt​(char[] password,
                                           java.io.InputStream out)
                                    throws java.lang.Exception
        Throws:
        java.lang.Exception