|
![]() |
||||||||
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 |
OpenPermis Role Based Access Control 0.9.0 (Build 16)
2009/08/13 07:16:59
Copyright (c) 2002-2007 Ergon Informatik AG