|
JSS 3.1.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.mozilla.jss.asn1.SET | +--org.mozilla.jss.asn1.SEQUENCE
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.
Inner Class Summary | |
private static class |
SEQUENCE.Element
|
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. |
Inner classes inherited from class org.mozilla.jss.asn1.SET |
SET.Element, SET.OF_Template, SET.Template |
Field Summary | |
static Tag |
TAG
|
Fields inherited from class org.mozilla.jss.asn1.SET |
elements, FORM |
Constructor Summary | |
SEQUENCE()
|
Method Summary | |
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)
|
Methods inherited from class org.mozilla.jss.asn1.SET |
addElement, addElement, addElement, BERencode, compare, elementAt, elementWithTag, encode, insertElementAt, insertElementAt, insertElementAt, insertInOrder, insertInOrder, removeAllElements, removeElementAt, size, tagAt |
Methods inherited from class java.lang.Object |
|
Methods inherited from interface org.mozilla.jss.asn1.ASN1Value |
encode |
Field Detail |
public static final Tag TAG
Constructor Detail |
public SEQUENCE()
Method Detail |
public Tag getTag()
ASN1Value
getTag
in interface ASN1Value
getTag
in class SET
public static SEQUENCE.Template getTemplate()
public void encode(Tag implicitTag, java.io.OutputStream ostream) throws java.io.IOException
encode
in interface ASN1Value
encode
in class SET
public static void main(java.lang.String[] args)
|
JSS 3.1.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |