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

/libcore/ojluni/src/main/java/sun/security/x509/
H A DDNSName.java34 * This class implements the DNSName as required by the GeneralNames
51 public class DNSName implements GeneralNameInterface { class in inherits:GeneralNameInterface
59 * Create the DNSName object from the passed encoded Der value.
61 * @param derValue the encoded DER DNSName.
64 public DNSName(DerValue derValue) throws IOException { method in class:DNSName
69 * Create the DNSName object with the specified name.
71 * @param name the DNSName.
72 * @throws IOException if the name is not a valid DNSName subjectAltName
74 public DNSName(String name) throws IOException { method in class:DNSName
90 throw new IOException("DNSName SubjectAltName
[all...]

Completed in 61 milliseconds