Class UniversalSignatureBuilder


public class UniversalSignatureBuilder extends AbstractSignatureBuilder<UniversalSignatureBuilder>
Signature builder without restrictions on subpacket contents.
  • Constructor Details

    • UniversalSignatureBuilder

      public UniversalSignatureBuilder(SignatureType signatureType, org.bouncycastle.openpgp.PGPSecretKey signingKey, SecretKeyRingProtector protector) throws org.bouncycastle.openpgp.PGPException
      Throws:
      org.bouncycastle.openpgp.PGPException
    • UniversalSignatureBuilder

      public UniversalSignatureBuilder(org.bouncycastle.openpgp.PGPSecretKey certificationKey, SecretKeyRingProtector protector, org.bouncycastle.openpgp.PGPSignature archetypeSignature) throws org.bouncycastle.openpgp.PGPException
      Throws:
      org.bouncycastle.openpgp.PGPException
  • Method Details