Package de.mtg.jzlint.lints.cabf_br
Class CaOrganizationNameMissing
java.lang.Object
de.mtg.jzlint.lints.cabf_br.CaOrganizationNameMissing
- All Implemented Interfaces:
JavaLint
BRs: 7.1.2.1e
The Certificate Subject MUST contain the following: organizationName (OID 2.5.4.10): This field MUST be present and the contents MUST contain either the Subject CA’s name or DBA as verified under Section 3.2.2.2.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancheckApplies(X509Certificate certificate) execute(X509Certificate certificate)
-
Constructor Details
-
CaOrganizationNameMissing
public CaOrganizationNameMissing()
-
-
Method Details
-
execute
-
checkApplies
- Specified by:
checkAppliesin interfaceJavaLint
-