Searched defs:EDIPartyName (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/sun/security/x509/
H A DEDIPartyName.java32 * This class defines the EDIPartyName of the GeneralName choice.
35 * EDIPartyName ::= SEQUENCE {
45 public class EDIPartyName implements GeneralNameInterface { class in inherits:GeneralNameInterface
57 * Create the EDIPartyName object from the specified names.
62 public EDIPartyName(String assignerName, String partyName) { method in class:EDIPartyName
68 * Create the EDIPartyName object from the specified name.
72 public EDIPartyName(String partyName) { method in class:EDIPartyName
77 * Create the EDIPartyName object from the passed encoded Der value.
79 * @param derValue the encoded DER EDIPartyName.
82 public EDIPartyName(DerValu method in class:EDIPartyName
[all...]

Completed in 142 milliseconds