public final class EDIPartyName extends Object
EDIPartyName ::= SEQUENCE {
nameAssigner [0] DirectoryString OPTIONAL,
partyName [1] DirectoryString
}
DirectoryString ::= CHOICE {
teletexString TeletexString (SIZE (1..MAX)),
printableString PrintableString (SIZE (1..MAX)),
universalString UniversalString (SIZE (1..MAX)),
utf8String UTF8String (SIZE (1..MAX)),
bmpString BMPString (SIZE (1..MAX))
}
| Modifier and Type | Field and Description |
|---|---|
static ASN1Sequence |
ASN1
ASN.1 DER X.509 EDIPartyName encoder/decoder class.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getEncoded()
Returns ASN.1 encoded form of this X.509 EDIPartyName value.
|
public static final ASN1Sequence ASN1