Class ProofUtil
- java.lang.Object
-
- org.pgpainless.signature.consumer.ProofUtil
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ProofUtil.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.PGPSecretKeyRing
addProof(org.bouncycastle.openpgp.PGPSecretKeyRing secretKey, SecretKeyRingProtector protector, String userId, ProofUtil.Proof proof)
org.bouncycastle.openpgp.PGPSecretKeyRing
addProof(org.bouncycastle.openpgp.PGPSecretKeyRing secretKey, SecretKeyRingProtector protector, ProofUtil.Proof proof)
org.bouncycastle.openpgp.PGPSecretKeyRing
addProofs(org.bouncycastle.openpgp.PGPSecretKeyRing secretKey, SecretKeyRingProtector protector, String userId, List<ProofUtil.Proof> proofs)
org.bouncycastle.openpgp.PGPSecretKeyRing
addProofs(org.bouncycastle.openpgp.PGPSecretKeyRing secretKey, SecretKeyRingProtector protector, List<ProofUtil.Proof> proofs)
static List<ProofUtil.Proof>
getProofs(org.bouncycastle.openpgp.PGPSignature signature)
-
-
-
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, 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
-
addProofs
public org.bouncycastle.openpgp.PGPSecretKeyRing addProofs(org.bouncycastle.openpgp.PGPSecretKeyRing secretKey, SecretKeyRingProtector protector, @Nullable String userId, List<ProofUtil.Proof> proofs) throws org.bouncycastle.openpgp.PGPException
- Throws:
org.bouncycastle.openpgp.PGPException
-
getProofs
public static List<ProofUtil.Proof> getProofs(org.bouncycastle.openpgp.PGPSignature signature)
-
-