Class ChangeKeyRequest
- java.lang.Object
-
- de.trustable.ca3s.core.service.dto.acme.ChangeKeyRequest
-
@Immutable public class ChangeKeyRequest extends Object
-
-
Constructor Summary
Constructors Constructor Description ChangeKeyRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAccount()org.jose4j.jwk.JsonWebKeygetOldKey()voidsetAccount(String account)voidsetOldKey(org.jose4j.jwk.JsonWebKey oldKey)
-
-
-
Method Detail
-
getAccount
public String getAccount()
- Returns:
- the account
-
setAccount
public void setAccount(String account)
- Parameters:
account- the account to set
-
getOldKey
public org.jose4j.jwk.JsonWebKey getOldKey()
- Returns:
- the oldKey
-
setOldKey
public void setOldKey(org.jose4j.jwk.JsonWebKey oldKey)
- Parameters:
oldKey- the oldKey to set
-
-