|
Bouncy Castle Cryptography Library 1.77.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.bouncycastle.crypto.constraints.ConstraintUtils
Constructor Summary | |
ConstraintUtils()
|
Method Summary | |
static int |
bitsOfSecurityFor(java.math.BigInteger p)
Return the bits of security for the passed in RSA modulus or DH/DSA group value. |
static int |
bitsOfSecurityFor(org.bouncycastle.math.ec.ECCurve curve)
Return the bits of security for the passed in Elliptic Curve. |
static int |
bitsOfSecurityForFF(int strength)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ConstraintUtils()
Method Detail |
public static int bitsOfSecurityFor(java.math.BigInteger p)
p
- a modulus or group valuepublic static int bitsOfSecurityFor(org.bouncycastle.math.ec.ECCurve curve)
curve
- the ECCurve of interest.public static int bitsOfSecurityForFF(int strength)
|
Bouncy Castle Cryptography Library 1.77.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |