Package de.mtg.jzlint.lints.rfc
Class ExtCertPolicyExplicitTextIncludesControl
java.lang.Object
de.mtg.jzlint.lints.rfc.ExtCertPolicyExplicitTextIncludesControl
- All Implemented Interfaces:
JavaLint
An explicitText field includes the textual statement directly in
the certificate. The explicitText field is a string with a
maximum size of 200 characters. Conforming CAs SHOULD use the
UTF8String encoding for explicitText. VisibleString or BMPString
are acceptable but less preferred alternatives. Conforming CAs
MUST NOT encode explicitText as IA5String. The explicitText string
SHOULD NOT include any control characters (e.g., U+0000 to U+001F
and U+007F to U+009F). When the UTF8String or BMPString encoding
is used, all character sequences SHOULD be normalized according
to Unicode normalization form C (NFC) [NFC].
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancheckApplies(X509Certificate certificate) execute(X509Certificate certificate)
-
Constructor Details
-
ExtCertPolicyExplicitTextIncludesControl
public ExtCertPolicyExplicitTextIncludesControl()
-
-
Method Details
-
execute
-
checkApplies
- Specified by:
checkAppliesin interfaceJavaLint
-