# File lib/gpgme.rb, line 972
    def armor
      GPGME::gpgme_get_armor(self) == 1 ? true : false
    end