org.mozilla.jss.asn1

Class OCTET_STRING.Template

Enclosing Class:
OCTET_STRING
Implemented Interfaces:
ASN1Template

public static class OCTET_STRING.Template
extends java.lang.Object
implements ASN1Template

Method Summary

ASN1Value
decode(InputStream istream)
ASN1Value
decode(Tag implicitTag, InputStream istream)
protected ASN1Value
generateInstance(byte[] bytes)
protected String
getName()
Tag
getTag()
boolean
tagMatch(Tag tag)

Method Details

decode

public ASN1Value decode(InputStream istream)
            throws IOException,
                   InvalidBERException
Specified by:
decode in interface ASN1Template


decode

public ASN1Value decode(Tag implicitTag,
                        InputStream istream)
            throws IOException,
                   InvalidBERException
Specified by:
decode in interface ASN1Template


generateInstance

protected ASN1Value generateInstance(byte[] bytes)


getName

protected String getName()


getTag

public Tag getTag()


tagMatch

public boolean tagMatch(Tag tag)
Specified by:
tagMatch in interface ASN1Template