Class BouncyCastleGpgKey

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.nio.file.Path origin  
      private org.bouncycastle.openpgp.PGPSecretKey secretKey  
    • 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()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • secretKey

        private org.bouncycastle.openpgp.PGPSecretKey secretKey
      • origin

        private java.nio.file.Path origin
    • Constructor Detail

      • BouncyCastleGpgKey

        public BouncyCastleGpgKey​(org.bouncycastle.openpgp.PGPSecretKey secretKey,
                                  java.nio.file.Path origin)
    • Method Detail

      • getSecretKey

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

        public java.nio.file.Path getOrigin()