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