Interface PGPPublicKeyService

All Superinterfaces:
ConfigurableComponent, ControllerService

public interface PGPPublicKeyService extends ControllerService
Pretty Good Privacy Public Key Service abstracts access to Public Keys used for encryption
  • Method Details

    • findPublicKey

      Optional<org.bouncycastle.openpgp.PGPPublicKey> findPublicKey(String search)
      Find Public Key
      Parameters:
      search - Public Key Search to be processed based on Controller Service implementation
      Returns:
      Optional container for PGP Public Key