gnu.crypto.key.srp6
public class SRP6TLSServer extends SRP6KeyAgreement
A variation of the SRP6 key agreement protocol, for the server-side as
proposed in
Using
SRP for TLS Authentication. The only difference between it and the SASL
variant is that the shared secret is the entity S
and not
H(S)
.
Version: $Revision: 1.3 $
Method Summary | |
---|---|
protected OutgoingMessage | computeSharedSecret(IncomingMessage in) |
protected void | engineInit(Map attributes) |
protected OutgoingMessage | engineProcessMessage(IncomingMessage in) |
protected void | engineReset() |