Package de.mtg.jzlint.lints.cabf_br
Class CaKeyCertSignNotSet
java.lang.Object
de.mtg.jzlint.lints.cabf_br.CaKeyCertSignNotSet
- 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
-
CaKeyCertSignNotSet
public CaKeyCertSignNotSet()
-
-
Method Details
-
execute
-
checkApplies
- Specified by:
checkAppliesin interfaceJavaLint
-