org.mozilla.jss.pkix.crmf
Class PKIArchiveOptions.Template
java.lang.Objectorg.mozilla.jss.pkix.crmf.PKIArchiveOptions.Template
- PKIArchiveOptions
- ASN1Template
public static class PKIArchiveOptions.Template
extends java.lang.Object
A template for decoding PKIArchiveOptions.
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.
|
Template
public Template()
decode
public ASN1Value decode(Tag implicitTag,
InputStream istream)
throws IOException,
InvalidBERException Decodes a PKIArchiveOptions.
- decode in interface ASN1Template
implicitTag - This parameter is ignored. Since
PKIArchiveOptions is a CHOICE, it cannot have an implicit tag.
- A PKIArchiveOptions object.
tagMatch
public boolean tagMatch(Tag tag)
Returns true if the given tag can satisfy this CHOICE.
- tagMatch in interface ASN1Template