Class BitsOfSecurityConstraint

java.lang.Object
org.bouncycastle.crypto.constraints.ServicesConstraint
org.bouncycastle.crypto.constraints.BitsOfSecurityConstraint
All Implemented Interfaces:
CryptoServicesConstraints

public class BitsOfSecurityConstraint extends ServicesConstraint
Basic bits of security constraint. Anything not of the required bits of security and not in the exception list will be rejected.
  • Constructor Details

    • BitsOfSecurityConstraint

      public BitsOfSecurityConstraint(int requiredBitsOfSecurity)
    • BitsOfSecurityConstraint

      public BitsOfSecurityConstraint(int requiredBitsOfSecurity, Set<String> exceptions)
  • Method Details