Package de.mtg.jzlint.lints.rfc
Class ExtSanUriNotIa5
java.lang.Object
de.mtg.jzlint.lints.rfc.ExtSanUriNotIa5
- All Implemented Interfaces:
JavaLint
When the subjectAltName 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) protected static LintResultisGeneralNameNotIa5(List<org.bouncycastle.asn1.x509.GeneralName> generalNames)
-
Constructor Details
-
ExtSanUriNotIa5
public ExtSanUriNotIa5()
-
-
Method Details
-
execute
-
checkApplies
- Specified by:
checkAppliesin interfaceJavaLint
-
isGeneralNameNotIa5
protected static LintResult isGeneralNameNotIa5(List<org.bouncycastle.asn1.x509.GeneralName> generalNames)
-