Home
last modified time | relevance | path

Searched refs:EDIPartyName (Results 1 – 6 of 6) sorted by relevance

/libcore/ojluni/src/main/java/sun/security/x509/
DEDIPartyName.java45 public class EDIPartyName implements GeneralNameInterface { class
62 public EDIPartyName(String assignerName, String partyName) { in EDIPartyName() method in EDIPartyName
72 public EDIPartyName(String partyName) { in EDIPartyName() method in EDIPartyName
82 public EDIPartyName(DerValue derValue) throws IOException { in EDIPartyName() method in EDIPartyName
172 if (!(other instanceof EDIPartyName)) in equals()
174 String otherAssigner = ((EDIPartyName)other).assigner; in equals()
182 String otherParty = ((EDIPartyName)other).party; in equals()
DGeneralName.java158 name = new EDIPartyName(encName); in GeneralName()
DGeneralSubtrees.java266 newName = new GeneralName(new EDIPartyName("")); in createWidestSubtree()
/libcore/luni/src/test/java/tests/security/cert/
DX509CertSelectorTest.java67 import sun.security.x509.EDIPartyName;
2207 gnList.add(((EDIPartyName) gn.getName()).getPartyName()); in getGeneralNamePairList()
/libcore/ojluni/src/main/java/java/security/cert/
DX509CertSelector.java961 result = new EDIPartyName(val); in makeGeneralNameInterface()
/libcore/
Dopenjdk_java_files.bp1744 "ojluni/src/main/java/sun/security/x509/EDIPartyName.java",