| Modifier and Type | Class and Description | 
|---|---|
static class  | 
SEQUENCE.OF_Template
A Template for decoding SEQUENCE OF values. 
 | 
static class  | 
SEQUENCE.Template
A class for constructing a  
SEQUENCE from its BER encoding. | 
| Constructor and Description | 
|---|
SEQUENCE()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
encode(Tag implicitTag,
      java.io.OutputStream ostream)
Writes the DER encoding to the given output stream,
 using the given implicit tag. 
 | 
Tag | 
getTag()
Returns the base tag for this type, not counting any tags
 that may be imposed on it by its context. 
 | 
static SEQUENCE.Template | 
getTemplate()  | 
static void | 
main(java.lang.String[] args)  | 
addElement, addElement, BERencode, elementAt, elementWithTag, encode, insertElementAt, insertElementAt, removeAllElements, removeElementAt, size, tagAtpublic static final Tag TAG
public Tag getTag()
ASN1Valuepublic static SEQUENCE.Template getTemplate()
public void encode(Tag implicitTag, java.io.OutputStream ostream) throws java.io.IOException
public static void main(java.lang.String[] args)