Package de.mtg.jzlint.lints.rfc
Class ExtIanUriRelative
java.lang.Object
de.mtg.jzlint.lints.rfc.ExtIanUriRelative
- All Implemented Interfaces:
JavaLint
When the issuerAltName extension contains a URI, the name MUST be
stored in the uniformResourceIdentifier (an IA5String). The name
MUST NOT be a relative URI, and it MUST follow the URI syntax and
encoding rules specified in [RFC3986]. The name MUST include both a
scheme (e.g., "http" or "ftp") and a scheme-specific-part. URIs that
include an authority ([RFC3986], Section 3.2) MUST include a fully
qualified domain name or IP address as the host. Rules for encoding
Internationalized Resource Identifiers (IRIs) are specified in
Section 7.4.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancheckApplies(X509Certificate certificate) execute(X509Certificate certificate)
-
Constructor Details
-
ExtIanUriRelative
public ExtIanUriRelative()
-
-
Method Details
-
execute
-
checkApplies
- Specified by:
checkAppliesin interfaceJavaLint
-