Bouncy Castle Cryptography Library 1.64

org.bouncycastle.crypto.tls
Interface TlsSRPGroupVerifier

All Known Implementing Classes:
DefaultTlsSRPGroupVerifier

Deprecated. Migrate to the (D)TLS API in org.bouncycastle.tls (bctls jar).

public interface TlsSRPGroupVerifier


Method Summary
 boolean accept(SRP6GroupParameters group)
          Deprecated. Check whether the given SRP group parameters are acceptable for use.
 

Method Detail

accept

public boolean accept(SRP6GroupParameters group)
Deprecated. 
Check whether the given SRP group parameters are acceptable for use.

Parameters:
group - the SRP6GroupParameters to check
Returns:
true if (and only if) the specified group parameters are acceptable

Bouncy Castle Cryptography Library 1.64