Package org.bouncycastle.openpgp.api
Interface OpenPGPKeyMaterialProvider.OpenPGPKeyProvider
- All Superinterfaces:
OpenPGPKeyMaterialProvider<OpenPGPKey>
- All Known Implementing Classes:
OpenPGPKeyMaterialPool.OpenPGPKeyPool
- Enclosing interface:
OpenPGPKeyMaterialProvider<M extends OpenPGPCertificate>
public static interface OpenPGPKeyMaterialProvider.OpenPGPKeyProvider
extends OpenPGPKeyMaterialProvider<OpenPGPKey>
Interface for requesting
OpenPGPKeys
by providing a KeyIdentifier
.
The KeyIdentifier
can either be that of the keys 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