Package de.mtg.jzlint.lints.rfc
Class IssuerFieldEmpty
java.lang.Object
de.mtg.jzlint.lints.rfc.IssuerFieldEmpty
- All Implemented Interfaces:
JavaLint
RFC 5280: 4.1.2.4
The issuer field identifies the entity that has signed and issued the
certificate. The issuer field MUST contain a non-empty distinguished
name (DN). The issuer field is defined as the X.501 type Name
[X.501].
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancheckApplies(X509Certificate certificate) execute(X509Certificate certificate)
-
Constructor Details
-
IssuerFieldEmpty
public IssuerFieldEmpty()
-
-
Method Details
-
execute
-
checkApplies
- Specified by:
checkAppliesin interfaceJavaLint
-