Class: GPGME::DecryptResult
- Inherits:
-
Object
- Object
- GPGME::DecryptResult
- Defined in:
- lib/gpgme/misc.rb,
ext/gpgme/gpgme_n.c
Instance Attribute Summary collapse
-
#unsupported_algorithm ⇒ Object
readonly
Returns the value of attribute unsupported_algorithm.
-
#wrong_key_usage ⇒ Object
readonly
Returns the value of attribute wrong_key_usage.
Instance Attribute Details
#unsupported_algorithm ⇒ Object (readonly)
Returns the value of attribute unsupported_algorithm.
18 19 20 |
# File 'lib/gpgme/misc.rb', line 18 def unsupported_algorithm @unsupported_algorithm end |
#wrong_key_usage ⇒ Object (readonly)
Returns the value of attribute wrong_key_usage.
18 19 20 |
# File 'lib/gpgme/misc.rb', line 18 def wrong_key_usage @wrong_key_usage end |