Package de.mtg.jzlint.lints.rfc
Class NameConstraintMaximumNotAbsent
java.lang.Object
de.mtg.jzlint.lints.rfc.NameConstraintMaximumNotAbsent
- All Implemented Interfaces:
JavaLint
RFC 5280: 4.2.1.10
Within this profile, the minimum and maximum fields are not used with
any name forms, thus, the minimum MUST be zero, and maximum MUST be
absent. However, if an application encounters a critical name
constraints extension that specifies other values for minimum or
maximum for a name form that appears in a subsequent certificate, the
application MUST either process these fields or reject the
certificate.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancheckApplies(X509Certificate certificate) execute(X509Certificate certificate)
-
Constructor Details
-
NameConstraintMaximumNotAbsent
public NameConstraintMaximumNotAbsent()
-
-
Method Details
-
execute
-
checkApplies
- Specified by:
checkAppliesin interfaceJavaLint
-