Home
last modified time | relevance | path

Searched refs:gni (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/sun/security/x509/
DOtherName.java54 private GeneralNameInterface gni = null; field in OtherName
74 gni = getGNI(oid, value); in OtherName()
75 if (gni != null) { in OtherName()
76 name = gni.toString(); in OtherName()
94 gni = getGNI(oid, nameValue); in OtherName()
95 if (gni != null) { in OtherName()
96 name = gni.toString(); in OtherName()
131 GeneralNameInterface gni = in getGNI() local
133 return gni; in getGNI()
153 if (gni != null) { in encode()
[all …]
DGeneralSubtrees.java180 GeneralNameInterface gni = gn.getName(); in getGeneralNameInterface() local
181 return gni; in getGeneralNameInterface()
/libcore/ojluni/src/test/java/security/cert/
DX509CertSelectorTest.java561 private static GeneralSubtree getGeneralSubtree(GeneralNameInterface gni) { in getGeneralSubtree() argument
564 GeneralName gn = new GeneralName(gni); in getGeneralSubtree()