Searched refs:IPAddressName (Results 1 – 10 of 10) sorted by relevance
70 public class IPAddressName implements GeneralNameInterface { class81 public IPAddressName(DerValue derValue) throws IOException { in IPAddressName() method in IPAddressName91 public IPAddressName(byte[] address) throws IOException { in IPAddressName() method in IPAddressName126 public IPAddressName(String name) throws IOException { in IPAddressName() method in IPAddressName319 if (!(obj instanceof IPAddressName)) in equals()322 IPAddressName otherName = (IPAddressName)obj; in equals()401 else if (((IPAddressName)inputName).equals(this)) in constrains()404 IPAddressName otherName = (IPAddressName)inputName; in constrains()
87 private IPAddressName hostIP;125 hostIP = new IPAddressName(ipV6Host); in URIName()137 hostIP = new IPAddressName(host); in URIName()
132 name = new IPAddressName(encName); in GeneralName()
272 newName = new GeneralName(new IPAddressName((byte[])null)); in createWidestSubtree()
1583 nameEntry.add(((IPAddressName) name).getName()); in makeAltNames()
103 private sun.security.x509.IPAddressName hostIP;
71 import sun.security.x509.IPAddressName;518 GeneralName san7 = new GeneralName(new IPAddressName("1.1.1.1")); in test_getPathToNames()1155 GeneralName san7 = new GeneralName(new IPAddressName("1.1.1.1")); in test_setPathToNamesLjava_util_Collection()1385 GeneralName san7 = new GeneralName(new IPAddressName("1.1.1.1")); in test_setSubjectAlternativeNamesLjava_util_Collection()2195 gnList.add(((IPAddressName) gn.getName()).getName()); in getGeneralNamePairList()
924 result = new IPAddressName((String)name); in makeGeneralNameInterface()967 result = new IPAddressName(val); in makeGeneralNameInterface()
1870 "ojluni/src/main/java/sun/security/x509/IPAddressName.java",
1766 …rc/main/java/sun/security/x509/IPAddressName.java,jdk8u/jdk8u121-b13,jdk/src/share/classes/sun/sec…