Package org.bouncycastle.crypto.tls
Interface TlsSRPGroupVerifier
-
- All Known Implementing Classes:
DefaultTlsSRPGroupVerifier
public interface TlsSRPGroupVerifier
Deprecated.Migrate to the (D)TLS API in org.bouncycastle.tls (bctls jar).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description boolean
accept(SRP6GroupParameters group)
Deprecated.Check whether the given SRP group parameters are acceptable for use.
-
-
-
Method Detail
-
accept
boolean accept(SRP6GroupParameters group)
Deprecated.Check whether the given SRP group parameters are acceptable for use.- Parameters:
group
- theSRP6GroupParameters
to check- Returns:
- true if (and only if) the specified group parameters are acceptable
-
-