Class CrlResponse

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

    public class CrlResponse
    extends SdkResponse
    Response containing the CRL.
    Since:
    6.0.0
    Author:
    Lijun Liao (xipki)
    • Constructor Detail

      • CrlResponse

        public CrlResponse​(byte[] crl)
    • Method Detail

      • getCrl

        public byte[] getCrl()
      • encode0

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

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