JSS 3.1

org.mozilla.jss.pkix.crmf
Class Control.Template

java.lang.Object
  |
  +--org.mozilla.jss.pkix.primitive.AVA.Template
        |
        +--org.mozilla.jss.pkix.crmf.Control.Template

public static class Control.Template
extends AVA.Template
implements ASN1Template

A template class for decoding a Control from a BER stream.


Field Summary
private  SEQUENCE.Template seqTemplate
           
 
Constructor Summary
Control.Template()
           
 
Method Summary
 ASN1Value decode(java.io.InputStream istream)
           
 ASN1Value decode(Tag implicit, java.io.InputStream istream)
           
 
Methods inherited from class org.mozilla.jss.pkix.primitive.AVA.Template
tagMatch
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

seqTemplate

private SEQUENCE.Template seqTemplate
Constructor Detail

Control.Template

public Control.Template()
Method Detail

decode

public ASN1Value decode(java.io.InputStream istream)
                 throws java.io.IOException,
                        InvalidBERException
Specified by:
decode in interface ASN1Template
Overrides:
decode in class AVA.Template

decode

public ASN1Value decode(Tag implicit,
                        java.io.InputStream istream)
                 throws java.io.IOException,
                        InvalidBERException
Specified by:
decode in interface ASN1Template
Overrides:
decode in class AVA.Template

JSS 3.1