org.mozilla.jss.pkix.crmf
public static class PKIArchiveOptions.Template extends Object implements ASN1Template
Constructor Summary | |
---|---|
Template() |
Method Summary | |
---|---|
ASN1Value | decode(InputStream istream)
Decodes a PKIArchiveOptions. |
ASN1Value | decode(Tag implicitTag, InputStream istream)
Decodes a PKIArchiveOptions. |
boolean | tagMatch(Tag tag)
Returns true if the given tag can satisfy this CHOICE. |
Returns: A PKIArchiveOptions object.
Parameters: implicitTag This parameter is ignored. Since PKIArchiveOptions is a CHOICE, it cannot have an implicit tag.
Returns: A PKIArchiveOptions object.