public class TimeStampResp extends Object
| Modifier and Type | Field and Description |
|---|---|
static ASN1Sequence |
ASN1 |
| Constructor and Description |
|---|
TimeStampResp(PKIStatusInfo status,
ContentInfo timeStampToken) |
| Modifier and Type | Method and Description |
|---|---|
PKIStatusInfo |
getStatus() |
ContentInfo |
getTimeStampToken() |
String |
toString()
Returns a string containing a concise, human-readable description of this
object.
|
public static final ASN1Sequence ASN1
public TimeStampResp(PKIStatusInfo status, ContentInfo timeStampToken)
public String toString()
ObjectgetClass().getName() + '@' + Integer.toHexString(hashCode())
See Writing a useful
toString method
if you intend implementing your own toString method.
public PKIStatusInfo getStatus()
public ContentInfo getTimeStampToken()