public class PGPSignatureOutputStream extends OutputStream
| Constructor and Description |
|---|
PGPSignatureOutputStream(org.bouncycastle.openpgp.PGPSignatureGenerator signatureGenerator) |
| Modifier and Type | Method and Description |
|---|---|
String |
generateASCIISignature() |
org.bouncycastle.openpgp.PGPSignature |
generateSignature() |
void |
write(byte[] b) |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
close, flushpublic PGPSignatureOutputStream(org.bouncycastle.openpgp.PGPSignatureGenerator signatureGenerator)
public void write(int b)
throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] b)
throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] b,
int off,
int len)
throws IOException
write in class OutputStreamIOExceptionpublic org.bouncycastle.openpgp.PGPSignature generateSignature()
throws SignatureException,
org.bouncycastle.openpgp.PGPException
SignatureExceptionorg.bouncycastle.openpgp.PGPExceptionpublic String generateASCIISignature() throws SignatureException, org.bouncycastle.openpgp.PGPException
SignatureExceptionorg.bouncycastle.openpgp.PGPExceptionCopyright © 2014. All rights reserved.