Package org.xipki.ca.sdk
Class UnSuspendOrRemoveCertsResponse
- java.lang.Object
-
- org.xipki.ca.sdk.SdkMessage
-
- org.xipki.ca.sdk.SdkResponse
-
- org.xipki.ca.sdk.UnSuspendOrRemoveCertsResponse
-
public class UnSuspendOrRemoveCertsResponse extends SdkResponse
Response for the operations unrevoking certificates and removing certificates.- Since:
- 6.0.0
- Author:
- Lijun Liao (xipki)
-
-
Constructor Summary
Constructors Constructor Description UnSuspendOrRemoveCertsResponse()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UnSuspendOrRemoveCertsResponsedecode(byte[] encoded)List<SingleCertSerialEntry>getEntries()voidsetEntries(List<SingleCertSerialEntry> entries)-
Methods inherited from class org.xipki.ca.sdk.SdkMessage
encode
-
-
-
-
Method Detail
-
getEntries
public List<SingleCertSerialEntry> getEntries()
-
setEntries
public void setEntries(List<SingleCertSerialEntry> entries)
-
decode
public static UnSuspendOrRemoveCertsResponse decode(byte[] encoded)
-
-