Package de.mtg.jzlint.lints.mozilla
Class MpAuthorityKeyIdentifierCorrect
java.lang.Object
de.mtg.jzlint.lints.mozilla.MpAuthorityKeyIdentifierCorrect
- All Implemented Interfaces:
JavaLint
Section 5.2 - Forbidden and Required Practices
CAs MUST NOT issue certificates that have:
- incorrect extensions (e.g., SSL certificates that exclude SSL usage, or authority key IDs
that include both the key ID and the issuer’s issuer name and serial number);
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancheckApplies(X509Certificate certificate) execute(X509Certificate certificate)
-
Constructor Details
-
MpAuthorityKeyIdentifierCorrect
public MpAuthorityKeyIdentifierCorrect()
-
-
Method Details
-
execute
-
checkApplies
- Specified by:
checkAppliesin interfaceJavaLint
-