Package org.eclipse.jgit.gpg.bc.internal
Class BouncyCastleGpgKey
- java.lang.Object
-
- org.eclipse.jgit.gpg.bc.internal.BouncyCastleGpgKey
-
class BouncyCastleGpgKey extends java.lang.Object
Container which holds agetSecretKey()
together with thepath it was loaded from
.
-
-
Constructor Summary
Constructors Constructor Description BouncyCastleGpgKey(org.bouncycastle.openpgp.PGPSecretKey secretKey, java.nio.file.Path origin)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.nio.file.Path
getOrigin()
org.bouncycastle.openpgp.PGPSecretKey
getSecretKey()
-