Package org.xipki.ca.sdk
Class CertChainResponse
- java.lang.Object
-
- org.xipki.ca.sdk.SdkMessage
-
- org.xipki.ca.sdk.SdkResponse
-
- org.xipki.ca.sdk.CertChainResponse
-
public class CertChainResponse extends SdkResponse
Response containing the certificate chain.- Since:
- 6.0.0
- Author:
- Lijun Liao (xipki)
-
-
Constructor Summary
Constructors Constructor Description CertChainResponse()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CertChainResponsedecode(byte[] encoded)byte[][]getCertificates()voidsetCertificates(byte[][] certificates)-
Methods inherited from class org.xipki.ca.sdk.SdkMessage
encode
-
-
-
-
Method Detail
-
getCertificates
public byte[][] getCertificates()
-
setCertificates
public void setCertificates(byte[][] certificates)
-
decode
public static CertChainResponse decode(byte[] encoded)
-
-