Class 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 Detail

      • BitsOfSecurityConstraint

        public BitsOfSecurityConstraint​(int requiredBitsOfSecurity)
      • BitsOfSecurityConstraint

        public BitsOfSecurityConstraint​(int requiredBitsOfSecurity,
                                        java.util.Set exceptions)