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