Class BouncyCastleGpgKey

java.lang.Object
org.eclipse.jgit.gpg.bc.internal.BouncyCastleGpgKey

class BouncyCastleGpgKey extends Object
Container which holds a getSecretKey() together with the path it was loaded from.
  • Field Details

    • secretKey

      private org.bouncycastle.openpgp.PGPSecretKey secretKey
    • origin

      private Path origin
  • Constructor Details

    • BouncyCastleGpgKey

      public BouncyCastleGpgKey(org.bouncycastle.openpgp.PGPSecretKey secretKey, Path origin)
  • Method Details

    • getSecretKey

      public org.bouncycastle.openpgp.PGPSecretKey getSecretKey()
    • getOrigin

      public Path getOrigin()