public class SignedMessage extends Object implements PgpMessage
| Constructor and Description |
|---|
SignedMessage(InputStream toBeDecrypted,
org.bouncycastle.openpgp.PGPPublicKey publicKey,
org.bouncycastle.openpgp.PGPSecretKey secretKey,
String password,
Provider provider) |
| Modifier and Type | Method and Description |
|---|---|
PgpMessage |
getContents() |
boolean |
verify() |
public SignedMessage(InputStream toBeDecrypted, org.bouncycastle.openpgp.PGPPublicKey publicKey, org.bouncycastle.openpgp.PGPSecretKey secretKey, String password, Provider provider) throws IOException
IOExceptionpublic boolean verify()
public PgpMessage getContents() throws IOException
IOExceptionCopyright © 2003–2016 MuleSoft, Inc.. All rights reserved.