| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.apache.commons.openpgp.BouncyCastleOpenPgpStreamingSignerpublic class BouncyCastleOpenPgpStreamingSignerextends java.lang.Objectimplements OpenPgpStreamingSignerFields inherited from interface org.apache.commons.openpgp.OpenPgpStreamingSigner | |
ROLE | |
Constructor Summary | |
| |
| |
public BouncyCastleOpenPgpStreamingSigner(OutputStream signature,
String keyId,
KeyRing keyRing,
boolean asciiArmor)
throws OpenPgpExceptionpublic BouncyCastleOpenPgpStreamingSigner(String keyId,
KeyRing keyRing,
boolean asciiArmor)
throws OpenPgpExceptionpublic byte[] finish()
throws OpenPgpException,
IOException
- Specified by:
- finish in interface OpenPgpStreamingSigner
public void update(byte[] buf)
throws OpenPgpException
- Specified by:
- update in interface OpenPgpStreamingSigner
public void update(byte[] buf,
int offset,
int length)
throws OpenPgpException
- Specified by:
- update in interface OpenPgpStreamingSigner