|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ServerEvidenceRoutine
Custom routine interface for computing the server evidence message 'M2'.
If you don't want to employ the default routine for computing the server evidence message you can use this
interface to define your own. Remember to make sure that exactly the same
routine is used by both client and server session, else authentication will
fail.
| Method Summary | |
|---|---|
java.math.BigInteger |
computeServerEvidence(SRP6CryptoParams cryptoParams,
SRP6ServerEvidenceContext ctx)
Computes a server evidence message 'M2'. |
| Method Detail |
|---|
java.math.BigInteger computeServerEvidence(SRP6CryptoParams cryptoParams,
SRP6ServerEvidenceContext ctx)
cryptoParams - The crypto parameters for the SRP-6a protocol.ctx - Snapshot of the SRP-6a server session variables
which may be used in the computation of the
server evidence message.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||