Class BitsOfSecurityConstraint
java.lang.Object
org.bouncycastle.crypto.constraints.ServicesConstraint
org.bouncycastle.crypto.constraints.BitsOfSecurityConstraint
- All Implemented Interfaces:
CryptoServicesConstraints
Basic bits of security constraint. Anything not of the required bits of security and
not in the exception list will be rejected.
-
Field Summary
Fields inherited from class org.bouncycastle.crypto.constraints.ServicesConstraint
LOG
-
Constructor Summary
ConstructorDescriptionBitsOfSecurityConstraint
(int requiredBitsOfSecurity) BitsOfSecurityConstraint
(int requiredBitsOfSecurity, Set<String> exceptions) -
Method Summary
Methods inherited from class org.bouncycastle.crypto.constraints.ServicesConstraint
isException
-
Constructor Details
-
BitsOfSecurityConstraint
public BitsOfSecurityConstraint(int requiredBitsOfSecurity) -
BitsOfSecurityConstraint
-
-
Method Details
-
check
-