Package de.mtg.jzlint.lints.mozilla
Class MpRsassaPssInSpki
java.lang.Object
de.mtg.jzlint.lints.mozilla.MpRsassaPssInSpki
- All Implemented Interfaces:
JavaLint
https://www.mozilla.org/en-US/about/governance/policies/security-group/certs/policy/
Section 5.1.1 RSA
CAs MUST NOT use the id-RSASSA-PSS OID (1.2.840.113549.1.1.10) within a SubjectPublicKeyInfo to represent a RSA key.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancheckApplies(X509Certificate certificate) execute(X509Certificate certificate)
-
Constructor Details
-
MpRsassaPssInSpki
public MpRsassaPssInSpki()
-
-
Method Details
-
execute
-
checkApplies
- Specified by:
checkAppliesin interfaceJavaLint
-