public class PGPCryptInfo extends Object
| Constructor and Description |
|---|
PGPCryptInfo(org.bouncycastle.openpgp.PGPPublicKey publicKey,
boolean signRequested) |
PGPCryptInfo(org.bouncycastle.openpgp.PGPPublicKey publicKey,
org.bouncycastle.openpgp.PGPPrivateKey signerKey,
String signerPrincipal) |
| Modifier and Type | Method and Description |
|---|---|
org.bouncycastle.openpgp.PGPPublicKey |
getPublicKey() |
String |
getSignerPrincipal() |
org.bouncycastle.openpgp.PGPPrivateKey |
getSignerPrivateKey() |
boolean |
isSignRequested() |
void |
setPublicKey(org.bouncycastle.openpgp.PGPPublicKey publicKey) |
void |
setSignerKey(org.bouncycastle.openpgp.PGPPrivateKey signerKey) |
void |
setSignRequested(boolean signRequested) |
public PGPCryptInfo(org.bouncycastle.openpgp.PGPPublicKey publicKey,
boolean signRequested)
public PGPCryptInfo(org.bouncycastle.openpgp.PGPPublicKey publicKey,
org.bouncycastle.openpgp.PGPPrivateKey signerKey,
String signerPrincipal)
public org.bouncycastle.openpgp.PGPPublicKey getPublicKey()
public void setPublicKey(org.bouncycastle.openpgp.PGPPublicKey publicKey)
public void setSignerKey(org.bouncycastle.openpgp.PGPPrivateKey signerKey)
public boolean isSignRequested()
public void setSignRequested(boolean signRequested)
public org.bouncycastle.openpgp.PGPPrivateKey getSignerPrivateKey()
public String getSignerPrincipal()
Copyright © 2003–2021 MuleSoft, Inc.. All rights reserved.