Class ServicesConstraint

java.lang.Object
org.bouncycastle.crypto.constraints.ServicesConstraint
All Implemented Interfaces:
CryptoServicesConstraints
Direct Known Subclasses:
BitsOfSecurityConstraint, LegacyBitsOfSecurityConstraint, LoggingConstraint

public abstract class ServicesConstraint extends Object implements CryptoServicesConstraints
Base class for a constraint, serves to provide storage for the set of exceptions (if any).
  • Field Details

    • LOG

      protected static final Logger LOG
  • Constructor Details

    • ServicesConstraint

      protected ServicesConstraint(Set<String> exceptions)
  • Method Details

    • isException

      protected boolean isException(String algorithm)