public class EIdCertsData extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
X509Certificate |
authn |
X509Certificate |
ca |
X509Certificate |
root |
X509Certificate |
sign |
Constructor and Description |
---|
EIdCertsData() |
Modifier and Type | Method and Description |
---|---|
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.
|
public X509Certificate authn
public X509Certificate sign
public X509Certificate ca
public X509Certificate root
public X509Certificate getAuthn()
public X509Certificate getSign()
public X509Certificate getCa()
public X509Certificate getRoot()
Copyright © 2008-2015 FedICT. All Rights Reserved.