Interface PGPContentSigner
-
public interface PGPContentSigner
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]
getDigest()
int
getHashAlgorithm()
int
getKeyAlgorithm()
long
getKeyID()
java.io.OutputStream
getOutputStream()
byte[]
getSignature()
int
getType()
-