public interface PGPContentSigner
Modifier and Type | Method and Description |
---|---|
byte[] |
getDigest() |
int |
getHashAlgorithm() |
int |
getKeyAlgorithm() |
long |
getKeyID() |
OutputStream |
getOutputStream() |
byte[] |
getSignature() |
int |
getType() |
OutputStream getOutputStream()
byte[] getSignature()
byte[] getDigest()
int getType()
int getHashAlgorithm()
int getKeyAlgorithm()
long getKeyID()
Copyright © 2018 BouncyCastle.org. All rights reserved.