Class SmimeStrictAiaShallHaveHttpOnly
java.lang.Object
de.mtg.jzlint.lints.cabf_smime_br.SmimeStrictAiaShallHaveHttpOnly
- All Implemented Interfaces:
JavaLint
BRs: 7.1.2.3c
CA Certificate Authority Information Access
The authorityInformationAccess extension MAY contain one or more accessMethod
values for each of the following types:
id-ad-ocsp specifies the URI of the Issuing CA's OCSP responder.
id-ad-caIssuers specifies the URI of the Issuing CA's Certificate.
For Strict and Multipurpose: When provided, every accessMethod SHALL have the URI scheme HTTP. Other schemes SHALL NOT be present.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancheckApplies(X509Certificate certificate) execute(X509Certificate certificate)
-
Constructor Details
-
SmimeStrictAiaShallHaveHttpOnly
public SmimeStrictAiaShallHaveHttpOnly()
-
-
Method Details
-
execute
-
checkApplies
- Specified by:
checkAppliesin interfaceJavaLint
-