Class PKIMessage

    • Constructor Detail

      • PKIMessage

        public PKIMessage​(PKIHeader header,
                          PKIBody body,
                          DERBitString protection,
                          CMPCertificate[] extraCerts)
        Creates a new PKIMessage.
        Parameters:
        header - message header
        body - message body
        protection - message protection (may be null)
        extraCerts - extra certificates (may be null)