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

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

Introduction

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

The text is from its open source code.

Constructor

Method

voidaddExtension(String OID, boolean critical, ASN1Encodable value)
add a given extension field for the standard extensions tag (tag 3)
voidaddExtension(String OID, boolean critical, byte[] value)
add a given extension field for the standard extensions tag The value parameter becomes the contents of the octet string associated with the extension.
voidaddExtension(ASN1ObjectIdentifier oid, boolean isCritical, ASN1Encodable value)
add a given extension field for the standard extensions tag (tag 3)
voidaddExtension(ASN1ObjectIdentifier oid, boolean isCritical, byte[] value)
add a given extension field for the standard extensions tag The value parameter becomes the contents of the octet string associated with the extension.
TimeStampRequestgenerate(String digestAlgorithmOID, byte[] digest, BigInteger nonce)
TimeStampRequestgenerate(ASN1ObjectIdentifier digestAlgorithm, byte[] digest, BigInteger nonce)
TimeStampRequestgenerate(String digestAlgorithm, byte[] digest)
TimeStampRequestgenerate(ASN1ObjectIdentifier digestAlgorithm, byte[] digest)
voidsetCertReq(boolean certReq)
voidsetReqPolicy(String reqPolicy)
voidsetReqPolicy(ASN1ObjectIdentifier reqPolicy)