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