Class UnSuspendOrRemoveCertsResponse


  • public class UnSuspendOrRemoveCertsResponse
    extends SdkResponse
    Response for the operations unrevoking certificates and removing certificates.
    Since:
    6.0.0
    Author:
    Lijun Liao (xipki)
    • Constructor Detail

      • UnSuspendOrRemoveCertsResponse

        public UnSuspendOrRemoveCertsResponse​(SingleCertSerialEntry[] entries)
    • Method Detail

      • encode

        public void encode​(org.xipki.util.cbor.CborEncoder encoder)
                    throws org.xipki.util.exception.EncodeException
        Specified by:
        encode in class SdkMessage
        Throws:
        org.xipki.util.exception.EncodeException
      • decode

        public static UnSuspendOrRemoveCertsResponse decode​(byte[] encoded)
                                                     throws org.xipki.util.exception.DecodeException
        Throws:
        org.xipki.util.exception.DecodeException