org.mozilla.jss.pkix.crmf

Class CertTemplate.Template

Enclosing Class:
CertTemplate
Implemented Interfaces:
ASN1Template

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

A class for decoding CertTemplates.

Method Summary

ASN1Value
decode(InputStream istream)
Decodes a CertTemplate from its BER encoding.
ASN1Value
decode(Tag implicit, InputStream istream)
boolean
tagMatch(Tag tag)

Method Details

decode

public ASN1Value decode(InputStream istream)
            throws IOException,
                   InvalidBERException
Decodes a CertTemplate from its BER encoding. The return value of this method
Specified by:
decode in interface ASN1Template

decode

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

tagMatch

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