com.lowagie.text.pdf
public static class PdfPKCS7.X509Name extends Object
| Field Summary | |
|---|---|
| static DERObjectIdentifier | C
country code - StringType(SIZE(2)) |
| static DERObjectIdentifier | CN
common name - StringType(SIZE(1..64)) |
| static DERObjectIdentifier | DC object identifier |
| static HashMap | DefaultSymbols A HashMap with default symbols |
| static DERObjectIdentifier | E
email address in Verisign certificates |
| static DERObjectIdentifier | EmailAddress
Email address (RSA PKCS#9 extension) - IA5String.
|
| static DERObjectIdentifier | GENERATION Naming attribute of type X520name |
| static DERObjectIdentifier | GIVENNAME Naming attribute of type X520name |
| static DERObjectIdentifier | INITIALS Naming attribute of type X520name |
| static DERObjectIdentifier | L
locality name - StringType(SIZE(1..64)) |
| static DERObjectIdentifier | O
organization - StringType(SIZE(1..64)) |
| static DERObjectIdentifier | OU
organizational unit name - StringType(SIZE(1..64)) |
| static DERObjectIdentifier | SN
device serial number name - StringType(SIZE(1..64)) |
| static DERObjectIdentifier | ST
state, or province name - StringType(SIZE(1..64)) |
| static DERObjectIdentifier | SURNAME Naming attribute of type X520name |
| static DERObjectIdentifier | T
Title |
| static DERObjectIdentifier | UID LDAP User id. |
| static DERObjectIdentifier | UNIQUE_IDENTIFIER Naming attribute of type X520name |
| HashMap | values A HashMap with values |
| Constructor Summary | |
|---|---|
| X509Name(ASN1Sequence seq)
Constructs an X509 name | |
| X509Name(String dirName)
Constructs an X509 name | |
| Method Summary | |
|---|---|
| String | getField(String name) |
| ArrayList | getFieldArray(String name)
gets a field array from the values Hashmap |
| HashMap | getFields()
getter for values |
| String | toString() |
Note: if you're trying to be ultra orthodox, don't use this! It shouldn't be in here.
Parameters: seq an ASN1 Sequence
Parameters: dirName a directory name
Parameters: name
Returns: an ArrayList
Returns: a HashMap with the fields of the X509 name
See Also: java.lang.Object#toString()