public class PollRepContent extends ASN1Object
Constructor and Description |
---|
PollRepContent(ASN1Integer certReqId,
ASN1Integer checkAfter) |
PollRepContent(ASN1Integer certReqId,
ASN1Integer checkAfter,
PKIFreeText reason) |
Modifier and Type | Method and Description |
---|---|
ASN1Integer |
getCertReqId(int index) |
ASN1Integer |
getCheckAfter(int index) |
static PollRepContent |
getInstance(java.lang.Object o) |
PKIFreeText |
getReason(int index) |
int |
size() |
ASN1Primitive |
toASN1Primitive()
PollRepContent ::= SEQUENCE OF SEQUENCE {
certReqId INTEGER,
checkAfter INTEGER, -- time in seconds
reason PKIFreeText OPTIONAL
}
|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
public PollRepContent(ASN1Integer certReqId, ASN1Integer checkAfter)
public PollRepContent(ASN1Integer certReqId, ASN1Integer checkAfter, PKIFreeText reason)
public static PollRepContent getInstance(java.lang.Object o)
public int size()
public ASN1Integer getCertReqId(int index)
public ASN1Integer getCheckAfter(int index)
public PKIFreeText getReason(int index)
public ASN1Primitive toASN1Primitive()
PollRepContent ::= SEQUENCE OF SEQUENCE { certReqId INTEGER, checkAfter INTEGER, -- time in seconds reason PKIFreeText OPTIONAL }
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object