class ActiveSupport::Messages::RotationConfiguration

def rotate(kind, *args)

def rotate(kind, *args)
  case kind
  when :signed
    @signed << args
  when :encrypted
    @encrypted << args
  end
end