Class OpenPGPSignatureGenerator

java.lang.Object
org.apache.ivy.plugins.signer.bouncycastle.OpenPGPSignatureGenerator
All Implemented Interfaces:
SignatureGenerator

public class OpenPGPSignatureGenerator extends Object implements SignatureGenerator
  • Field Details

    • MASK

      private static final long MASK
      See Also:
    • name

      private String name
    • secring

      private String secring
    • password

      private String password
    • keyId

      private String keyId
    • pgpSec

      private org.bouncycastle.openpgp.PGPSecretKey pgpSec
  • Constructor Details

    • OpenPGPSignatureGenerator

      public OpenPGPSignatureGenerator()
  • Method Details