Class AuthSignaturePassword

    • Field Summary

      Fields 
      Modifier and Type Field Description
      byte[] publicKey  
      byte[] salt  
      byte[] signature  
    • 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

      • signature

        public byte[] signature
      • publicKey

        public byte[] publicKey
      • salt

        public byte[] salt
    • Constructor Detail

      • AuthSignaturePassword

        public AuthSignaturePassword()