|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CertificateVerifier
Verifies certificates (instances of Certificate
, e.g. attribute
certificates or user certificates).
How a certificate is verified depends on the implementation.
Method Summary | |
---|---|
void |
verifyCertificate(Certificate certificate)
Verifies the specified certificate and returns without exception if the certificate could successfully be verified. |
Method Detail |
---|
void verifyCertificate(Certificate certificate) throws CertificateException, NoSuchAlgorithmException, InvalidKeyException, NoSuchProviderException, SignatureException
certificate
- The certificate to be verified. Must not be null
.
CertificateException
- Thrown on certificate encoding errors.
NoSuchAlgorithmException
- Thrown on unsupported signature algorithms.
InvalidKeyException
- Thrown on incorrect keys.
NoSuchProviderException
- Thrown on incorrect crypto provider usage.
SignatureException
- Thrown on incorrect signatures.
|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
PERMIS Role Based Access Control 0.3.0 (Build 14)
2009/05/08 09:06:10
Copyright (c) 2002-2007 Ergon Informatik AG