public class PollRepContent extends ASN1Object
| Modifier and Type | Field and Description |
|---|---|
private ASN1Integer[] |
certReqId |
private ASN1Integer[] |
checkAfter |
private PKIFreeText[] |
reason |
| Modifier | Constructor and Description |
|---|---|
|
PollRepContent(ASN1Integer certReqId,
ASN1Integer checkAfter) |
|
PollRepContent(ASN1Integer certReqId,
ASN1Integer checkAfter,
PKIFreeText reason) |
private |
PollRepContent(ASN1Sequence seq) |
| 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, toASN1Objectprivate ASN1Integer[] certReqId
private ASN1Integer[] checkAfter
private PKIFreeText[] reason
private PollRepContent(ASN1Sequence seq)
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 ASN1EncodabletoASN1Primitive in class ASN1Object