org.mule.extras.pgp
Class PGPCryptInfo

java.lang.Object
  extended byorg.mule.extras.pgp.PGPCryptInfo

public class PGPCryptInfo
extends java.lang.Object

Author:
ariva

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

getKeyBundle

public KeyBundle getKeyBundle()

setKeyBundle

public void setKeyBundle(KeyBundle keyBundle)

isSignRequested

public boolean isSignRequested()

setSignRequested

public void setSignRequested(boolean signRequested)


Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.