Package de.mtg.jzlint.lints.cabf_br
Class ExtSanEdiPartyNamePresent
java.lang.Object
de.mtg.jzlint.lints.cabf_br.ExtSanEdiPartyNamePresent
- All Implemented Interfaces:
JavaLint
7.1.4.2.1. Subject Alternative Name Extension
Certificate Field: extensions:subjectAltName
Required/Optional: Required
Contents: This extension MUST contain at least one entry. Each entry MUST be either a dNSName containing
the Fully-Qualified Domain Name or an iPAddress containing the IP address of a server. The CA MUST
confirm that the Applicant controls the Fully-Qualified Domain Name or IP address or has been granted the
right to use it by the Domain Name Registrant or IP address assignee, as appropriate.
Wildcard FQDNs are permitted.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancheckApplies(X509Certificate certificate) execute(X509Certificate certificate)
-
Constructor Details
-
ExtSanEdiPartyNamePresent
public ExtSanEdiPartyNamePresent()
-
-
Method Details
-
execute
-
checkApplies
- Specified by:
checkAppliesin interfaceJavaLint
-