Class AuthRSAPassword
java.lang.Object
pro.gravit.launcher.request.auth.password.AuthRSAPassword
- All Implemented Interfaces:
AuthRequest.AuthPasswordInterface
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface pro.gravit.launcher.request.auth.AuthRequest.AuthPasswordInterface
isAllowSave
-
Field Details
-
password
public final byte[] password
-
-
Constructor Details
-
AuthRSAPassword
public AuthRSAPassword(byte[] rsaEncryptedPassword)
-
-
Method Details
-
check
public boolean check()- Specified by:
checkin interfaceAuthRequest.AuthPasswordInterface
-