Package de.mtg.jzlint.lints.cabf_br
Class EcImproperCurves
java.lang.Object
de.mtg.jzlint.lints.cabf_br.EcImproperCurves
- All Implemented Interfaces:
JavaLint
BRs: 6.1.5
Certificates MUST meet the following requirements for algorithm type and key size.
ECC Curve: NIST P-256, P-384, or P-521
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancheckApplies(X509Certificate certificate) execute(X509Certificate certificate)
-
Constructor Details
-
EcImproperCurves
public EcImproperCurves()
-
-
Method Details
-
execute
-
checkApplies
- Specified by:
checkAppliesin interfaceJavaLint
-