Package de.mtg.jzlint.lints.rfc
Class ExtCertPolicyDisallowedAnyPolicyQualifier
java.lang.Object
de.mtg.jzlint.lints.rfc.ExtCertPolicyDisallowedAnyPolicyQualifier
- All Implemented Interfaces:
JavaLint
RFC 5280: 4.2.1.4
To promote interoperability, this profile RECOMMENDS that policy
information terms consist of only an OID. Where an OID alone is
insufficient, this profile strongly recommends that the use of
qualifiers be limited to those identified in this section. When
qualifiers are used with the special policy anyPolicy, they MUST be
limited to the qualifiers identified in this section. Only those
qualifiers returned as a result of path validation are considered.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancheckApplies(X509Certificate certificate) execute(X509Certificate certificate)
-
Constructor Details
-
ExtCertPolicyDisallowedAnyPolicyQualifier
public ExtCertPolicyDisallowedAnyPolicyQualifier()
-
-
Method Details
-
execute
-
checkApplies
- Specified by:
checkAppliesin interfaceJavaLint
-