Package de.mtg.jzlint.lints.rfc
Class SubjectInfoAccessMarkedCritical
java.lang.Object
de.mtg.jzlint.lints.rfc.SubjectInfoAccessMarkedCritical
- All Implemented Interfaces:
JavaLint
The subject information access extension indicates
how to access information and services for the subject
of the certificate in which the extension appears. When
the subject is a CA, information and services may include
certificate validation services and CA policy data.
When the subject is an end entity, the information
describes the type of services offered and how to
access them. In this case, the contents of this extension
are defined in the protocol specifications for the
supported services. 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
-
SubjectInfoAccessMarkedCritical
public SubjectInfoAccessMarkedCritical()
-
-
Method Details
-
execute
-
checkApplies
- Specified by:
checkAppliesin interfaceJavaLint
-