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.ASN1ObjectPollRepContent ::= SEQUENCE OF SEQUENCE { certReqId INTEGER, checkAfter INTEGER, -- time in seconds reason PKIFreeText OPTIONAL }
-
-
Constructor Summary
Constructors Constructor Description PollRepContent(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
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.bouncycastle.asn1.ASN1IntegergetCertReqId(int index)org.bouncycastle.asn1.ASN1IntegergetCheckAfter(int index)static PollRepContentgetInstance(java.lang.Object o)PKIFreeTextgetReason(int index)intsize()org.bouncycastle.asn1.ASN1PrimitivetoASN1Primitive()PollRepContent ::= SEQUENCE OF SEQUENCE { certReqId INTEGER, checkAfter INTEGER, -- time in seconds reason PKIFreeText OPTIONAL }
-
-
-
Constructor Detail
-
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 Detail
-
getInstance
public static PollRepContent getInstance(java.lang.Object o)
-
size
public int size()
-
getCertReqId
public org.bouncycastle.asn1.ASN1Integer getCertReqId(int index)
-
getCheckAfter
public org.bouncycastle.asn1.ASN1Integer getCheckAfter(int index)
-
getReason
public PKIFreeText getReason(int index)
-
toASN1Primitive
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
PollRepContent ::= SEQUENCE OF SEQUENCE { certReqId INTEGER, checkAfter INTEGER, -- time in seconds reason PKIFreeText OPTIONAL }- Specified by:
toASN1Primitivein interfaceorg.bouncycastle.asn1.ASN1Encodable- Specified by:
toASN1Primitivein classorg.bouncycastle.asn1.ASN1Object- Returns:
- a basic ASN.1 object representation.
-
-