Package de.mtg.jzlint.lints.rfc
Class ExtAiaMarkedCritical
java.lang.Object
de.mtg.jzlint.lints.rfc.ExtAiaMarkedCritical
- All Implemented Interfaces:
JavaLint
Authority Information Access
The authority information access extension indicates how to access
information and services for the issuer of the certificate in which
the extension appears. Information and services may include on-line
validation services and CA policy data. (The location of CRLs is not
specified in this extension; that information is provided by the
cRLDistributionPoints extension.) This extension may be included in
end entity or CA certificates. Conforming CAs MUST mark this extension
as non-critical.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancheckApplies(X509Certificate certificate) execute(X509Certificate certificate)
-
Constructor Details
-
ExtAiaMarkedCritical
public ExtAiaMarkedCritical()
-
-
Method Details
-
execute
-
checkApplies
- Specified by:
checkAppliesin interfaceJavaLint
-