public class DERSequence extends Object implements DEREncodable
Constructor and Description |
---|
DERSequence() |
Modifier and Type | Method and Description |
---|---|
void |
add(DEREncodable obj) |
void |
encode(ASN1OutputStream out)
As DER requires the constructed, definite-length model to be used for
structured types, this varies slightly from the ASN.1 descriptions given.
|
DEREncodable |
get(int i) |
Enumeration<DEREncodable> |
getObjects() |
int |
size() |
public void add(DEREncodable obj)
public Enumeration<DEREncodable> getObjects()
public DEREncodable get(int i)
public int size()
public void encode(ASN1OutputStream out) throws IOException
encode
in interface DEREncodable
IOException
Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.