Package de.mtg.jzlint.lints.rfc
Class CertSigAlgNotMatchTbsSigAlg
java.lang.Object
de.mtg.jzlint.lints.rfc.CertSigAlgNotMatchTbsSigAlg
- All Implemented Interfaces:
JavaLint
RFC 5280: 4.1.1.2
[the Certificate signatureAlgorithm] field MUST contain the same
algorithm identifier as the signature field in the sequence
tbsCertificate
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancheckApplies(X509Certificate certificate) execute(X509Certificate certificate)
-
Constructor Details
-
CertSigAlgNotMatchTbsSigAlg
public CertSigAlgNotMatchTbsSigAlg()
-
-
Method Details
-
execute
-
checkApplies
- Specified by:
checkAppliesin interfaceJavaLint
-