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

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

Introduction

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

The text is from its open source code.

Constructor

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

Method

byte[]getEncoded()
Return the default BER or DER encoding for this object.
byte[]getEncoded(String encoding)
Return either the default for "BER" or a DER encoding if "DER" is specified.
ASN1EncodablegetObjectAt(int index)
Return the object at the sequence position indicated by index.
EnumerationgetObjects()
intsize()
Return the number of objects in this sequence.
ASN1Encodable[]toArray()