Package de.mtg.jzlint.lints.cabf_br
Class SubjectContainsNoninformationalValue
java.lang.Object
de.mtg.jzlint.lints.cabf_br.SubjectContainsNoninformationalValue
- All Implemented Interfaces:
JavaLint
BRs: 7.1.4.2.2
Other Subject Attributes
With the exception of the subject:organizationalUnitName (OU) attribute, optional attributes, when present within
the subject field, MUST contain information that has been verified by the CA. Metadata such as ‘.’, ‘-‘, and ‘ ‘ (i.e.
space) characters, and/or any other indication that the value is absent, incomplete, or not applicable, SHALL NOT
be used.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancheckAlphaNumericOrUTF8Present(char[] characters) booleancheckApplies(X509Certificate certificate) execute(X509Certificate certificate)
-
Constructor Details
-
SubjectContainsNoninformationalValue
public SubjectContainsNoninformationalValue()
-
-
Method Details
-
execute
-
checkApplies
- Specified by:
checkAppliesin interfaceJavaLint
-
checkAlphaNumericOrUTF8Present
public boolean checkAlphaNumericOrUTF8Present(char[] characters)
-