public interface ConstraintsParameters
| Modifier and Type | Method and Description |
|---|---|
boolean |
anchorIsJdkCA()
Returns true if a certificate chains back to a trusted JDK root CA.
|
java.lang.String |
extendedExceptionMsg()
Returns an extended message used in exceptions.
|
java.util.Date |
getDate()
Returns the date that should be checked against the constraints, or
null if not set.
|
java.util.Set<java.security.Key> |
getKeys()
Returns the set of keys that should be checked against the
constraints, or an empty set if there are no keys to be checked.
|
java.lang.String |
getVariant()
Returns the Validator variant.
|
boolean anchorIsJdkCA()
java.util.Set<java.security.Key> getKeys()
java.util.Date getDate()
java.lang.String getVariant()
java.lang.String extendedExceptionMsg()