Package de.mtg.jzlint.lints.cabf_br
Class CaCrlSignNotSet
java.lang.Object
de.mtg.jzlint.lints.cabf_br.CaCrlSignNotSet
- All Implemented Interfaces:
JavaLint
BRs: 7.1.2.1b
This extension MUST be present and MUST be marked critical. Bit positions for
keyCertSign and cRLSign MUST be set. If the Root CA Private Key is used for
signing OCSP responses, then the digitalSignature bit MUST be set.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancheckApplies(X509Certificate certificate) execute(X509Certificate certificate)
-
Constructor Details
-
CaCrlSignNotSet
public CaCrlSignNotSet()
-
-
Method Details
-
execute
-
checkApplies
- Specified by:
checkAppliesin interfaceJavaLint
-