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 SignatureInterfacecontent - is the content as a (Filter)InputStreamIOExceptionCopyright © 2002–2018 The Apache Software Foundation. All rights reserved.