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​(java.math.BigInteger certReqId)
        Create a pollReqContent for a single certReqId.
        Parameters:
        certReqId - the certificate request ID.
      • PollReqContent

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

      • getInstance

        public static PollReqContent getInstance​(java.lang.Object o)
      • getCertReqIds

        public ASN1Integer[][] getCertReqIds()
      • getCertReqIdValues

        public java.math.BigInteger[] getCertReqIdValues()