Package de.mtg.jzlint.lints.rfc
Class ExtIanUriNotIa5
java.lang.Object
de.mtg.jzlint.lints.rfc.ExtIanUriNotIa5
- All Implemented Interfaces:
JavaLint
When the issuerAltName extension contains a URI, the name MUST be
stored in the uniformResourceIdentifier (an IA5String).
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancheckApplies(X509Certificate certificate) execute(X509Certificate certificate)
-
Constructor Details
-
ExtIanUriNotIa5
public ExtIanUriNotIa5()
-
-
Method Details
-
execute
-
checkApplies
- Specified by:
checkAppliesin interfaceJavaLint
-