org.apache.commons.openpgp
Class BouncyCastleOpenPgpStreamingSigner
java.lang.Object
org.apache.commons.openpgp.BouncyCastleOpenPgpStreamingSigner
- OpenPgpStreamingSigner
public class BouncyCastleOpenPgpStreamingSigner
extends java.lang.Object
Bouncy Castle implementation of the OpenPGP signer.
BouncyCastleOpenPgpStreamingSigner
public BouncyCastleOpenPgpStreamingSigner(OutputStream signature,
String keyId,
KeyRing keyRing,
boolean asciiArmor)
throws OpenPgpException
BouncyCastleOpenPgpStreamingSigner
public BouncyCastleOpenPgpStreamingSigner(String keyId,
KeyRing keyRing,
boolean asciiArmor)
throws OpenPgpException