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