Package org.mozilla.jss.asn1
Class SEQUENCE
- java.lang.Object
-
- org.mozilla.jss.asn1.SET
-
- org.mozilla.jss.asn1.SEQUENCE
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSEQUENCE.OF_TemplateA Template for decoding SEQUENCE OF values.static classSEQUENCE.TemplateA class for constructing aSEQUENCEfrom its BER encoding.
-
Constructor Summary
Constructors Constructor Description SEQUENCE()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidencode(Tag implicitTag, java.io.OutputStream ostream)Writes the DER encoding to the given output stream, using the given implicit tag.TaggetTag()Returns the base tag for this type, not counting any tags that may be imposed on it by its context.static SEQUENCE.TemplategetTemplate()static voidmain(java.lang.String[] args)-
Methods inherited from class org.mozilla.jss.asn1.SET
addElement, addElement, BERencode, elementAt, elementWithTag, encode, insertElementAt, insertElementAt, removeAllElements, removeElementAt, size, tagAt
-
-
-
-
Field Detail
-
TAG
public static final Tag TAG
-
-
Method Detail
-
getTag
public Tag getTag()
Description copied from interface:ASN1ValueReturns the base tag for this type, not counting any tags that may be imposed on it by its context.
-
getTemplate
public static SEQUENCE.Template getTemplate()
-
encode
public void encode(Tag implicitTag, java.io.OutputStream ostream) throws java.io.IOException
Writes the DER encoding to the given output stream, using the given implicit tag.
-
main
public static void main(java.lang.String[] args)
-
-