org.mozilla.jss.pkix.crmf

Class POPOPrivKey.Template

Enclosing Class:
POPOPrivKey
Implemented Interfaces:
ASN1Template

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

A Template for decoding a POPOPrivKey.

Constructor Summary

Template()

Method Summary

ASN1Value
decode(InputStream istream)
ASN1Value
decode(Tag implicitTag, InputStream istream)
Should not be called, because POPOPrivKey is a CHOICE and cannot have an implicit tag.
boolean
tagMatch(Tag tag)

Constructor Details

Template

public Template()

Method Details

decode

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

decode

public ASN1Value decode(Tag implicitTag,
                        InputStream istream)
            throws InvalidBERException,
                   IOException
Should not be called, because POPOPrivKey is a CHOICE and cannot have an implicit tag.
Specified by:
decode in interface ASN1Template

tagMatch

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