Package org.bouncycastle.asn1.cmp
Class PollRepContent
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.cmp.PollRepContent
- All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable
,org.bouncycastle.util.Encodable
public class PollRepContent
extends org.bouncycastle.asn1.ASN1Object
PollRepContent ::= SEQUENCE OF SEQUENCE {
certReqId INTEGER,
checkAfter INTEGER, -- time in seconds
reason PKIFreeText OPTIONAL }
-
Constructor Summary
ConstructorDescriptionPollRepContent
(org.bouncycastle.asn1.ASN1Integer certReqId, org.bouncycastle.asn1.ASN1Integer checkAfter) PollRepContent
(org.bouncycastle.asn1.ASN1Integer certReqId, org.bouncycastle.asn1.ASN1Integer checkAfter, PKIFreeText reason) -
Method Summary
Modifier and TypeMethodDescriptionorg.bouncycastle.asn1.ASN1Integer
getCertReqId
(int index) org.bouncycastle.asn1.ASN1Integer
getCheckAfter
(int index) static PollRepContent
getReason
(int index) int
size()
org.bouncycastle.asn1.ASN1Primitive
PollRepContent ::= SEQUENCE OF SEQUENCE { certReqId INTEGER, checkAfter INTEGER, -- time in seconds reason PKIFreeText OPTIONAL }Methods inherited from class org.bouncycastle.asn1.ASN1Object
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
-
Constructor Details
-
PollRepContent
public PollRepContent(org.bouncycastle.asn1.ASN1Integer certReqId, org.bouncycastle.asn1.ASN1Integer checkAfter) -
PollRepContent
public PollRepContent(org.bouncycastle.asn1.ASN1Integer certReqId, org.bouncycastle.asn1.ASN1Integer checkAfter, PKIFreeText reason)
-
-
Method Details
-
getInstance
-
size
public int size() -
getCertReqId
public org.bouncycastle.asn1.ASN1Integer getCertReqId(int index) -
getCheckAfter
public org.bouncycastle.asn1.ASN1Integer getCheckAfter(int index) -
getReason
-
toASN1Primitive
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()PollRepContent ::= SEQUENCE OF SEQUENCE { certReqId INTEGER, checkAfter INTEGER, -- time in seconds reason PKIFreeText OPTIONAL }
- Specified by:
toASN1Primitive
in interfaceorg.bouncycastle.asn1.ASN1Encodable
- Specified by:
toASN1Primitive
in classorg.bouncycastle.asn1.ASN1Object
- Returns:
- a basic ASN.1 object representation.
-