|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fedict.eid.applet.service.EIdCertsData
public class EIdCertsData
Data structure to hold the eID X509 certificates.
| Field Summary | |
|---|---|
X509Certificate |
authn
|
X509Certificate |
ca
|
X509Certificate |
root
|
X509Certificate |
sign
|
| Constructor Summary | |
|---|---|
EIdCertsData()
|
|
| Method Summary | |
|---|---|
X509Certificate |
getAuthn()
Citizen's authentication X509 certificate. |
X509Certificate |
getCa()
Citizen CA X509 certificate. |
X509Certificate |
getRoot()
Root CA (or Root CA2, depending on the age of the eID card) X509 certificate. |
X509Certificate |
getSign()
Citizen's non-repudiation X509 certificate. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public X509Certificate authn
public X509Certificate sign
public X509Certificate ca
public X509Certificate root
| Constructor Detail |
|---|
public EIdCertsData()
| Method Detail |
|---|
public X509Certificate getAuthn()
public X509Certificate getSign()
public X509Certificate getCa()
public X509Certificate getRoot()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||