Package de.mtg.jzlint.lints.rfc
Class ExtNameConstraintsNotInCa
java.lang.Object
de.mtg.jzlint.lints.rfc.ExtNameConstraintsNotInCa
- All Implemented Interfaces:
JavaLint
RFC 5280: 4.2.1.10
The name constraints extension, which MUST be used only in a CA
certificate, indicates a name space within which all subject names in
subsequent certificates in a certification path MUST be located.
Restrictions apply to the subject distinguished name and apply to
subject alternative names. Restrictions apply only when the
specified name form is present. If no name of the type is in the
certificate, the certificate is acceptable.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancheckApplies(X509Certificate certificate) execute(X509Certificate certificate)
-
Constructor Details
-
ExtNameConstraintsNotInCa
public ExtNameConstraintsNotInCa()
-
-
Method Details
-
execute
-
checkApplies
- Specified by:
checkAppliesin interfaceJavaLint
-