Class: GPGME::DecryptResult

Inherits:
Object
  • Object
show all
Defined in:
lib/gpgme/misc.rb,
ext/gpgme/gpgme_n.c

Instance Attribute Summary collapse

Instance Attribute Details

#unsupported_algorithmObject (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_usageObject (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