public class PollReqContent extends ASN1Encodable
BER, DER
Modifier and Type | Method and Description |
---|---|
DERInteger[][] |
getCertReqIds() |
static PollReqContent |
getInstance(Object o) |
DERObject |
toASN1Object()
PollReqContent ::= SEQUENCE OF SEQUENCE {
certReqId INTEGER
}
|
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode
public static PollReqContent getInstance(Object o)
public DERInteger[][] getCertReqIds()
public DERObject toASN1Object()
PollReqContent ::= SEQUENCE OF SEQUENCE { certReqId INTEGER }
toASN1Object
in class ASN1Encodable
Copyright © 2015. All rights reserved.