Class CertChainResponse

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

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

      • CertChainResponse

        public CertChainResponse​(byte[][] certificates)
    • Method Detail

      • getCertificates

        public byte[][] getCertificates()
      • decode

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