org.mozilla.jss.asn1
public static class SET.OF_Template extends Object implements ASN1Template
Constructor Summary | |
---|---|
OF_Template(ASN1Template type)
Creates an OF_Template with the given type. |
Method Summary | |
---|---|
ASN1Value | decode(InputStream istream)
Decodes a SET OF from its BER encoding. |
ASN1Value | decode(Tag implicitTag, InputStream istream)
Decodes a SET OF with an implicit tag from its BER
encoding. |
boolean | tagMatch(Tag tag) |
MySet ::= SET OF INTEGER;A
MySet
template would be constructed with:
SET.OF_Template mySetTemplate = new SET.OF_Template( new INTEGER.Template() );
SET OF
from its BER encoding.SET OF
with an implicit tag from its BER
encoding.