| java.lang.Object | |
| ↳ | xades4j.providers.impl.DefaultTimeStampVerificationProvider | 
Default implementation of TimeStampVerificationProvider. It verifies
 the token signature, including the TSA certificate, and the digest imprint.
 
The implementation is based on Bouncy Castle and only supports DER-encoded tokens.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Verifies a time-stamp token. 
  
   | |||||||||||
| 
  [Expand]
   Inherited Methods  | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
   
From class
  java.lang.Object
 | |||||||||||
   
From interface
  xades4j.providers.TimeStampVerificationProvider
 | |||||||||||
Verifies a time-stamp token. This includes verifying the digest value and the token signature, including the TSA certificate.
| timeStampToken | the encoded time-stamp token | 
|---|---|
| tsDigestInput | the input purportedly used in time-stamp creation, calculated from the current signature |