public class HexHashedClientEvidenceRoutine extends Object implements com.nimbusds.srp6.ClientEvidenceRoutine
Specification RFC 2945
| Constructor and Description |
|---|
HexHashedClientEvidenceRoutine() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
computeClientEvidence(com.nimbusds.srp6.SRP6CryptoParams cryptoParams,
com.nimbusds.srp6.SRP6ClientEvidenceContext ctx)
Computes a client evidence message 'M1'.
|
public HexHashedClientEvidenceRoutine()
public BigInteger computeClientEvidence(com.nimbusds.srp6.SRP6CryptoParams cryptoParams, com.nimbusds.srp6.SRP6ClientEvidenceContext ctx)
computeClientEvidence in interface com.nimbusds.srp6.ClientEvidenceRoutinecryptoParams - The crypto parameters for the SRP-6a protocol.ctx - Snapshot of the SRP-6a client session variables which may be
used in the computation of the client evidence message.Copyright © 2014. All Rights Reserved.