Interface PGPPrivateKeyService

All Superinterfaces:
ConfigurableComponent, ControllerService

public interface PGPPrivateKeyService extends ControllerService
Pretty Good Privacy Private Key Service abstracts access to Private Keys used for decryption
  • Method Details

    • findPrivateKey

      Optional<org.bouncycastle.openpgp.PGPPrivateKey> findPrivateKey(long keyIdentifier)
      Find Private Key
      Parameters:
      keyIdentifier - Private Key Identifier
      Returns:
      Optional container for PGP Private Key