org.mozilla.jss.pkix.crmf

Class PKIArchiveOptions.Template

public static class PKIArchiveOptions.Template extends Object implements ASN1Template

A template for decoding PKIArchiveOptions.
Constructor Summary
Template()
Method Summary
ASN1Valuedecode(InputStream istream)
Decodes a PKIArchiveOptions.
ASN1Valuedecode(Tag implicitTag, InputStream istream)
Decodes a PKIArchiveOptions.
booleantagMatch(Tag tag)
Returns true if the given tag can satisfy this CHOICE.

Constructor Detail

Template

public Template()

Method Detail

decode

public ASN1Value decode(InputStream istream)
Decodes a PKIArchiveOptions.

Returns: A PKIArchiveOptions object.

decode

public ASN1Value decode(Tag implicitTag, InputStream istream)
Decodes a PKIArchiveOptions.

Parameters: implicitTag This parameter is ignored. Since PKIArchiveOptions is a CHOICE, it cannot have an implicit tag.

Returns: A PKIArchiveOptions object.

tagMatch

public boolean tagMatch(Tag tag)
Returns true if the given tag can satisfy this CHOICE.