Class ProofUtil


  • public class ProofUtil
    extends java.lang.Object
    • Constructor Detail

      • ProofUtil

        public 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,
                                                                   java.util.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,
                                                                  java.lang.String userId,
                                                                  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,
                                                                   @Nullable
                                                                   java.lang.String userId,
                                                                   java.util.List<ProofUtil.Proof> proofs)
                                                            throws org.bouncycastle.openpgp.PGPException
        Throws:
        org.bouncycastle.openpgp.PGPException
      • getProofs

        public static java.util.List<ProofUtil.Proof> getProofs​(org.bouncycastle.openpgp.PGPSignature signature)