org.mozilla.jss.pkix.crmf

Class POPOPrivKey.Template

public static class POPOPrivKey.Template extends Object implements ASN1Template

A Template for decoding a POPOPrivKey.
Constructor Summary
Template()
Method Summary
ASN1Valuedecode(Tag implicitTag, InputStream istream)
Should not be called, because POPOPrivKey is a CHOICE and cannot have an implicit tag.
ASN1Valuedecode(InputStream istream)
booleantagMatch(Tag tag)

Constructor Detail

Template

public Template()

Method Detail

decode

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

decode

public ASN1Value decode(InputStream istream)

tagMatch

public boolean tagMatch(Tag tag)