ASN1Encodable
, Encodable
public class PollReqContent extends ASN1Object
Constructor | Description |
---|---|
PollReqContent(java.math.BigInteger certReqId) |
Create a pollReqContent for a single certReqId.
|
PollReqContent(java.math.BigInteger[] certReqIds) |
Create a pollReqContent for a multiple certReqIds.
|
PollReqContent(ASN1Integer certReqId) |
Create a pollReqContent for a single certReqId.
|
PollReqContent(ASN1Integer[] certReqIds) |
Create a pollReqContent for a multiple certReqIds.
|
Modifier and Type | Method | Description |
---|---|---|
ASN1Integer[][] |
getCertReqIds() |
|
java.math.BigInteger[] |
getCertReqIdValues() |
|
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 PollReqContent(ASN1Integer[] certReqIds)
certReqIds
- the certificate request IDs.public PollReqContent(java.math.BigInteger certReqId)
certReqId
- the certificate request ID.public PollReqContent(java.math.BigInteger[] certReqIds)
certReqIds
- the certificate request IDs.public static PollReqContent getInstance(java.lang.Object o)
public ASN1Integer[][] getCertReqIds()
public java.math.BigInteger[] getCertReqIdValues()
public ASN1Primitive toASN1Primitive()
PollReqContent ::= SEQUENCE OF SEQUENCE { certReqId INTEGER }
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object