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