org.mozilla.jss.asn1
Class SEQUENCE
- 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.
BERencode , addElement , addElement , elementAt , elementWithTag , encode , encode , getTag , insertElementAt , insertElementAt , main , removeAllElements , removeElementAt , size , tagAt |
TAG
public static final Tag TAG
encode
public void encode(Tag implicitTag,
OutputStream ostream)
throws IOException
Writes the DER encoding to the given output stream,
using the given implicit tag.
- encode in interface ASN1Value
- encode in interface SET
main
public static void main(args[] )
- main in interface SET