Java org.bouncycastle.asn1 DERSequenceGenerator fields, constructors, methods, implement or subclass

Example usage for Java org.bouncycastle.asn1 DERSequenceGenerator fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Constructor

DERSequenceGenerator(OutputStream out)
Use the passed in stream as the target for the generator.

Method

voidaddObject(ASN1Encodable object)
Add an object to the SEQUENCE being generated.
voidclose()
Close of the generator, writing out the SEQUENCE.