Interface PGPContentSignerBuilder

All Known Implementing Classes:
BcPGPContentSignerBuilder, JcaPGPContentSignerBuilder

public interface PGPContentSignerBuilder
Builder for PGPContentSigner objects. The purpose of this class is to act as an abstract factory, whose subclasses can decide, which concrete implementation to use for the PGPContentSigner.
  • Method Summary

    Modifier and Type
    Method
    Description
    build(int signatureType, PGPPrivateKey privateKey)