public abstract class CreateSignedTimestampBase extends Object implements SignatureInterface
Constructor and Description |
---|
CreateSignedTimestampBase() |
Modifier and Type | Method and Description |
---|---|
TSAClient |
getTsaClient() |
void |
setTsaClient(TSAClient tsaClient) |
byte[] |
sign(InputStream content)
SignatureInterface implementation.
|
public void setTsaClient(TSAClient tsaClient)
public TSAClient getTsaClient()
public byte[] sign(InputStream content) throws IOException
sign
in interface SignatureInterface
content
- is the content as a (Filter)InputStreamIOException
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.