Package de.mtg.jzlint.lints.rfc
Class ExtCertPolicyDuplicate
java.lang.Object
de.mtg.jzlint.lints.rfc.ExtCertPolicyDuplicate
- All Implemented Interfaces:
JavaLint
The certificate policies extension contains a sequence of one or more
policy information terms, each of which consists of an object identifier
(OID) and optional qualifiers. Optional qualifiers, which MAY be present,
are not expected to change the definition of the policy. A certificate
policy OID MUST NOT appear more than once in a certificate policies extension.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancheckApplies(X509Certificate certificate) execute(X509Certificate certificate)
-
Constructor Details
-
ExtCertPolicyDuplicate
public ExtCertPolicyDuplicate()
-
-
Method Details
-
execute
-
checkApplies
- Specified by:
checkAppliesin interfaceJavaLint
-