Package de.mtg.jzlint.lints.rfc
Class ExtKeyUsageWithoutBits
java.lang.Object
de.mtg.jzlint.lints.rfc.ExtKeyUsageWithoutBits
- All Implemented Interfaces:
JavaLint
This profile does not restrict the combinations of bits that may be
set in an instantiation of the keyUsage extension. However,
appropriate values for keyUsage extensions for particular algorithms
are specified in [RFC3279], [RFC4055], and [RFC4491]. When the
keyUsage extension appears in a certificate, at least one of the bits
MUST be set to 1.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancheckApplies(X509Certificate certificate) execute(X509Certificate certificate)
-
Constructor Details
-
ExtKeyUsageWithoutBits
public ExtKeyUsageWithoutBits()
-
-
Method Details
-
execute
-
checkApplies
- Specified by:
checkAppliesin interfaceJavaLint
-