public interface AuthenticationService
Modifier and Type | Method and Description |
---|---|
void |
validateCertificateChain(List<X509Certificate> certificateChain)
Validates the given certificate chain.
|
void validateCertificateChain(List<X509Certificate> certificateChain) throws ExpiredCertificateSecurityException, RevokedCertificateSecurityException, TrustCertificateSecurityException, CertificateSecurityException, SecurityException
Check out jTrust for an implementation of a PKI validation framework.
certificateChain
- the X509 authentication certificate chain of the citizen.SecurityException
- in case the certificate chain is invalid/not accepted.ExpiredCertificateSecurityException
RevokedCertificateSecurityException
TrustCertificateSecurityException
CertificateSecurityException
Copyright © 2008-2016 FedICT. All Rights Reserved.