Package de.mtg.jzlint.lints.rfc
Class ExtKeyUsageCertSignWithoutCa
java.lang.Object
de.mtg.jzlint.lints.rfc.ExtKeyUsageCertSignWithoutCa
- All Implemented Interfaces:
JavaLint
RFC 5280: 4.2.1.9
The cA boolean indicates whether the certified public key may be used
to verify certificate signatures. If the cA boolean is not asserted,
then the keyCertSign bit in the key usage extension MUST NOT be
asserted. If the basic constraints extension is not present in a
version 3 certificate, or the extension is present but the cA boolean
is not asserted, then the certified public key MUST NOT be used to
verify certificate signatures.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancheckApplies(X509Certificate certificate) execute(X509Certificate certificate)
-
Constructor Details
-
ExtKeyUsageCertSignWithoutCa
public ExtKeyUsageCertSignWithoutCa()
-
-
Method Details
-
execute
-
checkApplies
- Specified by:
checkAppliesin interfaceJavaLint
-