Class ProofUtil

    • Method Detail

      • addProof

        public org.bouncycastle.openpgp.PGPSecretKeyRing addProof​(org.bouncycastle.openpgp.PGPSecretKeyRing secretKey,
                                                                  SecretKeyRingProtector protector,
                                                                  ProofUtil.Proof proof)
                                                           throws org.bouncycastle.openpgp.PGPException
        Throws:
        org.bouncycastle.openpgp.PGPException
      • addProofs

        public org.bouncycastle.openpgp.PGPSecretKeyRing addProofs​(org.bouncycastle.openpgp.PGPSecretKeyRing secretKey,
                                                                   SecretKeyRingProtector protector,
                                                                   List<ProofUtil.Proof> proofs)
                                                            throws org.bouncycastle.openpgp.PGPException
        Throws:
        org.bouncycastle.openpgp.PGPException
      • addProof

        public org.bouncycastle.openpgp.PGPSecretKeyRing addProof​(org.bouncycastle.openpgp.PGPSecretKeyRing secretKey,
                                                                  SecretKeyRingProtector protector,
                                                                  String userId,
                                                                  ProofUtil.Proof proof)
                                                           throws org.bouncycastle.openpgp.PGPException
        Throws:
        org.bouncycastle.openpgp.PGPException