public interface IdentityIntegrityService
Modifier and Type | Method and Description |
---|---|
void |
checkNationalRegistrationCertificate(List<X509Certificate> certificateChain)
Checks the validity of the National Registration certificate.
|
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.Copyright © 2008-2015 FedICT. All Rights Reserved.