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

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

Introduction

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

The text is from its open source code.

Method

booleanequals(Object o)
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.
ASN1SequencegetInstance(Object obj)
Return an ASN1Sequence from the given object.
ASN1SequencegetInstance(ASN1TaggedObject taggedObject, boolean explicit)
Return an ASN1 SEQUENCE from a tagged object.
ASN1EncodablegetObjectAt(int index)
Return the object at the sequence position indicated by index.
EnumerationgetObjects()
Iteratoriterator()
intsize()
Return the number of objects in this sequence.
ASN1Encodable[]toArray()
StringtoString()