Package de.mtg.jzlint.lints.cabf_br
Class SubCertAiaContainsInternalNames
java.lang.Object
de.mtg.jzlint.lints.cabf_br.SubCertAiaContainsInternalNames
- All Implemented Interfaces:
JavaLint
BRs: 7.1.2.10.3
CA Certificate Authority Information Access
This extension MAY be present. If present, it MUST NOT be marked critical, and it MUST contain the
HTTP URL of the CA’s CRL service.
id-ad-ocsp A HTTP URL of the Issuing CA's OCSP responder.
id-ad-caIssuers A HTTP URL of the Issuing CA's Certificate.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancheckApplies(X509Certificate certificate) execute(X509Certificate certificate)
-
Constructor Details
-
SubCertAiaContainsInternalNames
public SubCertAiaContainsInternalNames()
-
-
Method Details
-
execute
-
checkApplies
- Specified by:
checkAppliesin interfaceJavaLint
-