Package de.mtg.jzlint.lints.rfc
Class ExtPolicyConstraintsEmpty
java.lang.Object
de.mtg.jzlint.lints.rfc.ExtPolicyConstraintsEmpty
- All Implemented Interfaces:
JavaLint
RFC 5280: 4.2.1.11
Conforming CAs MUST NOT issue certificates where policy constraints
is an empty sequence. That is, either the inhibitPolicyMapping field
or the requireExplicitPolicy field MUST be present. The behavior of
clients that encounter an empty policy constraints field is not
addressed in this profile.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancheckApplies(X509Certificate certificate) execute(X509Certificate certificate)
-
Constructor Details
-
ExtPolicyConstraintsEmpty
public ExtPolicyConstraintsEmpty()
-
-
Method Details
-
execute
-
checkApplies
- Specified by:
checkAppliesin interfaceJavaLint
-