Class PollReqContent

java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.cmp.PollReqContent
All Implemented Interfaces:
ASN1Encodable, Encodable

public class PollReqContent extends ASN1Object
  • Constructor Details

    • PollReqContent

      public PollReqContent(ASN1Integer certReqId)
      Create a pollReqContent for a single certReqId.
      Parameters:
      certReqId - the certificate request ID.
    • PollReqContent

      public PollReqContent(ASN1Integer[] certReqIds)
      Create a pollReqContent for a multiple certReqIds.
      Parameters:
      certReqIds - the certificate request IDs.
    • PollReqContent

      public PollReqContent(BigInteger certReqId)
      Create a pollReqContent for a single certReqId.
      Parameters:
      certReqId - the certificate request ID.
    • PollReqContent

      public PollReqContent(BigInteger[] certReqIds)
      Create a pollReqContent for a multiple certReqIds.
      Parameters:
      certReqIds - the certificate request IDs.
  • Method Details