|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IdentityIntegrityService
Interface for identity integrity service components. Can be used by the eID Applet Service to run integrity validation on the identity data that comes from the eID card.
Method Summary | |
---|---|
void |
checkNationalRegistrationCertificate(List<X509Certificate> certificateChain)
Checks the validity of the National Registration certificate. |
Method Detail |
---|
void checkNationalRegistrationCertificate(List<X509Certificate> certificateChain) throws SecurityException
Check out jTrust for an implementation of a PKI validation framework.
certificateChain
- the national registration X509 certificate chain.
SecurityException
- in case the certificate is invalid/not accepted.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |