Class FinalizeRestRequest
- java.lang.Object
-
- de.trustable.ca3s.core.service.dto.ejbca.FinalizeRestRequest
-
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2024-02-27T11:17:53.164838525Z[GMT]") public class FinalizeRestRequest extends ObjectFinalizeRestRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFinalizeRestRequest.ResponseFormatEnumResponse format
-
Constructor Summary
Constructors Constructor Description FinalizeRestRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetKeyAlg()Key algorithmStringgetKeySpec()Key specificationStringgetPassword()PasswordFinalizeRestRequest.ResponseFormatEnumgetResponseFormat()Response formatinthashCode()FinalizeRestRequestkeyAlg(String keyAlg)FinalizeRestRequestkeySpec(String keySpec)FinalizeRestRequestpassword(String password)FinalizeRestRequestresponseFormat(FinalizeRestRequest.ResponseFormatEnum responseFormat)voidsetKeyAlg(String keyAlg)voidsetKeySpec(String keySpec)voidsetPassword(String password)voidsetResponseFormat(FinalizeRestRequest.ResponseFormatEnum responseFormat)StringtoString()
-
-
-
Method Detail
-
responseFormat
public FinalizeRestRequest responseFormat(FinalizeRestRequest.ResponseFormatEnum responseFormat)
-
getResponseFormat
public FinalizeRestRequest.ResponseFormatEnum getResponseFormat()
Response format- Returns:
- responseFormat
-
setResponseFormat
public void setResponseFormat(FinalizeRestRequest.ResponseFormatEnum responseFormat)
-
password
public FinalizeRestRequest password(String password)
-
getPassword
public String getPassword()
Password- Returns:
- password
-
setPassword
public void setPassword(String password)
-
keyAlg
public FinalizeRestRequest keyAlg(String keyAlg)
-
getKeyAlg
public String getKeyAlg()
Key algorithm- Returns:
- keyAlg
-
setKeyAlg
public void setKeyAlg(String keyAlg)
-
keySpec
public FinalizeRestRequest keySpec(String keySpec)
-
getKeySpec
public String getKeySpec()
Key specification- Returns:
- keySpec
-
setKeySpec
public void setKeySpec(String keySpec)
-
-