Class SubjectEmailMaxLength

java.lang.Object
de.mtg.jzlint.lints.rfc.SubjectEmailMaxLength
All Implemented Interfaces:
JavaLint

public class SubjectEmailMaxLength extends Object implements 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