Class: GPGME::DecryptResult

Inherits:
Object
  • Object
show all
Defined in:
lib/gpgme.rb

Instance Attribute Summary collapse

Instance Attribute Details

#unsupported_algorithmObject (readonly)

Returns the value of attribute unsupported_algorithm.



1439
1440
1441
# File 'lib/gpgme.rb', line 1439

def unsupported_algorithm
  @unsupported_algorithm
end

#wrong_key_usageObject (readonly)

Returns the value of attribute wrong_key_usage.



1439
1440
1441
# File 'lib/gpgme.rb', line 1439

def wrong_key_usage
  @wrong_key_usage
end