Package de.mtg.jzlint.lints.cabf_br
Class CertPolicyOvRequiresProvinceOrLocality
java.lang.Object
de.mtg.jzlint.lints.cabf_br.CertPolicyOvRequiresProvinceOrLocality
- All Implemented Interfaces:
JavaLint
BRs: 7.1.6.4
Certificate Policy Identifier: 2.23.140.1.2.2
If the Certificate complies with these Requirements and includes Subject Identity Information
that is verified in accordance with Section 3.2.2.1.
Such Certificates MUST also include organizationName, localityName (to the extent such
field is required under Section 7.1.4.2.2), stateOrProvinceName (to the extent such field is
required under Section 7.1.4.2.2), and countryName in the Subject field.
Note: 7.1.4.2.2 applies only to subscriber certificates.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancheckApplies(X509Certificate certificate) execute(X509Certificate certificate)
-
Constructor Details
-
CertPolicyOvRequiresProvinceOrLocality
public CertPolicyOvRequiresProvinceOrLocality()
-
-
Method Details
-
execute
-
checkApplies
- Specified by:
checkAppliesin interfaceJavaLint
-