|
JSS 3.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.mozilla.jss.pkix.crmf.PKIArchiveOptions.Template
A template for decoding PKIArchiveOptions.
Field Summary | |
(package private) CHOICE.Template |
template
|
Constructor Summary | |
PKIArchiveOptions.Template()
|
Method Summary | |
ASN1Value |
decode(java.io.InputStream istream)
Decodes a PKIArchiveOptions. |
ASN1Value |
decode(Tag implicitTag,
java.io.InputStream istream)
Decodes a PKIArchiveOptions. |
boolean |
tagMatch(Tag tag)
Returns true if the given tag can satisfy this CHOICE. |
Methods inherited from class java.lang.Object |
|
Field Detail |
CHOICE.Template template
Constructor Detail |
public PKIArchiveOptions.Template()
Method Detail |
public boolean tagMatch(Tag tag)
public ASN1Value decode(java.io.InputStream istream) throws java.io.IOException, InvalidBERException
public ASN1Value decode(Tag implicitTag, java.io.InputStream istream) throws java.io.IOException, InvalidBERException
implicitTag
- This parameter is ignored. Since
PKIArchiveOptions is a CHOICE, it cannot have an implicit tag.
|
JSS 3.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |