Package de.mtg.jzlint.lints.rfc
Class RsaAllowedKuEe
java.lang.Object
de.mtg.jzlint.lints.rfc.RsaAllowedKuEe
- All Implemented Interfaces:
JavaLint
RFC 3279: 2.3.1 RSA Keys
If the keyUsage extension is present in an end entity certificate
which conveys an RSA public key, any combination of the following
values MAY be present:
digitalSignature;
nonRepudiation;
keyEncipherment; and
dataEncipherment.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancheckApplies(X509Certificate certificate) execute(X509Certificate certificate)
-
Constructor Details
-
RsaAllowedKuEe
public RsaAllowedKuEe()
-
-
Method Details
-
execute
-
checkApplies
- Specified by:
checkAppliesin interfaceJavaLint
-