org.mozilla.jss.asn1

Class SEQUENCE

public class SEQUENCE extends SET implements ASN1Value

An ASN.1 SEQUENCE. This class is an ordered collection of ASN.1 values. It has an interface similar to a Java Vector. Null entries may be added; they will be skipped when encoded.
Nested Class Summary
static classSEQUENCE.OF_Template
A Template for decoding SEQUENCE OF values.
static classSEQUENCE.Template
A class for constructing a SEQUENCE from its BER encoding.
Field Summary
static TagTAG
Method Summary
voidencode(Tag implicitTag, OutputStream ostream)
Writes the DER encoding to the given output stream, using the given implicit tag.
TaggetTag()
static SEQUENCE.TemplategetTemplate()
static voidmain(String[] args)

Field Detail

TAG

public static final Tag TAG

Method Detail

encode

public void encode(Tag implicitTag, OutputStream ostream)
Writes the DER encoding to the given output stream, using the given implicit tag.

getTag

public Tag getTag()

getTemplate

public static SEQUENCE.Template getTemplate()

main

public static void main(String[] args)