public class PollReqContent extends ASN1Object
Modifier and Type | Field and Description |
---|---|
private ASN1Sequence |
content |
Modifier | Constructor and Description |
---|---|
|
PollReqContent(ASN1Integer certReqId)
Create a pollReqContent for a single certReqId.
|
private |
PollReqContent(ASN1Sequence seq) |
Modifier and Type | Method and Description |
---|---|
ASN1Integer[][] |
getCertReqIds() |
static PollReqContent |
getInstance(java.lang.Object o) |
private static ASN1Integer[] |
sequenceToASN1IntegerArray(ASN1Sequence seq) |
ASN1Primitive |
toASN1Primitive()
PollReqContent ::= SEQUENCE OF SEQUENCE {
certReqId INTEGER
}
|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
private ASN1Sequence content
private PollReqContent(ASN1Sequence seq)
public PollReqContent(ASN1Integer certReqId)
certReqId
- the certificate request ID.public static PollReqContent getInstance(java.lang.Object o)
public ASN1Integer[][] getCertReqIds()
private static ASN1Integer[] sequenceToASN1IntegerArray(ASN1Sequence seq)
public ASN1Primitive toASN1Primitive()
PollReqContent ::= SEQUENCE OF SEQUENCE { certReqId INTEGER }
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object