Class Password

  • All Implemented Interfaces:
    IPassword

    public class Password
    extends java.lang.Object
    implements IPassword
    • Constructor Summary

      Constructors 
      Constructor Description
      Password​(java.lang.String value, boolean isEncrypted)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getValue()  
      boolean isEncrypted()  
      • Methods inherited from class java.lang.Object

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

      • Password

        public Password​(java.lang.String value,
                        boolean isEncrypted)
    • Method Detail

      • getValue

        public java.lang.String getValue()
        Specified by:
        getValue in interface IPassword