Package de.mtg.jzlint.lints.cabf_br
Class SubCertSha1ExpirationTooLong
java.lang.Object
de.mtg.jzlint.lints.cabf_br.SubCertSha1ExpirationTooLong
- All Implemented Interfaces:
JavaLint
Effective 16 January 2015, CAs SHOULD NOT issue Subscriber Certificates utilizing the SHA-1 algorithm with
an Expiry Date greater than 1 January 2017 because Application Software Providers are in the process of
deprecating and/or removing the SHA-1 algorithm from their software, and they have communicated that
CAs and Subscribers using such certificates do so at their own risk.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancheckApplies(X509Certificate certificate) execute(X509Certificate certificate)
-
Constructor Details
-
SubCertSha1ExpirationTooLong
public SubCertSha1ExpirationTooLong()
-
-
Method Details
-
execute
-
checkApplies
- Specified by:
checkAppliesin interfaceJavaLint
-