public interface KeyRing
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ROLE |
| Modifier and Type | Method and Description |
|---|---|
char[] |
getPassword() |
org.bouncycastle.openpgp.PGPPublicKey |
getPublicKey(long keyId) |
org.bouncycastle.openpgp.PGPPublicKey |
getPublicKey(java.lang.String keyId) |
org.bouncycastle.openpgp.PGPSecretKey |
getSecretKey(long keyId) |
org.bouncycastle.openpgp.PGPSecretKey |
getSecretKey(java.lang.String keyId) |
char[] getPassword()
org.bouncycastle.openpgp.PGPSecretKey getSecretKey(java.lang.String keyId)
keyId - org.bouncycastle.openpgp.PGPPublicKey getPublicKey(java.lang.String keyId)
keyId - org.bouncycastle.openpgp.PGPSecretKey getSecretKey(long keyId)
keyId - org.bouncycastle.openpgp.PGPPublicKey getPublicKey(long keyId)
keyId -