BufferingContentSigner
public interface ContentSigner
Modifier and Type | Method | Description |
---|---|---|
org.bouncycastle.asn1.x509.AlgorithmIdentifier |
getAlgorithmIdentifier() |
|
java.io.OutputStream |
getOutputStream() |
Returns a stream that will accept data for the purpose of calculating
a signature.
|
byte[] |
getSignature() |
Returns a signature based on the current data written to the stream, since the
start or the last call to getSignature().
|
org.bouncycastle.asn1.x509.AlgorithmIdentifier getAlgorithmIdentifier()
java.io.OutputStream getOutputStream()
byte[] getSignature()