org.mozilla.jss.pkix.cmc
Class PendInfo
java.lang.Object
org.mozilla.jss.pkix.cmc.PendInfo
- ASN1Value
public class PendInfo
extends java.lang.Object
CMC
PendInfo:
PendInfo ::= SEQUENCE {
pendToken OCTET STRING,
pendTime GeneralizedTime
}
static class | PendInfo.Template - A template for decoding an PendInfo from its BER encoding.
|
TAG
public static final Tag TAG
PendInfo
public PendInfo(String reqId,
Date date)
Constructs a PendInfo from requestId and date.
reqId
- the request Iddate
- the suggested time for the client to query the status.
PendInfo
public PendInfo(OCTET_STRING pendToken,
GeneralizedTime pendTime)
Constructs a PendInfo from its components.
pendToken
- the identifier.pendTime
- the suggested time for the client to query the status.
encode
public void encode(OutputStream ostream)
throws IOException
- encode in interface ASN1Value
encode
public void encode(Tag implicitTag,
OutputStream ostream)
throws IOException
- encode in interface ASN1Value