Package org.bouncycastle.crypto.tls
Interface TlsSRPGroupVerifier
-
- All Known Implementing Classes:
DefaultTlsSRPGroupVerifier
public interface TlsSRPGroupVerifier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
accept(SRP6GroupParameters group)
Check whether the given SRP group parameters are acceptable for use.
-
-
-
Method Detail
-
accept
boolean accept(SRP6GroupParameters group)
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
-
-