Package de.mtg.jzlint.lints.rfc
Class ExtPolicyMapNotInCertPolicy
java.lang.Object
de.mtg.jzlint.lints.rfc.ExtPolicyMapNotInCertPolicy
- All Implemented Interfaces:
JavaLint
RFC 5280: 4.2.1.5
Each issuerDomainPolicy named in the policy mapping extension SHOULD
also be asserted in a certificate policies extension in the same
certificate. Policies SHOULD NOT be mapped either to or from the
special value anyPolicy (section 4.2.1.5).
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancheckApplies(X509Certificate certificate) execute(X509Certificate certificate)
-
Constructor Details
-
ExtPolicyMapNotInCertPolicy
public ExtPolicyMapNotInCertPolicy()
-
-
Method Details
-
execute
-
checkApplies
- Specified by:
checkAppliesin interfaceJavaLint
-