Package org.apache.nifi.pgp.service.api
Interface PGPPrivateKeyService
- All Superinterfaces:
ConfigurableComponent,ControllerService
Pretty Good Privacy Private Key Service abstracts access to Private Keys used for decryption
-
Method Summary
Modifier and TypeMethodDescriptionOptional<org.bouncycastle.openpgp.PGPPrivateKey> findPrivateKey(long keyIdentifier) Find Private KeyMethods inherited from interface org.apache.nifi.components.ConfigurableComponent
getIdentifier, getPropertyDescriptor, getPropertyDescriptors, onPropertyModified, validateMethods inherited from interface org.apache.nifi.controller.ControllerService
initialize, isStateful, migrateProperties
-
Method Details
-
findPrivateKey
Find Private Key- Parameters:
keyIdentifier- Private Key Identifier- Returns:
- Optional container for PGP Private Key
-