gnu.crypto.key.srp6
Class SRP6User
java.lang.Object
gnu.crypto.key.BaseKeyAgreementParty
gnu.crypto.key.srp6.SRP6KeyAgreement
gnu.crypto.key.srp6.SRP6User
- All Implemented Interfaces:
- IKeyAgreementParty
- public class SRP6User
- extends SRP6KeyAgreement
The implementation of the User in the SRP-6 protocol.
Reference:
- SRP Protocol Design
Thomas J. Wu.
- Version:
- $Revision: 1.3 $
Fields inherited from class gnu.crypto.key.srp6.SRP6KeyAgreement |
g, GENERATOR, HASH_FUNCTION, HOST_PASSWORD_DB, K, N, SHARED_MODULUS, SOURCE_OF_RANDOMNESS, srp, THREE, USER_IDENTITY, USER_PASSWORD |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SRP6User
public SRP6User()
engineInit
protected void engineInit(Map attributes)
throws KeyAgreementException
- Specified by:
engineInit
in class BaseKeyAgreementParty
- Throws:
KeyAgreementException
engineProcessMessage
protected OutgoingMessage engineProcessMessage(IncomingMessage in)
throws KeyAgreementException
- Specified by:
engineProcessMessage
in class BaseKeyAgreementParty
- Throws:
KeyAgreementException
engineReset
protected void engineReset()
- Overrides:
engineReset
in class SRP6KeyAgreement
Copyright © 2001, 2002, 2003
Free Software Foundation,
Inc. All Rights Reserved.