ASN1Encodable
, Encodable
public class PollReqContent extends ASN1Object
Constructor | Description |
---|---|
PollReqContent(ASN1Integer certReqId) |
Create a pollReqContent for a single certReqId.
|
Modifier and Type | Method | Description |
---|---|---|
ASN1Integer[][] |
getCertReqIds() |
|
static PollReqContent |
getInstance(java.lang.Object o) |
|
ASN1Primitive |
toASN1Primitive() |
PollReqContent ::= SEQUENCE OF SEQUENCE {
certReqId INTEGER
}
|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
public 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 ASN1Encodable
toASN1Primitive
in class ASN1Object