|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AuthenticationService
Interface for authentication service components.
Method Summary | |
---|---|
void |
validateCertificateChain(List<X509Certificate> certificateChain)
Validates the given certificate chain. |
Method Detail |
---|
void validateCertificateChain(List<X509Certificate> certificateChain) throws 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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |