Searched refs:EDIPartyName (Results 1 – 6 of 6) sorted by relevance
45 public class EDIPartyName implements GeneralNameInterface { class62 public EDIPartyName(String assignerName, String partyName) { in EDIPartyName() method in EDIPartyName72 public EDIPartyName(String partyName) { in EDIPartyName() method in EDIPartyName82 public EDIPartyName(DerValue derValue) throws IOException { in EDIPartyName() method in EDIPartyName172 if (!(other instanceof EDIPartyName)) in equals()174 String otherAssigner = ((EDIPartyName)other).assigner; in equals()182 String otherParty = ((EDIPartyName)other).party; in equals()
158 name = new EDIPartyName(encName); in GeneralName()
266 newName = new GeneralName(new EDIPartyName("")); in createWidestSubtree()
67 import sun.security.x509.EDIPartyName;2207 gnList.add(((EDIPartyName) gn.getName()).getPartyName()); in getGeneralNamePairList()
961 result = new EDIPartyName(val); in makeGeneralNameInterface()
1744 "ojluni/src/main/java/sun/security/x509/EDIPartyName.java",