public class

PollRepContent

extends ASN1Encodable
java.lang.Object
   ↳ org.bouncycastle.asn1.ASN1Encodable
     ↳ org.bouncycastle.asn1.cmp.PollRepContent

Summary

[Expand]
Inherited Constants
From class org.bouncycastle.asn1.ASN1Encodable
Public Methods
DERInteger getCertReqId()
DERInteger getCheckAfter()
static PollRepContent getInstance(Object o)
PKIFreeText getReason()
DERObject toASN1Object()
 PollRepContent ::= SEQUENCE OF SEQUENCE {
         certReqId              INTEGER,
         checkAfter             INTEGER,  -- time in seconds
         reason                 PKIFreeText OPTIONAL
     }
 
[Expand]
Inherited Methods
From class org.bouncycastle.asn1.ASN1Encodable
From class java.lang.Object
From interface org.bouncycastle.asn1.DEREncodable

Public Methods

public DERInteger getCertReqId ()

public DERInteger getCheckAfter ()

public static PollRepContent getInstance (Object o)

public PKIFreeText getReason ()

public DERObject toASN1Object ()

 PollRepContent ::= SEQUENCE OF SEQUENCE {
         certReqId              INTEGER,
         checkAfter             INTEGER,  -- time in seconds
         reason                 PKIFreeText OPTIONAL
     }
 

Returns
  • a basic ASN.1 object representation.