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

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

Introduction

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

The text is from its open source code.

Method

byte[]getEncoded(String encoding)
Return either the default for "BER" or a DER encoding if "DER" is specified.
byte[]getEncoded()
Return the default BER or DER encoding for this object.
ASN1SetgetInstance(Object obj)
return an ASN1Set from the given object.
ASN1SetgetInstance(ASN1TaggedObject taggedObject, boolean explicit)
Return an ASN1 set from a tagged object.
ASN1EncodablegetObjectAt(int index)
return the object at the set position indicated by index.
EnumerationgetObjects()
Iteratoriterator()
intsize()
return the number of objects in this set.
ASN1Encodable[]toArray()
StringtoString()