public class PGPKeyRingImpl extends Object implements PGPKeyRing, Initialisable
| Modifier and Type | Field and Description |
|---|---|
protected static org.apache.commons.logging.Log |
logger |
PHASE_NAME| Constructor and Description |
|---|
PGPKeyRingImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.bouncycastle.openpgp.PGPSecretKey |
getConfiguredSecretKey() |
org.bouncycastle.openpgp.PGPPublicKey |
getPublicKey(String principalId) |
String |
getPublicKeyRingFileName() |
org.bouncycastle.openpgp.PGPPublicKeyRingCollection |
getPublicKeys() |
String |
getSecretAliasId() |
String |
getSecretKeyRingFileName() |
org.bouncycastle.openpgp.PGPSecretKeyRingCollection |
getSecretKeys() |
String |
getSecretPassphrase() |
void |
initialise() |
void |
setPublicKeyRingFileName(String value) |
void |
setSecretAliasId(String value) |
void |
setSecretKeyRingFileName(String value) |
void |
setSecretPassphrase(String value) |
public void initialise()
throws InitialisationException
initialise in interface InitialisableInitialisationExceptionpublic String getSecretKeyRingFileName()
public void setSecretKeyRingFileName(String value)
public String getSecretAliasId()
public void setSecretAliasId(String value)
public String getSecretPassphrase()
getSecretPassphrase in interface PGPKeyRingpublic void setSecretPassphrase(String value)
public org.bouncycastle.openpgp.PGPSecretKey getConfiguredSecretKey()
getConfiguredSecretKey in interface PGPKeyRingpublic org.bouncycastle.openpgp.PGPSecretKeyRingCollection getSecretKeys()
getSecretKeys in interface PGPKeyRingpublic String getPublicKeyRingFileName()
public void setPublicKeyRingFileName(String value)
public org.bouncycastle.openpgp.PGPPublicKey getPublicKey(String principalId)
getPublicKey in interface PGPKeyRingpublic org.bouncycastle.openpgp.PGPPublicKeyRingCollection getPublicKeys()
getPublicKeys in interface PGPKeyRingCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.