Package de.mtg.jzlint.lints.cabf_br
Class SubjectCountryNotIso
java.lang.Object
de.mtg.jzlint.lints.cabf_br.SubjectCountryNotIso
- All Implemented Interfaces:
JavaLint
BRs: 7.1.4.2.2
Certificate Field: issuer:countryName (OID 2.5.4.6)
Required/Optional: Required
Contents: This field MUST contain the two-letter ISO 3166-1 country code for the country in which the issuer’s
place of business is located.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancheckApplies(X509Certificate certificate) execute(X509Certificate certificate)
-
Constructor Details
-
SubjectCountryNotIso
public SubjectCountryNotIso()
-
-
Method Details
-
execute
-
checkApplies
- Specified by:
checkAppliesin interfaceJavaLint
-