|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.lowagie.text.pdf.PdfPKCS7.X509Name
public static class PdfPKCS7.X509Name
a class that holds an X509 name
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 | |
---|---|
PdfPKCS7.X509Name(ASN1Sequence seq)
Constructs an X509 name |
|
PdfPKCS7.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()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final DERObjectIdentifier C
public static final DERObjectIdentifier O
public static final DERObjectIdentifier OU
public static final DERObjectIdentifier T
public static final DERObjectIdentifier CN
public static final DERObjectIdentifier SN
public static final DERObjectIdentifier L
public static final DERObjectIdentifier ST
public static final DERObjectIdentifier SURNAME
public static final DERObjectIdentifier GIVENNAME
public static final DERObjectIdentifier INITIALS
public static final DERObjectIdentifier GENERATION
public static final DERObjectIdentifier UNIQUE_IDENTIFIER
public static final DERObjectIdentifier EmailAddress
Note: if you're trying to be ultra orthodox, don't use this! It shouldn't be in here.
public static final DERObjectIdentifier E
public static final DERObjectIdentifier DC
public static final DERObjectIdentifier UID
public static HashMap DefaultSymbols
public HashMap values
Constructor Detail |
---|
public PdfPKCS7.X509Name(ASN1Sequence seq)
seq
- an ASN1 Sequencepublic PdfPKCS7.X509Name(String dirName)
dirName
- a directory nameMethod Detail |
---|
public String getField(String name)
public ArrayList getFieldArray(String name)
name
-
public HashMap getFields()
public String toString()
toString
in class Object
Object.toString()
|
Hosted by Hostbasket | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |