Class JavaCrypt


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

      Constructors 
      Constructor Description
      JavaCrypt()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.CharSequence crypt​(java.lang.CharSequence original, java.lang.CharSequence salt)  
      • Methods inherited from class java.lang.Object

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

      • JavaCrypt

        public JavaCrypt()
    • Method Detail

      • crypt

        public static final java.lang.CharSequence crypt​(java.lang.CharSequence original,
                                                         java.lang.CharSequence salt)