|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.mozilla.jss.pkix.crmf.CertReqMsg.Template
public static class CertReqMsg.Template
A class for decoding CertReqMsg structures from a BER encoding.
| Constructor Summary | |
|---|---|
CertReqMsg.Template()
|
|
| Method Summary | |
|---|---|
ASN1Value |
decode(java.io.InputStream istream)
Decodes a CertReqMsg from the given input stream. |
ASN1Value |
decode(Tag implicit,
java.io.InputStream istream)
Decodes a CertReqMsg from the given input stream, using the given implicit tag. |
boolean |
tagMatch(Tag t)
Determines whether the given tag will satisfy this template. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CertReqMsg.Template()
| Method Detail |
|---|
public boolean tagMatch(Tag t)
ASN1Template
tagMatch in interface ASN1Template
public ASN1Value decode(java.io.InputStream istream)
throws java.io.IOException,
InvalidBERException
decode in interface ASN1Templateistream - Must support marking (markSupported() == true).
For example, ByteArrayInputStream and BufferedInputStream
support marking, but FileInputStream does not. If your source
does not support marking, you can wrap it in a
BufferedInputStream.
CertReqMsg.
InvalidBERException - If the data on the input stream is not
a valid BER encoding of a CertReqMsg.
java.io.IOException
public ASN1Value decode(Tag implicit,
java.io.InputStream istream)
throws java.io.IOException,
InvalidBERException
decode in interface ASN1Templateimplicit - The implicit tag for this item. This must be
supplied if the CertReqMsg appears in a context
where it is implicitly tagged.istream - Must support marking (markSupported() == true).
For example, ByteArrayInputStream and BufferedInputStream
support marking, but FileInputStream does not. If your source
does not support marking, you can wrap it in a
BufferedInputStream.
CertReqMsg.
InvalidBERException - If the data on the input stream is not
a valid BER encoding of a CertReqMsg.
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||