Package de.mtg.jzlint.lints.cabf_br
Class SubjectCommonNameNotExactlyFromSan
java.lang.Object
de.mtg.jzlint.lints.cabf_br.SubjectCommonNameNotExactlyFromSan
- All Implemented Interfaces:
JavaLint
If present, this field MUST contain exactly one entry that is one of the values contained
in the Certificate's `subjectAltName` extension
If the [subject:commonName] is a Fully-Qualified Domain Name or Wildcard Domain Name, then
the value MUST be encoded as a character-for-character copy of the dNSName entry value from
the subjectAltName extension.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancheckApplies(X509Certificate certificate) execute(X509Certificate certificate)
-
Constructor Details
-
SubjectCommonNameNotExactlyFromSan
public SubjectCommonNameNotExactlyFromSan()
-
-
Method Details
-
execute
-
checkApplies
- Specified by:
checkAppliesin interfaceJavaLint
-