class BouncyCastleGpgKey
extends java.lang.Object
getSecretKey()
together with the
path it was loaded from
.Modifier and Type | Field and Description |
---|---|
private java.nio.file.Path |
origin |
private org.bouncycastle.openpgp.PGPSecretKey |
secretKey |
Constructor and Description |
---|
BouncyCastleGpgKey(org.bouncycastle.openpgp.PGPSecretKey secretKey,
java.nio.file.Path origin) |
Modifier and Type | Method and Description |
---|---|
java.nio.file.Path |
getOrigin() |
org.bouncycastle.openpgp.PGPSecretKey |
getSecretKey() |