Class | GPGME::GpgmeCtx |
In: |
lib/gpgme.rb
|
Parent: | Object |
A context within which all cryptographic operations are performed.
passphrase_cb | [R] | An array which contains a Proc and an Object. The former is the passphrase callback and the latter is hook value passed to it. |
progress_cb | [R] | An array which contains a Proc and an Object. The former is the progress callback used when progress information is available and the latter is hook value passed to it. |
Delete the key from the key ring. If allow_secret is false, only public keys are deleted, otherwise secret keys are deleted as well.
Generates a new key pair. If store is true, this method puts the key pair into the standard key ring.
Initiates a key listing operation for given pattern. If pattern is nil, all available keys are returned. If secret_only is true, the list is restricted to secret keys only.