Package de.mtg.jzlint.lints.rfc
Class ExtSanRfc822FormatInvalid
java.lang.Object
de.mtg.jzlint.lints.rfc.ExtSanRfc822FormatInvalid
- All Implemented Interfaces:
JavaLint
RFC 5280: 4.2.1.6
When the subjectAltName extension contains an Internet mail address,
the address MUST be stored in the rfc822Name. The format of an
rfc822Name is a "Mailbox" as defined in Section 4.1.2 of [RFC2821].
A Mailbox has the form "Local-part@Domain". Note that a Mailbox has
no phrase (such as a common name) before it, has no comment (text
surrounded in parentheses) after it, and is not surrounded by "<" and
">". Rules for encoding Internet mail addresses that include
internationalized domain names are specified in Section 7.5.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancheckApplies(X509Certificate certificate) execute(X509Certificate certificate)
-
Constructor Details
-
ExtSanRfc822FormatInvalid
public ExtSanRfc822FormatInvalid()
-
-
Method Details
-
execute
-
checkApplies
- Specified by:
checkAppliesin interfaceJavaLint
-