org.bouncycastle.asn1.tsp
Class TimeStampResp
java.lang.Object
|
+--org.bouncycastle.asn1.ASN1Object
|
+--org.bouncycastle.asn1.tsp.TimeStampResp
- All Implemented Interfaces:
- ASN1Encodable, Encodable
- public class TimeStampResp
- extends ASN1Object
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
TimeStampResp
public TimeStampResp(PKIStatusInfo pkiStatusInfo,
ContentInfo timeStampToken)
getInstance
public static TimeStampResp getInstance(java.lang.Object o)
getStatus
public PKIStatusInfo getStatus()
getTimeStampToken
public ContentInfo getTimeStampToken()
toASN1Primitive
public ASN1Primitive toASN1Primitive()
- TimeStampResp ::= SEQUENCE {
status PKIStatusInfo,
timeStampToken TimeStampToken OPTIONAL }
- Overrides:
toASN1Primitive
in class ASN1Object
- Following copied from class:
org.bouncycastle.asn1.ASN1Object
- Returns:
- a primitive representation of this object.