Package de.mtg.jzlint.lints.rfc
Class SubjectEmailMaxLength
java.lang.Object
de.mtg.jzlint.lints.rfc.SubjectEmailMaxLength
- All Implemented Interfaces:
JavaLint
RFC 5280: A.1
In this Appendix, there is a list of upperbounds
for fields in a x509 Certificate. *
ub-emailaddress-length INTEGER ::= 128
The ASN.1 modules in Appendix A are unchanged from RFC 3280, except
that ub-emailaddress-length was changed from 128 to 255 in order to
align with PKCS #9 [RFC2985].
ub-emailaddress-length INTEGER ::= 255
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancheckApplies(X509Certificate certificate) execute(X509Certificate certificate)
-
Constructor Details
-
SubjectEmailMaxLength
public SubjectEmailMaxLength()
-
-
Method Details
-
execute
-
checkApplies
- Specified by:
checkAppliesin interfaceJavaLint
-