Package org.bouncycastle.openpgp.api
Interface OpenPGPKeyMaterialProvider.OpenPGPCertificateProvider
- All Superinterfaces:
OpenPGPKeyMaterialProvider<OpenPGPCertificate>
- All Known Implementing Classes:
OpenPGPKeyMaterialPool.OpenPGPCertificatePool
- Enclosing interface:
OpenPGPKeyMaterialProvider<M extends OpenPGPCertificate>
public static interface OpenPGPKeyMaterialProvider.OpenPGPCertificateProvider
extends OpenPGPKeyMaterialProvider<OpenPGPCertificate>
Interface for requesting
OpenPGPCertificates
by providing a KeyIdentifier
.
The KeyIdentifier
can either be that of the certificates primary key, or of a subkey.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.bouncycastle.openpgp.api.OpenPGPKeyMaterialProvider
OpenPGPKeyMaterialProvider.OpenPGPCertificateProvider, OpenPGPKeyMaterialProvider.OpenPGPKeyProvider
-
Method Summary
Methods inherited from interface org.bouncycastle.openpgp.api.OpenPGPKeyMaterialProvider
provide