|
Bouncy Castle Cryptography Library 1.64 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.crypto.tls.DefaultTlsSRPGroupVerifier
Field Summary | |
protected static java.util.Vector |
DEFAULT_GROUPS
Deprecated. |
protected java.util.Vector |
groups
Deprecated. |
Constructor Summary | |
DefaultTlsSRPGroupVerifier()
Deprecated. Accept only the group parameters specified in RFC 5054 Appendix A. |
|
DefaultTlsSRPGroupVerifier(java.util.Vector groups)
Deprecated. Specify a custom set of acceptable group parameters. |
Method Summary | |
boolean |
accept(SRP6GroupParameters group)
Deprecated. Check whether the given SRP group parameters are acceptable for use. |
protected boolean |
areGroupsEqual(SRP6GroupParameters a,
SRP6GroupParameters b)
Deprecated. |
protected boolean |
areParametersEqual(java.math.BigInteger a,
java.math.BigInteger b)
Deprecated. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected static final java.util.Vector DEFAULT_GROUPS
protected java.util.Vector groups
Constructor Detail |
public DefaultTlsSRPGroupVerifier()
public DefaultTlsSRPGroupVerifier(java.util.Vector groups)
groups
- a Vector
of acceptable SRP6GroupParameters
Method Detail |
public boolean accept(SRP6GroupParameters group)
TlsSRPGroupVerifier
accept
in interface TlsSRPGroupVerifier
group
- the SRP6GroupParameters
to check
protected boolean areGroupsEqual(SRP6GroupParameters a, SRP6GroupParameters b)
protected boolean areParametersEqual(java.math.BigInteger a, java.math.BigInteger b)
|
Bouncy Castle Cryptography Library 1.64 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |