Package de.mtg.jzlint.lints.mozilla
Class MpExponentCannotBeOne
java.lang.Object
de.mtg.jzlint.lints.mozilla.MpExponentCannotBeOne
- All Implemented Interfaces:
JavaLint
Section 5.2 - Forbidden and Required Practices
CAs MUST NOT issue certificates that have:
- invalid public keys (e.g., RSA certificates with public exponent equal to 1);
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancheckApplies(X509Certificate certificate) execute(X509Certificate certificate)
-
Constructor Details
-
MpExponentCannotBeOne
public MpExponentCannotBeOne()
-
-
Method Details
-
execute
-
checkApplies
- Specified by:
checkAppliesin interfaceJavaLint
-