|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ICertificateLoader
Defines the functionality to import certificates from a remote or local repository. See also the eu.geclipse.core.certificateLoader extension point.
| Nested Class Summary | |
|---|---|
static class |
ICertificateLoader.CertificateID
A helper class identifying a certificate. |
| Method Summary | |
|---|---|
java.security.cert.X509Certificate |
fetchCertificate(ICertificateLoader.CertificateID id,
IProgressMonitor monitor)
Fetch the certificates from the specified certificate IDs. |
ICertificateLoader.CertificateID[] |
listAvailableCertificates(java.net.URI uri,
IProgressMonitor monitor)
List the certificates that are available from the specified repository. |
| Method Detail |
|---|
java.security.cert.X509Certificate fetchCertificate(ICertificateLoader.CertificateID id,
IProgressMonitor monitor)
throws ProblemException
id - The id of the certificate to be fetched.monitor - A progress monitor.
ProblemException - If an error occurred.
ICertificateLoader.CertificateID[] listAvailableCertificates(java.net.URI uri,
IProgressMonitor monitor)
throws ProblemException
uri - The repository to be listed.monitor - A progress monitor.
ICertificateLoader.CertificateIDs.
ProblemException - If a problem occurs.
|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||