Package de.mtg.jzlint.lints.rfc
Class ExtCertPolicyContainsNoticeref
java.lang.Object
de.mtg.jzlint.lints.rfc.ExtCertPolicyContainsNoticeref
- All Implemented Interfaces:
JavaLint
The user notice has two optional fields: the noticeRef field and the
explicitText field. Conforming CAs SHOULD NOT use the noticeRef
option.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancheckApplies(X509Certificate certificate) execute(X509Certificate certificate)
-
Constructor Details
-
ExtCertPolicyContainsNoticeref
public ExtCertPolicyContainsNoticeref()
-
-
Method Details
-
execute
-
checkApplies
- Specified by:
checkAppliesin interfaceJavaLint
-