org.apache.camel.converter.crypto
Class PGPSecretKeyAndPrivateKeyAndUserId

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

public class PGPSecretKeyAndPrivateKeyAndUserId
extends Object

Helper class which groups secret, private key and User ID.


Constructor Summary
PGPSecretKeyAndPrivateKeyAndUserId(org.bouncycastle.openpgp.PGPSecretKey secretKey, org.bouncycastle.openpgp.PGPPrivateKey privateKey, String userId)
           
 
Method Summary
 org.bouncycastle.openpgp.PGPPrivateKey getPrivateKey()
           
 org.bouncycastle.openpgp.PGPSecretKey getSecretKey()
           
 String getUserId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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()


Apache Camel