Class: GPGME::NewSignature

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#fprObject (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_algoObject (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_algoObject (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_classObject (readonly)

Returns the value of attribute sig_class.



50
51
52
# File 'lib/gpgme/misc.rb', line 50

def sig_class
  @sig_class
end

#typeObject (readonly)

Returns the value of attribute type.



50
51
52
# File 'lib/gpgme/misc.rb', line 50

def type
  @type
end

Instance Method Details

#timestampObject



53
54
55
# File 'lib/gpgme/misc.rb', line 53

def timestamp
  Time.at(@timestamp)
end