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 java.lang.Object implements CryptoServicesConstraints
Base class for a constraint, serves to provide storage for the set of exceptions (if any).
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.util.logging.LoggerLOG
-
Constructor Summary
Constructors Modifier Constructor Description protectedServicesConstraint(java.util.Set<java.lang.String> exceptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanisException(java.lang.String algorithm)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.bouncycastle.crypto.CryptoServicesConstraints
check
-
-