Class UnsuspendOrRemoveCertsRequest

  • All Implemented Interfaces:
    org.xipki.util.cbor.CborEncodable

    public class UnsuspendOrRemoveCertsRequest
    extends CaIdentifierRequest
    Since:
    6.0.0
    Author:
    Lijun Liao (xipki)
    • Constructor Detail

      • UnsuspendOrRemoveCertsRequest

        public UnsuspendOrRemoveCertsRequest​(byte[] issuerCertSha1Fp,
                                             X500NameType issuer,
                                             byte[] authorityKeyIdentifier,
                                             BigInteger[] entries)
    • Method Detail

      • encode0

        protected void encode0​(org.xipki.util.cbor.CborEncoder encoder)
                        throws IOException,
                               org.xipki.util.exception.EncodeException
        Overrides:
        encode0 in class CaIdentifierRequest
        Throws:
        IOException
        org.xipki.util.exception.EncodeException
      • decode

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