Package org.eclipse.jgit.gpg.bc.internal
Class BouncyCastleGpgKey
java.lang.Object
org.eclipse.jgit.gpg.bc.internal.BouncyCastleGpgKey
Container which holds a
getSecretKey()
together with the
path it was loaded from
.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionBouncyCastleGpgKey
(org.bouncycastle.openpgp.PGPSecretKey secretKey, Path origin) -
Method Summary
Modifier and TypeMethodDescriptionorg.bouncycastle.openpgp.PGPSecretKey
-
Field Details
-
secretKey
private org.bouncycastle.openpgp.PGPSecretKey secretKey -
origin
-
-
Constructor Details
-
BouncyCastleGpgKey
-
-
Method Details
-
getSecretKey
public org.bouncycastle.openpgp.PGPSecretKey getSecretKey() -
getOrigin
-