Package de.mtg.jzlint.lints.rfc
Class SubjectLocalityNameMaxLength
java.lang.Object
de.mtg.jzlint.lints.rfc.SubjectLocalityNameMaxLength
- All Implemented Interfaces:
JavaLint
RFC 5280: A.1
In this Appendix, there is a list of upperbounds
for fields in a x509 Certificate. *
ub-locality-name INTEGER ::= 128
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancheckApplies(X509Certificate certificate) execute(X509Certificate certificate)
-
Constructor Details
-
SubjectLocalityNameMaxLength
public SubjectLocalityNameMaxLength()
-
-
Method Details
-
execute
-
checkApplies
- Specified by:
checkAppliesin interfaceJavaLint
-