Package de.mtg.jzlint.lints.cabf_br
Class ExtSubjectKeyIdentifierNotRecommendedSubscriber
java.lang.Object
de.mtg.jzlint.lints.cabf_br.ExtSubjectKeyIdentifierNotRecommendedSubscriber
- All Implemented Interfaces:
JavaLint
RFC5280 suggested the addition of SKI extension, but CABF BR SC62
marked the extension as NOT RECOMMENDED for subscriber certificates
Warning:
Users of zlint will trigger either
`w_ext_subject_key_identifier_not_recommended_subscriber` (this lint)
or `w_ext_subject_key_identifier_missing_sub_cert` the one enforcing
RFC5280's behavior.
Users are expected to specifically ignore one or the other lint
depending on which one apply to them.
See:
- https://github.com/zmap/zlint/issues/749
- https://github.com/zmap/zlint/issues/762
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancheckApplies(X509Certificate certificate) execute(X509Certificate certificate)
-
Constructor Details
-
ExtSubjectKeyIdentifierNotRecommendedSubscriber
public ExtSubjectKeyIdentifierNotRecommendedSubscriber()
-
-
Method Details
-
execute
-
checkApplies
- Specified by:
checkAppliesin interfaceJavaLint
-