Class AuthECPassword

    • Field Summary

      Fields 
      Modifier and Type Field Description
      byte[] password  
    • Constructor Summary

      Constructors 
      Constructor Description
      AuthECPassword​(byte[] password)  
    • Method Summary

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

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

      • password

        public final byte[] password
    • Constructor Detail

      • AuthECPassword

        public AuthECPassword​(byte[] password)