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

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

Introduction

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

The text is from its open source code.

Constructor

TimeStampRequest(TimeStampReq req)
TimeStampRequest(byte[] req)
Create a TimeStampRequest from the past in byte array.
TimeStampRequest(InputStream in)
Create a TimeStampRequest from the past in input stream.

Method

booleangetCertReq()
byte[]getEncoded()
return the ASN.1 encoded representation of this object.
ListgetExtensionOIDs()
ASN1ObjectIdentifiergetMessageImprintAlgOID()
byte[]getMessageImprintDigest()
BigIntegergetNonce()
ASN1ObjectIdentifiergetReqPolicy()
intgetVersion()
booleanhasExtensions()
voidvalidate(Set algorithms, Set policies, Set extensions)
Validate the timestamp request, checking the digest to see if it is of an accepted type and whether it is of the correct length for the algorithm specified.