public interface ITimeStampResponse
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getEncoded()
Calls actual
getEncoded method for the wrapped TimeStampResponse object. |
IPKIFailureInfo |
getFailInfo()
Calls actual
getFailInfo method for the wrapped TimeStampResponse object. |
String |
getStatusString()
Calls actual
getStatusString method for the wrapped TimeStampResponse object. |
ITimeStampToken |
getTimeStampToken()
Calls actual
getTimeStampToken method for the wrapped TimeStampResponse object. |
void |
validate(ITimeStampRequest request)
Calls actual
validate method for the wrapped TimeStampResponse object. |
void validate(ITimeStampRequest request) throws AbstractTSPException
validate method for the wrapped TimeStampResponse object.request - TimeStampRequest wrapperAbstractTSPException - TSPException wrapper.IPKIFailureInfo getFailInfo()
getFailInfo method for the wrapped TimeStampResponse object.IPKIFailureInfo the wrapper for the received PKIFailureInfo object.ITimeStampToken getTimeStampToken()
getTimeStampToken method for the wrapped TimeStampResponse object.ITimeStampToken the wrapper for the received TimeStampToken object.String getStatusString()
getStatusString method for the wrapped TimeStampResponse object.byte[] getEncoded()
throws IOException
getEncoded method for the wrapped TimeStampResponse object.IOException - on encoding error.Copyright © 1998–2023 Apryse Group NV. All rights reserved.