Bouncy Castle Cryptography Library 1.79

org.bouncycastle.openpgp.operator
Interface PGPContentSigner


public interface PGPContentSigner


Method Summary
 byte[] getDigest()
           
 int getHashAlgorithm()
           
 int getKeyAlgorithm()
           
 long getKeyID()
           
 java.io.OutputStream getOutputStream()
           
 byte[] getSignature()
           
 int getType()
           
 

Method Detail

getOutputStream

public java.io.OutputStream getOutputStream()

getSignature

public byte[] getSignature()

getDigest

public byte[] getDigest()

getType

public int getType()

getHashAlgorithm

public int getHashAlgorithm()

getKeyAlgorithm

public int getKeyAlgorithm()

getKeyID

public long getKeyID()

Bouncy Castle Cryptography Library 1.79