|
IAIK CMS/SMIME Toolkit API Documentation
Version 6.1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CertificateDatabase
A simple certificate database allowing to query for certificates
based on certificate identifiers.
| Method Summary | |
|---|---|
iaik.x509.X509Certificate |
getCertificate(CertificateIdentifier certID)
Gets the certificate belonging to the given certificate identidier. |
iaik.x509.X509Certificate[] |
getCertificateChain(CertificateIdentifier certID)
Gets the certificate chain belonging to the given certificate identidier. |
| Method Detail |
|---|
iaik.x509.X509Certificate[] getCertificateChain(CertificateIdentifier certID)
throws CertificateDatabaseException
certID - the certificate identifier identifying the entity to
which the requested certificate key belongs to
CertificateDatabaseException - if there occurs some problem when trying to
fetch the certificate chain
iaik.x509.X509Certificate getCertificate(CertificateIdentifier certID)
throws CertificateDatabaseException
certID - the certificate identifier identifying the entity to
which the requested certificate key belongs to
null if no
certificate for the given identifier are found
CertificateDatabaseException - if there occurs some problem when trying to
fetch the certificate
|
IAIK CMS/SMIME Toolkit API Documentation
Version 6.1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
|
v6.1 (c) 2002 IAIK, (c) 2003 - 2025 SIC |
|