public class PollRepContent extends ASN1Encodable
BER, DER
Modifier and Type | Method and Description |
---|---|
DERInteger |
getCertReqId() |
DERInteger |
getCheckAfter() |
static PollRepContent |
getInstance(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, hashCode
public static PollRepContent getInstance(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 ASN1Encodable
Copyright © 2015. All rights reserved.