Uses of Class
org.pgpainless.signature.consumer.ProofUtil.Proof
-
Packages that use ProofUtil.Proof Package Description org.pgpainless.signature.consumer Classes related to OpenPGP signature verification. -
-
Uses of ProofUtil.Proof in org.pgpainless.signature.consumer
Methods in org.pgpainless.signature.consumer that return ProofUtil.Proof Modifier and Type Method Description static ProofUtil.Proof
ProofUtil.Proof. fromMatrixPermalink(String username, String eventPermalink)
Methods in org.pgpainless.signature.consumer that return types with arguments of type ProofUtil.Proof Modifier and Type Method Description static List<ProofUtil.Proof>
ProofUtil. getProofs(org.bouncycastle.openpgp.PGPSignature signature)
Methods in org.pgpainless.signature.consumer with parameters of type ProofUtil.Proof Modifier and Type Method Description org.bouncycastle.openpgp.PGPSecretKeyRing
ProofUtil. addProof(org.bouncycastle.openpgp.PGPSecretKeyRing secretKey, SecretKeyRingProtector protector, String userId, ProofUtil.Proof proof)
org.bouncycastle.openpgp.PGPSecretKeyRing
ProofUtil. addProof(org.bouncycastle.openpgp.PGPSecretKeyRing secretKey, SecretKeyRingProtector protector, ProofUtil.Proof proof)
Method parameters in org.pgpainless.signature.consumer with type arguments of type ProofUtil.Proof Modifier and Type Method Description org.bouncycastle.openpgp.PGPSecretKeyRing
ProofUtil. addProofs(org.bouncycastle.openpgp.PGPSecretKeyRing secretKey, SecretKeyRingProtector protector, String userId, List<ProofUtil.Proof> proofs)
org.bouncycastle.openpgp.PGPSecretKeyRing
ProofUtil. addProofs(org.bouncycastle.openpgp.PGPSecretKeyRing secretKey, SecretKeyRingProtector protector, List<ProofUtil.Proof> proofs)
-