|
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.ServicesConstraint | +--org.bouncycastle.crypto.constraints.BitsOfSecurityConstraint
Basic bits of security constraint. Anything not of the required bits of security and not in the exception list will be rejected.
Constructor Summary | |
BitsOfSecurityConstraint(int requiredBitsOfSecurity)
|
|
BitsOfSecurityConstraint(int requiredBitsOfSecurity,
java.util.Set exceptions)
|
Method Summary | |
void |
check(CryptoServiceProperties service)
|
Methods inherited from class org.bouncycastle.crypto.constraints.ServicesConstraint |
isException |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BitsOfSecurityConstraint(int requiredBitsOfSecurity)
public BitsOfSecurityConstraint(int requiredBitsOfSecurity, java.util.Set exceptions)
Method Detail |
public void check(CryptoServiceProperties service)
|
Bouncy Castle Cryptography Library 1.77.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |