Class BcPublicKeyDataDecryptorFactory

java.lang.Object
org.bouncycastle.openpgp.operator.bc.BcPublicKeyDataDecryptorFactory
All Implemented Interfaces:
PGPDataDecryptorFactory, PublicKeyDataDecryptorFactory

public class BcPublicKeyDataDecryptorFactory extends Object implements PublicKeyDataDecryptorFactory
A decryptor factory for handling public key decryption operations.
  • Constructor Details

    • BcPublicKeyDataDecryptorFactory

      public BcPublicKeyDataDecryptorFactory(PGPPrivateKey pgpPrivKey)
  • Method Details