public interface SignatureInterface
Modifier and Type | Method and Description |
---|---|
byte[] |
sign(InputStream content)
Creates a cms signature for the given content
|
byte[] sign(InputStream content) throws IOException
content
- is the content as a (Filter)InputStreamIOException
- if the signature could not be createdCopyright © 2002–2025 The Apache Software Foundation. All rights reserved.