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

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

Introduction

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

The text is from its open source code.

Constructor

BERSequence(ASN1Encodable element)
Create a sequence containing one object
BERSequence(ASN1EncodableVector elementVector)
Create a sequence containing a vector of objects.
BERSequence(ASN1Encodable[] elements)
Create a sequence containing an array of objects.

Method

byte[]getEncoded()
Return the default BER or DER encoding for this object.