|
Bouncy Castle Cryptography Library 1.49 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.cmp.PollReqContent
public class PollReqContent
Constructor Summary | |
---|---|
PollReqContent(ASN1Integer certReqId)
Create a pollReqContent for a single certReqId. |
Method Summary | |
---|---|
ASN1Integer[][] |
getCertReqIds()
|
static PollReqContent |
getInstance(java.lang.Object o)
|
ASN1Primitive |
toASN1Primitive()
PollReqContent ::= SEQUENCE OF SEQUENCE { certReqId INTEGER } |
Methods inherited from class org.bouncycastle.asn1.ASN1Object |
---|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PollReqContent(ASN1Integer certReqId)
certReqId
- the certificate request ID.Method Detail |
---|
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
|
Bouncy Castle Cryptography Library 1.49 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |