Class CrlRestResponse
- java.lang.Object
-
- de.trustable.ca3s.core.service.dto.ejbca.CrlRestResponse
-
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2024-02-27T11:17:53.164838525Z[GMT]") public class CrlRestResponse extends ObjectCrlRestResponse
-
-
Constructor Summary
Constructors Constructor Description CrlRestResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CrlRestResponseaddCrlItem(byte[] crlItem)CrlRestResponsecrl(List<byte[]> crl)booleanequals(Object o)List<byte[]>getCrl()Certificate Revocation List (CRL)StringgetResponseFormat()Response formatinthashCode()CrlRestResponseresponseFormat(String responseFormat)voidsetCrl(List<byte[]> crl)voidsetResponseFormat(String responseFormat)StringtoString()
-
-
-
Method Detail
-
crl
public CrlRestResponse crl(List<byte[]> crl)
-
addCrlItem
public CrlRestResponse addCrlItem(byte[] crlItem)
-
getCrl
public List<byte[]> getCrl()
Certificate Revocation List (CRL)- Returns:
- crl
-
setCrl
public void setCrl(List<byte[]> crl)
-
responseFormat
public CrlRestResponse responseFormat(String responseFormat)
-
getResponseFormat
public String getResponseFormat()
Response format- Returns:
- responseFormat
-
setResponseFormat
public void setResponseFormat(String responseFormat)
-
-