Class ExtKeyUsageCertSignWithoutCa

java.lang.Object
de.mtg.jzlint.lints.rfc.ExtKeyUsageCertSignWithoutCa
All Implemented Interfaces:
JavaLint

public class ExtKeyUsageCertSignWithoutCa extends Object implements 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.