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