Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.apache.commons.openpgp.BouncyCastleOpenPgpSigner
Fields inherited from interface org.apache.commons.openpgp.OpenPgpSigner | |
ROLE |
Method Summary | |
void |
|
void |
public void detachedSign(InputStream data, OutputStream signature, String keyId, KeyRing keyRing, boolean asciiArmor) throws OpenPgpException, IOException
- Specified by:
- detachedSign in interface OpenPgpSigner
public void sign(InputStream data, OutputStream signedOutput, String keyId, KeyRing keyRing, boolean asciiArmor) throws OpenPgpException
- Specified by:
- sign in interface OpenPgpSigner