public class DERSet extends Object implements DEREncodable
| Modifier and Type | Field and Description |
|---|---|
protected Vector<DEREncodable> |
set |
| Constructor and Description |
|---|
DERSet() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(DEREncodable obj) |
void |
encode(ASN1OutputStream out) |
DEREncodable |
getObjectAt(int index) |
Enumeration<DEREncodable> |
getObjects() |
int |
size() |
protected Vector<DEREncodable> set
public Enumeration<DEREncodable> getObjects()
public DEREncodable getObjectAt(int index)
public int size()
public void add(DEREncodable obj)
public void encode(ASN1OutputStream out) throws IOException
encode in interface DEREncodableIOExceptionCopyright © 2003–2016 The Apache Software Foundation. All rights reserved.