gnu.crypto.key.srp6

Class SRP6User

public class SRP6User extends SRP6KeyAgreement

The implementation of the User in the SRP-6 protocol.

Reference:

  1. SRP Protocol Design
    Thomas J. Wu.

Version: $Revision: 1.3 $

Method Summary
protected voidengineInit(Map attributes)
protected OutgoingMessageengineProcessMessage(IncomingMessage in)
protected voidengineReset()

Method Detail

engineInit

protected void engineInit(Map attributes)

engineProcessMessage

protected OutgoingMessage engineProcessMessage(IncomingMessage in)

engineReset

protected void engineReset()
Copyright © 2001, 2002, 2003 Free Software Foundation, Inc. All Rights Reserved.