As a user of the GPGME gem, I want to be able to import public keys from a public key server into my key ring in order to be able to add that key as a recipient for an encrypted message.
This would entail exposing the gpgme_op_import_keys C function which imports keys from a keyserver.
As a user of the GPGME gem, I want to be able to import public keys from a public key server into my key ring in order to be able to add that key as a recipient for an encrypted message.
This would entail exposing the
gpgme_op_import_keys
C function which imports keys from a keyserver.