Class PGPSecretKeyAndPrivateKeyAndUserId


  • public class PGPSecretKeyAndPrivateKeyAndUserId
    extends Object
    Helper class which groups secret, private key and User ID.
    • Constructor Detail

      • PGPSecretKeyAndPrivateKeyAndUserId

        public PGPSecretKeyAndPrivateKeyAndUserId​(org.bouncycastle.openpgp.PGPSecretKey secretKey,
                                                  org.bouncycastle.openpgp.PGPPrivateKey privateKey,
                                                  String userId)
    • Method Detail

      • getSecretKey

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

        public org.bouncycastle.openpgp.PGPPrivateKey getPrivateKey()
      • getUserId

        public String getUserId()