Java org.bouncycastle.tsp TimeStampResponse fields, constructors, methods, implement or subclass

Example usage for Java org.bouncycastle.tsp TimeStampResponse fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.bouncycastle.tsp TimeStampResponse.

The text is from its open source code.

Constructor

TimeStampResponse(TimeStampResp resp)
TimeStampResponse(byte[] resp)
Create a TimeStampResponse from a byte array containing an ASN.1 encoding.
TimeStampResponse(InputStream in)
Create a TimeStampResponse from an input stream containing an ASN.1 encoding.
TimeStampResponse(DLSequence dlSequence)

Method

byte[]getEncoded()
return the ASN.1 encoded representation of this object.
PKIFailureInfogetFailInfo()
intgetStatus()
StringgetStatusString()
TimeStampTokengetTimeStampToken()
voidvalidate(TimeStampRequest request)
Check this response against to see if it a well formed response for the passed in request.