org.mule.module.pgp
Class SignedMessage

java.lang.Object
  extended by org.mule.module.pgp.SignedMessage
All Implemented Interfaces:
Message

public class SignedMessage
extends Object
implements Message


Constructor Summary
SignedMessage(InputStream toBeDecrypted, org.bouncycastle.openpgp.PGPPublicKey publicKey, org.bouncycastle.openpgp.PGPSecretKey secretKey, String password)
           
 
Method Summary
 Message getContents()
           
 boolean verify()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SignedMessage

public SignedMessage(InputStream toBeDecrypted,
                     org.bouncycastle.openpgp.PGPPublicKey publicKey,
                     org.bouncycastle.openpgp.PGPSecretKey secretKey,
                     String password)
              throws IOException
Throws:
IOException
Method Detail

verify

public boolean verify()

getContents

public Message getContents()
                    throws IOException
Throws:
IOException


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