Package de.mtg.jzlint.lints.cabf_br
Class SubCaEkuCritical
java.lang.Object
de.mtg.jzlint.lints.cabf_br.SubCaEkuCritical
- All Implemented Interfaces:
JavaLint
BRs: 7.1.2.2g extkeyUsage (optional)
For Subordinate CA Certificates to be Technically constrained in line with section 7.1.5, then either the value
id-kp-serverAuth [RFC5280] or id-kp-clientAuth [RFC5280] or both values MUST be present.
Other values MAY be present.
If present, this extension SHOULD be marked non-critical.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancheckApplies(X509Certificate certificate) execute(X509Certificate certificate)
-
Constructor Details
-
SubCaEkuCritical
public SubCaEkuCritical()
-
-
Method Details
-
execute
-
checkApplies
- Specified by:
checkAppliesin interfaceJavaLint
-