gnu.crypto.key.srp6

Class SRP6Host

public class SRP6Host extends SRP6KeyAgreement

The implementation of the Host in the SRP-6 key agreement 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.