ASN1Templatepublic static class Encoding.Template extends SEQUENCE.Template
| Constructor | Description |
|---|---|
Template() |
| Modifier and Type | Method | Description |
|---|---|---|
ASN1Value |
decode(java.io.InputStream istream) |
Decodes a SEQUENCE from its BER encoding.
|
ASN1Value |
decode(Tag implicitTag,
java.io.InputStream istream) |
Decodes a SEQUENCE from its BER encoding, where the SEQUENCE itself has
an implicit tag.
|
boolean |
tagMatch(Tag tag) |
Determines whether the given tag will satisfy this template.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddElement, addElement, addElement, addElement, addOptionalElement, addOptionalElement, defaultAt, implicitTagAt, insertElementAt, insertElementAt, insertElementAt, insertElementAt, insertOptionalElementAt, insertOptionalElementAt, isOptionalAt, removeAllElements, removeElementAt, size, templateAtpublic boolean tagMatch(Tag tag)
ASN1TemplatetagMatch in interface ASN1TemplatetagMatch in class SEQUENCE.Templatetag - Tag.public ASN1Value decode(java.io.InputStream istream) throws java.io.IOException, InvalidBERException
SEQUENCE.Templatedecode in interface ASN1Templatedecode in class SEQUENCE.Templateistream - Input stream.java.io.IOException - If other error occurred.InvalidBERException - If there is an invalid BER encoding.public ASN1Value decode(Tag implicitTag, java.io.InputStream istream) throws java.io.IOException, InvalidBERException
SEQUENCE.Templatedecode in interface ASN1Templatedecode in class SEQUENCE.TemplateimplicitTag - Tag.istream - Input stream.java.io.IOException - If other error occurred.InvalidBERException - If there is an invalid BER encoding.