Class V2UserKeyRequest


  • public class V2UserKeyRequest
    extends Object
    User RSA key information.
    • Constructor Detail

      • V2UserKeyRequest

        public V2UserKeyRequest()
    • Method Detail

      • getKey

        public String getKey()
        User RSA public key.
        Returns:
        key
      • setKey

        public void setKey​(String key)
      • getExpirationDate

        public Long getExpirationDate()
        RSA key expiration date. This value is set just for rotated keys.
        Returns:
        expirationDate
      • setExpirationDate

        public void setExpirationDate​(Long expirationDate)
      • getAction

        public String getAction()
        Action to be performed on the RSA key. The following actions can be performed onto the user's active RSA key: - SAVE - REVOKE The following actions can be performed onto the user's rotated RSA key: - REVOKE - EXTEND
        Returns:
        action
      • setAction

        public void setAction​(String action)