Class: GPGME::NewSignature
- Inherits:
-
Object
- Object
- GPGME::NewSignature
- Defined in:
- lib/gpgme/misc.rb,
ext/gpgme/gpgme_n.c more...
Instance Attribute Summary collapse
-
#fpr ⇒ Object
(also: #fingerprint)
readonly
Returns the value of attribute fpr.
-
#hash_algo ⇒ Object
readonly
Returns the value of attribute hash_algo.
-
#pubkey_algo ⇒ Object
readonly
Returns the value of attribute pubkey_algo.
-
#sig_class ⇒ Object
readonly
Returns the value of attribute sig_class.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Instance Method Summary collapse
Instance Attribute Details
permalink #fpr ⇒ Object (readonly) Also known as: fingerprint
Returns the value of attribute fpr.
50 51 52 |
# File 'lib/gpgme/misc.rb', line 50 def fpr @fpr end |
permalink #hash_algo ⇒ Object (readonly)
Returns the value of attribute hash_algo.
50 51 52 |
# File 'lib/gpgme/misc.rb', line 50 def hash_algo @hash_algo end |
permalink #pubkey_algo ⇒ Object (readonly)
Returns the value of attribute pubkey_algo.
50 51 52 |
# File 'lib/gpgme/misc.rb', line 50 def pubkey_algo @pubkey_algo end |
permalink #sig_class ⇒ Object (readonly)
Returns the value of attribute sig_class.
50 51 52 |
# File 'lib/gpgme/misc.rb', line 50 def sig_class @sig_class end |
permalink #type ⇒ Object (readonly)
Returns the value of attribute type.
50 51 52 |
# File 'lib/gpgme/misc.rb', line 50 def type @type end |
Instance Method Details
permalink #timestamp ⇒ Object
[View source]
53 54 55 |
# File 'lib/gpgme/misc.rb', line 53 def Time.at(@timestamp) end |