Home
last modified time | relevance | path

Searched refs:IPAddressName (Results 1 – 10 of 10) sorted by relevance

/libcore/ojluni/src/main/java/sun/security/x509/
DIPAddressName.java70 public class IPAddressName implements GeneralNameInterface { class
81 public IPAddressName(DerValue derValue) throws IOException { in IPAddressName() method in IPAddressName
91 public IPAddressName(byte[] address) throws IOException { in IPAddressName() method in IPAddressName
126 public IPAddressName(String name) throws IOException { in IPAddressName() method in IPAddressName
319 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()
DURIName.java87 private IPAddressName hostIP;
125 hostIP = new IPAddressName(ipV6Host); in URIName()
137 hostIP = new IPAddressName(host); in URIName()
DGeneralName.java132 name = new IPAddressName(encName); in GeneralName()
DGeneralSubtrees.java272 newName = new GeneralName(new IPAddressName((byte[])null)); in createWidestSubtree()
DX509CertImpl.java1583 nameEntry.add(((IPAddressName) name).getName()); in makeAltNames()
/libcore/ojluni/annotations/hiddenapi/sun/security/x509/
DURIName.java103 private sun.security.x509.IPAddressName hostIP;
/libcore/luni/src/test/java/tests/security/cert/
DX509CertSelectorTest.java71 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()
/libcore/ojluni/src/main/java/java/security/cert/
DX509CertSelector.java924 result = new IPAddressName((String)name); in makeGeneralNameInterface()
967 result = new IPAddressName(val); in makeGeneralNameInterface()
/libcore/
Dopenjdk_java_files.bp1870 "ojluni/src/main/java/sun/security/x509/IPAddressName.java",
DEXPECTED_UPSTREAM1766 …rc/main/java/sun/security/x509/IPAddressName.java,jdk8u/jdk8u121-b13,jdk/src/share/classes/sun/sec…