org.bouncycastle.asn1.cmp

Class PollReqContent

Implemented Interfaces:
DEREncodable

public class PollReqContent
extends ASN1Encodable

Field Summary

Fields inherited from class org.bouncycastle.asn1.ASN1Encodable

BER, DER

Method Summary

DERInteger[][]
getCertReqIds()
static PollReqContent
getInstance(Object o)
DERObject
toASN1Object()
 PollReqContent ::= SEQUENCE OF SEQUENCE {
                        certReqId              INTEGER
 }
 

Methods inherited from class org.bouncycastle.asn1.ASN1Encodable

equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode, toASN1Object

Method Details

getCertReqIds

public DERInteger[][] getCertReqIds()

getInstance

public static PollReqContent getInstance(Object o)

toASN1Object

public DERObject toASN1Object()
 PollReqContent ::= SEQUENCE OF SEQUENCE {
                        certReqId              INTEGER
 }
 
Overrides:
toASN1Object in interface ASN1Encodable
Returns:
a basic ASN.1 object representation.