org.mule.module.pgp
Class PGPCryptInfo

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

public class PGPCryptInfo
extends Object


Constructor Summary
PGPCryptInfo(cryptix.pki.KeyBundle keyBundle, boolean signRequested)
           
 
Method Summary
 cryptix.pki.KeyBundle getKeyBundle()
           
 boolean isSignRequested()
           
 void setKeyBundle(cryptix.pki.KeyBundle keyBundle)
           
 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(cryptix.pki.KeyBundle keyBundle,
                    boolean signRequested)
Method Detail

getKeyBundle

public cryptix.pki.KeyBundle getKeyBundle()

setKeyBundle

public void setKeyBundle(cryptix.pki.KeyBundle keyBundle)

isSignRequested

public boolean isSignRequested()

setSignRequested

public void setSignRequested(boolean signRequested)


Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.