Class PGPSecretKeyAndPrivateKeyAndUserId

java.lang.Object
org.apache.camel.converter.crypto.PGPSecretKeyAndPrivateKeyAndUserId

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

    • PGPSecretKeyAndPrivateKeyAndUserId

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

    • getSecretKey

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

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

      public String getUserId()