Package de.mtg.jzlint.lints.rfc
Class SubjectNotDn
java.lang.Object
de.mtg.jzlint.lints.rfc.SubjectNotDn
- All Implemented Interfaces:
JavaLint
RFC 5280: 4.1.2.6
Where it is non-empty, the subject field MUST contain an X.500
distinguished name (DN). The DN MUST be unique for each subject
entity certified by the one CA as defined by the issuer name field. A
CA may issue more than one certificate with the same DN to the same
subject entity.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancheckApplies(X509Certificate certificate) execute(X509Certificate certificate)
-
Constructor Details
-
SubjectNotDn
public SubjectNotDn()
-
-
Method Details
-
execute
-
checkApplies
- Specified by:
checkAppliesin interfaceJavaLint
-