public class PGPSecretKeyAndPrivateKeyAndUserId extends Object
| Constructor and Description |
|---|
PGPSecretKeyAndPrivateKeyAndUserId(org.bouncycastle.openpgp.PGPSecretKey secretKey,
org.bouncycastle.openpgp.PGPPrivateKey privateKey,
String userId) |
| Modifier and Type | Method and Description |
|---|---|
org.bouncycastle.openpgp.PGPPrivateKey |
getPrivateKey() |
org.bouncycastle.openpgp.PGPSecretKey |
getSecretKey() |
String |
getUserId() |
public PGPSecretKeyAndPrivateKeyAndUserId(org.bouncycastle.openpgp.PGPSecretKey secretKey,
org.bouncycastle.openpgp.PGPPrivateKey privateKey,
String userId)
public org.bouncycastle.openpgp.PGPSecretKey getSecretKey()
public org.bouncycastle.openpgp.PGPPrivateKey getPrivateKey()
public String getUserId()
Apache Camel