org.mozilla.jss.pkix.cmc
public class PendInfo extends Object implements ASN1Value
PendInfo ::= SEQUENCE { pendToken OCTET STRING, pendTime GeneralizedTime }
Nested Class Summary | |
---|---|
static class | PendInfo.Template
A template for decoding an PendInfo from its BER encoding. |
Field Summary | |
---|---|
static Tag | TAG |
Constructor Summary | |
---|---|
PendInfo(OCTET_STRING pendToken, GeneralizedTime pendTime)
Constructs a PendInfo from its components.
| |
PendInfo(String reqId, Date date)
Constructs a PendInfo from requestId and date.
|
Method Summary | |
---|---|
void | encode(OutputStream ostream) |
void | encode(Tag implicitTag, OutputStream ostream) |
GeneralizedTime | getPendTime() |
OCTET_STRING | getPendToken() |
Tag | getTag() |
static PendInfo.Template | getTemplate() |
Parameters: pendToken the identifier. pendTime the suggested time for the client to query the status.
Parameters: reqId the request Id date the suggested time for the client to query the status.