main
1# frozen_string_literal: true
2
3xml.RSAKeyValue do
4  xml.Modulus modulus
5  xml.Exponent exponent
6end