M - either OpenPGPCertificate or OpenPGPKeypublic interface OpenPGPKeyMaterialProvider<M extends OpenPGPCertificate>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
OpenPGPKeyMaterialProvider.OpenPGPCertificateProvider
Interface for requesting
OpenPGPCertificates by providing a KeyIdentifier. |
static interface |
OpenPGPKeyMaterialProvider.OpenPGPKeyProvider
Interface for requesting
OpenPGPKeys by providing a KeyIdentifier. |
| Modifier and Type | Method and Description |
|---|---|
M |
provide(KeyIdentifier componentKeyIdentifier)
Provide the requested
OpenPGPCertificate or OpenPGPKey containing the component key identified
by the passed in KeyIdentifier. |
M provide(KeyIdentifier componentKeyIdentifier)
OpenPGPCertificate or OpenPGPKey containing the component key identified
by the passed in KeyIdentifier.componentKeyIdentifier - identifier of a component key (primary key or subkey)