Class RevokeRequest
- java.lang.Object
-
- de.trustable.ca3s.core.service.dto.acme.RevokeRequest
-
@Immutable public class RevokeRequest extends Object
-
-
Constructor Summary
Constructors Constructor Description RevokeRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCertificate()intgetReason()voidsetCertificate(String certificate)voidsetReason(int reason)
-
-
-
Method Detail
-
getCertificate
public String getCertificate()
- Returns:
- the certificate
-
setCertificate
public void setCertificate(String certificate)
- Parameters:
certificate- the certificate to set
-
getReason
public int getReason()
- Returns:
- the reason
-
setReason
public void setReason(int reason)
- Parameters:
reason- the reason to set
-
-