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

/libcore/ojluni/src/main/java/sun/security/x509/
H A DIPAddressName.java38 * This class implements the IPAddressName as required by the GeneralNames
70 public class IPAddressName implements GeneralNameInterface { class in inherits:GeneralNameInterface
76 * Create the IPAddressName object from the passed encoded Der value.
78 * @params derValue the encoded DER IPAddressName.
81 public IPAddressName(DerValue derValue) throws IOException { method in class:IPAddressName
86 * Create the IPAddressName object with the specified octets.
91 public IPAddressName(byte[] address) throws IOException { method in class:IPAddressName
102 throw new IOException("Invalid IPAddressName");
108 * Create an IPAddressName from a String.
122 * @param name String form of IPAddressName
126 public IPAddressName(String name) throws IOException { method in class:IPAddressName
[all...]

Completed in 25 milliseconds