In Files

Parent

GPGME::KeySig

Attributes

keyid[R]
pubkey_algo[R]

Public Instance Methods

expired?() click to toggle source
# File lib/gpgme.rb, line 1439
def expired?
  @expired == 1
end
expires() click to toggle source
# File lib/gpgme.rb, line 1455
def expires
  Time.at(@expires)
end
exportable?() click to toggle source
# File lib/gpgme.rb, line 1447
def exportable?
  @exportable == 1
end
inspect() click to toggle source
# File lib/gpgme.rb, line 1459
def inspect
  "#<#{self.class} #{keyid} timestamp=#{timestamp}, expires=#{expires}>"
end
invalid?() click to toggle source
# File lib/gpgme.rb, line 1443
def invalid?
  @invalid == 1
end
revoked?() click to toggle source
# File lib/gpgme.rb, line 1435
def revoked?
  @revoked == 1
end
timestamp() click to toggle source
# File lib/gpgme.rb, line 1451
def timestamp
  Time.at(@timestamp)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.