Class: GPGME::NewSignature

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#fprObject (readonly) Also known as: fingerprint

Returns the value of attribute fpr.



1515
1516
1517
# File 'lib/gpgme.rb', line 1515

def fpr
  @fpr
end

#hash_algoObject (readonly)

Returns the value of attribute hash_algo.



1515
1516
1517
# File 'lib/gpgme.rb', line 1515

def hash_algo
  @hash_algo
end

#pubkey_algoObject (readonly)

Returns the value of attribute pubkey_algo.



1515
1516
1517
# File 'lib/gpgme.rb', line 1515

def pubkey_algo
  @pubkey_algo
end

#sig_classObject (readonly)

Returns the value of attribute sig_class.



1515
1516
1517
# File 'lib/gpgme.rb', line 1515

def sig_class
  @sig_class
end

#typeObject (readonly)

Returns the value of attribute type.



1515
1516
1517
# File 'lib/gpgme.rb', line 1515

def type
  @type
end

Instance Method Details

#timestampObject



1518
1519
1520
# File 'lib/gpgme.rb', line 1518

def timestamp
  Time.at(@timestamp)
end