Modifier and Type | Class | 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 | Description |
---|---|
SEQUENCE() |
Modifier and Type | Method | 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) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addElement, addElement, BERencode, elementAt, elementWithTag, encode, insertElementAt, insertElementAt, removeAllElements, removeElementAt, size, tagAt
public static final Tag TAG
public Tag getTag()
ASN1Value
public 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)