Package org.apache.nifi.pgp.service.api
Interface PGPPublicKeyService
- All Superinterfaces:
ConfigurableComponent,ControllerService
Pretty Good Privacy Public Key Service abstracts access to Public Keys used for encryption
-
Method Summary
Modifier and TypeMethodDescriptionOptional<org.bouncycastle.openpgp.PGPPublicKey> findPublicKey(String search) Find Public 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
-
findPublicKey
Find Public Key- Parameters:
search- Public Key Search to be processed based on Controller Service implementation- Returns:
- Optional container for PGP Public Key
-