gnu.crypto.sasl.srp

Class SRPServer

public class SRPServer extends ServerMechanism implements SaslServer

The SASL-SRP server-side mechanism.

Version: $Revision: 1.7 $

Constructor Summary
SRPServer()
Method Summary
protected byte[]engineUnwrap(byte[] incoming, int offset, int len)
protected byte[]engineWrap(byte[] outgoing, int offset, int len)
byte[]evaluateResponse(byte[] response)
protected StringgetNegotiatedQOP()
protected StringgetNegotiatedRawSendSize()
protected StringgetNegotiatedStrength()
protected StringgetReuse()
protected voidinitMechanism()
protected voidresetMechanism()

Constructor Detail

SRPServer

public SRPServer()

Method Detail

engineUnwrap

protected byte[] engineUnwrap(byte[] incoming, int offset, int len)

engineWrap

protected byte[] engineWrap(byte[] outgoing, int offset, int len)

evaluateResponse

public byte[] evaluateResponse(byte[] response)

getNegotiatedQOP

protected String getNegotiatedQOP()

getNegotiatedRawSendSize

protected String getNegotiatedRawSendSize()

getNegotiatedStrength

protected String getNegotiatedStrength()

getReuse

protected String getReuse()

initMechanism

protected void initMechanism()

resetMechanism

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