Class PollReqContent

    • Constructor Detail

      • 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.