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