Package de.mtg.jzlint.lints.cabf_br
Class RsaModFactorsSmallerThan752
java.lang.Object
de.mtg.jzlint.lints.cabf_br.RsaModFactorsSmallerThan752
- All Implemented Interfaces:
JavaLint
6.1.6. Public Key Parameters Generation and Quality Checking
RSA: The CA SHALL confirm that the value of the public exponent is an odd number equal to 3 or more.
Additionally, the public exponent SHOULD be in the range between 2^16+1 and 2^156-1.
The modulus SHOULD also have the following characteristics: an odd number, not the power of a prime,
and have no factors smaller than 752. [Citation: Section 5.3.3, NIST SP 800-89].
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancheckApplies(X509Certificate certificate) execute(X509Certificate certificate)
-
Constructor Details
-
RsaModFactorsSmallerThan752
public RsaModFactorsSmallerThan752()
-
-
Method Details
-
execute
-
checkApplies
- Specified by:
checkAppliesin interfaceJavaLint
-