org.mozilla.jss.asn1
public class SEQUENCE extends SET implements ASN1Value
Vector
.
Null entries may be added; they will be skipped when encoded.
Nested Class Summary | |
---|---|
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.
|
Field Summary | |
---|---|
static Tag | TAG |
Method Summary | |
---|---|
void | encode(Tag implicitTag, OutputStream ostream)
Writes the DER encoding to the given output stream,
using the given implicit tag. |
Tag | getTag() |
static SEQUENCE.Template | getTemplate() |
static void | main(String[] args) |