Class: GPGME::NewSignature
- Inherits:
-
Object
- Object
- GPGME::NewSignature
- Defined in:
- lib/gpgme/misc.rb,
ext/gpgme/gpgme_n.c
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
#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 |
#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 |
#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 |
#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 |
#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
#timestamp ⇒ Object
53 54 55 |
# File 'lib/gpgme/misc.rb', line 53 def Time.at(@timestamp) end |