Home
last modified time | relevance | path

Searched refs:OtherName (Results 1 – 7 of 7) sorted by relevance

/libcore/ojluni/src/main/java/sun/security/x509/
DOtherName.java49 public class OtherName implements GeneralNameInterface { class
68 public OtherName(ObjectIdentifier oid, byte[] value) throws IOException { in OtherName() method in OtherName
88 public OtherName(DerValue derValue) throws IOException { in OtherName() method in OtherName
175 if (!(other instanceof OtherName)) { in equals()
178 OtherName otherOther = (OtherName)other; in equals()
DGeneralSubtrees.java250 ObjectIdentifier otherOID = ((OtherName)name).getOID(); in createWidestSubtree()
251 newName = new GeneralName(new OtherName(otherOID, null)); in createWidestSubtree()
DGeneralName.java95 name = new OtherName(encName); in GeneralName()
/libcore/luni/src/test/java/tests/security/cert/
DX509CertSelectorTest.java73 import sun.security.x509.OtherName;
509 GeneralName san0 = new GeneralName(new OtherName(new ObjectIdentifier("1.2.3.4.5"), in test_getPathToNames()
1146 GeneralName san0 = new GeneralName(new OtherName(new ObjectIdentifier("1.2.3.4.5"), in test_setPathToNamesLjava_util_Collection()
1376 GeneralName san0 = new GeneralName(new OtherName(new ObjectIdentifier("1.2.3.4.5"), in test_setSubjectAlternativeNamesLjava_util_Collection()
2082 GeneralName san0 = new GeneralName(new OtherName(new ObjectIdentifier("1.2.3.4.5"), in test_addSubjectAlternativeNameLintLbyte_array2()
/libcore/ojluni/src/main/java/java/security/cert/
DX509CertSelector.java946 result = new OtherName(val); in makeGeneralNameInterface()
/libcore/
Dopenjdk_java_files.bp1880 "ojluni/src/main/java/sun/security/x509/OtherName.java",
DEXPECTED_UPSTREAM1778 …ni/src/main/java/sun/security/x509/OtherName.java,jdk8u/jdk8u121-b13,jdk/src/share/classes/sun/sec…