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