Package de.mtg.jzlint.lints.rfc
Class EcdsaAllowedKu
java.lang.Object
de.mtg.jzlint.lints.rfc.EcdsaAllowedKu
- All Implemented Interfaces:
JavaLint
RFC 8813: 3. Updates to Section 3
If the keyUsage extension is present in a certificate that indicates
id-ecPublicKey in SubjectPublicKeyInfo, then the following values
MUST NOT be present:
keyEncipherment; and
dataEncipherment.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancheckApplies(X509Certificate certificate) execute(X509Certificate certificate)
-
Constructor Details
-
EcdsaAllowedKu
public EcdsaAllowedKu()
-
-
Method Details
-
execute
-
checkApplies
- Specified by:
checkAppliesin interfaceJavaLint
-