Class ChangeKeyRequest


  • @Immutable
    public class ChangeKeyRequest
    extends Object
    • Constructor Detail

      • ChangeKeyRequest

        public ChangeKeyRequest()
    • 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