public interface CertificateDatabase
certificate identifiers.| Modifier and Type | Method and Description |
|---|---|
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.
|
iaik.x509.X509Certificate[] getCertificateChain(CertificateIdentifier certID) throws CertificateDatabaseException
certID - the certificate identifier identifying the entity to
which the requested certificate key belongs toCertificateDatabaseException - if there occurs some problem when trying to
fetch the certificate chainiaik.x509.X509Certificate getCertificate(CertificateIdentifier certID) throws CertificateDatabaseException
certID - the certificate identifier identifying the entity to
which the requested certificate key belongs tonull if no
certificate for the given identifier are foundCertificateDatabaseException - if there occurs some problem when trying to
fetch the certificate