Class SelfSignatureBuilder

    • Constructor Detail

      • SelfSignatureBuilder

        public SelfSignatureBuilder​(org.bouncycastle.openpgp.PGPSecretKey signingKey,
                                    SecretKeyRingProtector protector)
                             throws org.bouncycastle.openpgp.PGPException
        Throws:
        org.bouncycastle.openpgp.PGPException
      • SelfSignatureBuilder

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

        public SelfSignatureBuilder​(org.bouncycastle.openpgp.PGPSecretKey primaryKey,
                                    SecretKeyRingProtector primaryKeyProtector,
                                    org.bouncycastle.openpgp.PGPSignature oldCertification)
                             throws org.bouncycastle.openpgp.PGPException
        Throws:
        org.bouncycastle.openpgp.PGPException
    • Method Detail

      • build

        public org.bouncycastle.openpgp.PGPSignature build​(org.bouncycastle.openpgp.PGPPublicKey certifiedKey,
                                                           java.lang.String userId)
                                                    throws org.bouncycastle.openpgp.PGPException
        Throws:
        org.bouncycastle.openpgp.PGPException
      • build

        public org.bouncycastle.openpgp.PGPSignature build​(org.bouncycastle.openpgp.PGPPublicKey certifiedKey,
                                                           org.bouncycastle.openpgp.PGPUserAttributeSubpacketVector userAttribute)
                                                    throws org.bouncycastle.openpgp.PGPException
        Throws:
        org.bouncycastle.openpgp.PGPException