public class TimeStampResponseBC extends Object implements ITimeStampResponse
TimeStampResponse.| Constructor and Description |
|---|
TimeStampResponseBC(org.bouncycastle.tsp.TimeStampResponse timeStampResponse)
Creates new wrapper instance for
TimeStampResponse. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Indicates whether some other object is "equal to" this one.
|
byte[] |
getEncoded() |
IPKIFailureInfo |
getFailInfo() |
String |
getStatusString() |
org.bouncycastle.tsp.TimeStampResponse |
getTimeStampResponse()
Gets actual org.bouncycastle object being wrapped.
|
ITimeStampToken |
getTimeStampToken() |
int |
hashCode()
Returns a hash code value based on the wrapped object.
|
String |
toString()
Delegates
toString method call to the wrapped object. |
void |
validate(ITimeStampRequest request) |
public TimeStampResponseBC(org.bouncycastle.tsp.TimeStampResponse timeStampResponse)
TimeStampResponse.timeStampResponse - TimeStampResponse to be wrappedpublic org.bouncycastle.tsp.TimeStampResponse getTimeStampResponse()
TimeStampResponse.public void validate(ITimeStampRequest request) throws TSPExceptionBC
validate in interface ITimeStampResponseTSPExceptionBCpublic IPKIFailureInfo getFailInfo()
getFailInfo in interface ITimeStampResponsepublic ITimeStampToken getTimeStampToken()
getTimeStampToken in interface ITimeStampResponsepublic String getStatusString()
getStatusString in interface ITimeStampResponsepublic byte[] getEncoded()
throws IOException
getEncoded in interface ITimeStampResponseIOExceptionpublic boolean equals(Object o)
public int hashCode()
Copyright © 1998–2023 Apryse Group NV. All rights reserved.