SecureRemotePassword::Client
Inherits SecureRemotePassword::Helpers / Reference / Object
Constructors
new(username : String, password : String, group : Int32 = 3072, algorithm : Algorithm = Algorithm::SHA512, arg_a : BigInt = random_big_int(32))
SourceInstance methods
algorithm
Sourcearg_a
Sourcearg_g
Sourcearg_k
Sourcearg_N
Sourcegroup
Sourceprocess_challenge(server : Challenge)
Process initiated authentication challenge. Returns M if authentication is successful, false otherwise. Salt and B should be given in hex.
session_key
Sourcestart_authentication
Sourceusername
Sourceverifier
Source