Class ProofUtil
- java.lang.Object
-
- org.pgpainless.signature.consumer.ProofUtil
-
public class ProofUtil extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classProofUtil.Proof
-
Constructor Summary
Constructors Constructor Description ProofUtil()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.bouncycastle.openpgp.PGPSecretKeyRingaddProof(org.bouncycastle.openpgp.PGPSecretKeyRing secretKey, SecretKeyRingProtector protector, java.lang.String userId, ProofUtil.Proof proof)org.bouncycastle.openpgp.PGPSecretKeyRingaddProof(org.bouncycastle.openpgp.PGPSecretKeyRing secretKey, SecretKeyRingProtector protector, ProofUtil.Proof proof)org.bouncycastle.openpgp.PGPSecretKeyRingaddProofs(org.bouncycastle.openpgp.PGPSecretKeyRing secretKey, SecretKeyRingProtector protector, java.lang.String userId, java.util.List<ProofUtil.Proof> proofs)org.bouncycastle.openpgp.PGPSecretKeyRingaddProofs(org.bouncycastle.openpgp.PGPSecretKeyRing secretKey, SecretKeyRingProtector protector, java.util.List<ProofUtil.Proof> proofs)static java.util.List<ProofUtil.Proof>getProofs(org.bouncycastle.openpgp.PGPSignature signature)
-
-
-
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)
-
-