public interface ContentSigner
Modifier and Type | Method and Description |
---|---|
AlgorithmIdentifier |
getAlgorithmIdentifier() |
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 © 2015. All rights reserved.