public class PollRepContent extends ASN1Encodable
| Modifier and Type | Field and Description |
|---|---|
private DERInteger |
certReqId |
private DERInteger |
checkAfter |
private PKIFreeText |
reason |
BER, DER| Modifier | Constructor and Description |
|---|---|
private |
PollRepContent(ASN1Sequence seq) |
| Modifier and Type | Method and Description |
|---|---|
DERInteger |
getCertReqId() |
DERInteger |
getCheckAfter() |
static PollRepContent |
getInstance(java.lang.Object o) |
PKIFreeText |
getReason() |
DERObject |
toASN1Object()
PollRepContent ::= SEQUENCE OF SEQUENCE {
certReqId INTEGER,
checkAfter INTEGER, -- time in seconds
reason PKIFreeText OPTIONAL
}
|
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCodeprivate DERInteger certReqId
private DERInteger checkAfter
private PKIFreeText reason
private PollRepContent(ASN1Sequence seq)
public static PollRepContent getInstance(java.lang.Object o)
public DERInteger getCertReqId()
public DERInteger getCheckAfter()
public PKIFreeText getReason()
public DERObject toASN1Object()
PollRepContent ::= SEQUENCE OF SEQUENCE {
certReqId INTEGER,
checkAfter INTEGER, -- time in seconds
reason PKIFreeText OPTIONAL
}
toASN1Object in class ASN1EncodableCopyright © 1998-2014 Gamma Technologies. All Rights Reserved.