public interface ContentSigner
Modifier and Type | Method and Description |
---|---|
AlgorithmIdentifier |
getAlgorithmIdentifier()
Return the algorithm identifier describing the signature
algorithm and parameters this signer generates.
|
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().
|
AlgorithmIdentifier getAlgorithmIdentifier()
OutputStream getOutputStream()
byte[] getSignature()
Copyright © 2021 BouncyCastle.org. All rights reserved.