Package de.mtg.jzlint.lints.rfc
Class ExtIanCritical
java.lang.Object
de.mtg.jzlint.lints.rfc.ExtIanCritical
- All Implemented Interfaces:
JavaLint
Issuer Alternative Name
As with Section 4.2.1.6, this extension is used to
associate Internet style identities with the certificate
issuer. Issuer alternative name MUST be encoded as in 4.2.1.6.
Issuer alternative names are not processed as part of the
certification path validation algorithm in Section 6.
(That is, issuer alternative names are not used in
name chaining and name constraints are not enforced.)
Where present, conforming CAs SHOULD mark this extension
as non-critical.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancheckApplies(X509Certificate certificate) execute(X509Certificate certificate)
-
Constructor Details
-
ExtIanCritical
public ExtIanCritical()
-
-
Method Details
-
execute
-
checkApplies
- Specified by:
checkAppliesin interfaceJavaLint
-