Searched defs:URIName (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/x509/
H A DURIName.java35 * This class implements the URIName as required by the GeneralNames
81 public class URIName implements GeneralNameInterface { class in inherits:GeneralNameInterface
90 * Create the URIName object from the passed encoded Der value.
92 * @param derValue the encoded DER URIName.
95 public URIName(DerValue derValue) throws IOException { method in class:URIName
100 * Create the URIName object with the specified name.
102 * @param name the URIName.
103 * @throws IOException if name is not a proper URIName
105 public URIName(String name) throws IOException { method in class:URIName
150 * Create the URIName objec
186 URIName(URI uri, String host, DNSName hostDNS) { method in class:URIName
[all...]

Completed in 54 milliseconds