Class PGPContentSignerBuilderProvider

java.lang.Object
org.bouncycastle.openpgp.operator.PGPContentSignerBuilderProvider
Direct Known Subclasses:
BcPGPContentSignerBuilderProvider, JcaPGPContentSignerBuilderProvider

public abstract class PGPContentSignerBuilderProvider extends Object
Provider class for PGPContentSignerBuilder instances. Concrete implementations of this class can choose the cryptographic backend (BC, JCA/JCE).
  • Field Details

    • hashAlgorithmId

      protected final int hashAlgorithmId
  • Constructor Details

    • PGPContentSignerBuilderProvider

      public PGPContentSignerBuilderProvider(int hashAlgorithmId)
      Constructor.
      Parameters:
      hashAlgorithmId - ID of the hash algorithm the PGPContentSignerBuilder shall use.
  • Method Details