Package de.mtg.jzlint.lints.cabf_br
Class SubjectCommonNameNotFromSan
java.lang.Object
de.mtg.jzlint.lints.cabf_br.SubjectCommonNameNotFromSan
- All Implemented Interfaces:
JavaLint
BRs: 7.1.4.2.2
If present, this field MUST contain a single IP address
or Fully-Qualified Domain Name that is one of the values
contained in the Certificate’s subjectAltName extension (see Section 7.1.4.2.1).
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancheckApplies(X509Certificate certificate) execute(X509Certificate certificate)
-
Constructor Details
-
SubjectCommonNameNotFromSan
public SubjectCommonNameNotFromSan()
-
-
Method Details
-
execute
-
checkApplies
- Specified by:
checkAppliesin interfaceJavaLint
-