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

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

Introduction

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

The text is from its open source code.

Subclass

org.bouncycastle.asn1.DERSet has subclasses.
Click this link to see all its subclasses.

Constructor

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

Method

byte[]getEncoded()
Return the default BER or DER encoding for this object.
ASN1EncodablegetObjectAt(int index)
return the object at the set position indicated by index.
EnumerationgetObjects()
intsize()
return the number of objects in this set.