public interface ITimeStampToken
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getEncoded()
Calls actual
getEncoded method for the wrapped TimeStampToken object. |
ITimeStampTokenInfo |
getTimeStampInfo()
Calls actual
getTimeStampInfo method for the wrapped TimeStampToken object. |
void |
validate(ISignerInformationVerifier verifier)
Calls actual
validate method for the wrapped TimeStampToken object. |
ITimeStampTokenInfo getTimeStampInfo()
getTimeStampInfo method for the wrapped TimeStampToken object.ITimeStampTokenInfo the wrapper for the received TimeStampInfo object.void validate(ISignerInformationVerifier verifier) throws AbstractTSPException
validate method for the wrapped TimeStampToken object.verifier - SignerInformationVerifier wrapperAbstractTSPException - TSPException wrapper.byte[] getEncoded()
throws IOException
getEncoded method for the wrapped TimeStampToken object.IOException - on encoding error.Copyright © 1998–2023 Apryse Group NV. All rights reserved.