public class BERSet extends ASN1Set
| Constructor and Description |
|---|
BERSet()
create an empty sequence
|
BERSet(ASN1Encodable obj) |
BERSet(ASN1Encodable[] a)
create a set from an array of objects.
|
BERSet(ASN1EncodableVector v) |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
encode(ASN1OutputStream out) |
(package private) int |
encodedLength() |
asn1Equals, getInstance, getInstance, getObjectAt, getObjects, hashCode, isConstructed, parser, size, sort, toArray, toDERObject, toDLObject, toStringequals, fromByteArray, toASN1PrimitivegetEncoded, getEncoded, hasEncodedTagValue, toASN1Objectpublic BERSet()
public BERSet(ASN1Encodable obj)
obj - - a single object that makes up the set.public BERSet(ASN1EncodableVector v)
v - - a vector of objects making up the set.public BERSet(ASN1Encodable[] a)
int encodedLength() throws java.io.IOException
encodedLength in class ASN1Primitivejava.io.IOExceptionvoid encode(ASN1OutputStream out) throws java.io.IOException