61 62 63 64 65 66
# File 'lib/cose/key/ec2.rb', line 61 def map super.merge( Base::LABEL_KTY => KTY_EC2, LABEL_Y => y, ).compact end