Package de.mtg.jzlint.lints.rfc
Class SpkiRsaEncryptionParameterNotNull
java.lang.Object
de.mtg.jzlint.lints.rfc.SpkiRsaEncryptionParameterNotNull
- All Implemented Interfaces:
JavaLint
"RFC5280: RFC 4055, Section 1.2"
RSA: Encoded algorithm identifier MUST have NULL parameters.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancheckApplies(X509Certificate certificate) execute(X509Certificate certificate)
-
Constructor Details
-
SpkiRsaEncryptionParameterNotNull
public SpkiRsaEncryptionParameterNotNull()
-
-
Method Details
-
execute
-
checkApplies
- Specified by:
checkAppliesin interfaceJavaLint
-