Package de.mtg.jzlint.lints.rfc
Class CASubjectFieldEmpty
java.lang.Object
de.mtg.jzlint.lints.rfc.CASubjectFieldEmpty
- All Implemented Interfaces:
JavaLint
RFC 5280: 4.1.2.6
The subject field identifies the entity associated with the public
key stored in the subject public key field. The subject name MAY be
carried in the subject field and/or the subjectAltName extension. If
the subject is a CA (e.g., the basic constraints extension, as
discussed in Section 4.2.1.9, is present and the value of cA is
TRUE), then the subject field MUST be populated with a non-empty
distinguished name matching the contents of the issuer field (Section
4.1.2.4) in all certificates issued by the subject CA.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancheckApplies(X509Certificate certificate) execute(X509Certificate certificate)
-
Constructor Details
-
CASubjectFieldEmpty
public CASubjectFieldEmpty()
-
-
Method Details
-
execute
-
checkApplies
- Specified by:
checkAppliesin interfaceJavaLint
-