Public Member Functions | |
User () | |
String | getDN () |
void | setDN (String dn) |
String | getCA () |
void | setCA (String ca) |
String | getCN () |
String | getCertUri () |
void | setCertUri (String certUri) |
String | getMail () |
void | setMail (String mail) |
Definition at line 32 of file User.java.
|
Empty default constructor. |
|
Get the distinguished name of the CA that issued the certificate of this user. |
|
Set the common name of this user. public void setCN(String cn) { } /** Get the URL of the user's certificate. |
|
Get the common name of this user. |
|
Get the distinguished name of this user. |
|
Get the email address of the user. |
|
Set the distinguished name of the CA that issued the certificate of this user. |
|
Set the URL of the user's certificate. |
|
Set the distinguished name of this user. |
|
Set the email address of the user. |