org.mule.module.pgp
Class PGPCryptInfo

java.lang.Object
  extended by org.mule.module.pgp.PGPCryptInfo

public class PGPCryptInfo
extends Object


Constructor Summary
PGPCryptInfo(org.bouncycastle.openpgp.PGPPublicKey publicKey, boolean signRequested)
           
 
Method Summary
 org.bouncycastle.openpgp.PGPPublicKey getPublicKey()
           
 boolean isSignRequested()
           
 void setPublicKey(org.bouncycastle.openpgp.PGPPublicKey publicKey)
           
 void setSignRequested(boolean signRequested)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PGPCryptInfo

public PGPCryptInfo(org.bouncycastle.openpgp.PGPPublicKey publicKey,
                    boolean signRequested)
Method Detail

getPublicKey

public org.bouncycastle.openpgp.PGPPublicKey getPublicKey()

setPublicKey

public void setPublicKey(org.bouncycastle.openpgp.PGPPublicKey publicKey)

isSignRequested

public boolean isSignRequested()

setSignRequested

public void setSignRequested(boolean signRequested)


Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.