|
|||||||||
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 | |
---|---|
X509Certificate |
getCertificate(CertificateIdentifier certID)
Gets the certificate belonging to the given certificate identidier. |
X509Certificate[] |
getCertificateChain(CertificateIdentifier certID)
Gets the certificate chain belonging to the given certificate identidier. |
Method Detail |
---|
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 chainX509Certificate 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
|
This Javadoc may contain text parts from text parts from IETF Internet Standard specifications (see copyright note). | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |