class GPG::KeyIterator

Included Modules

Defined in:

gpg/key_iterator.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(handle : LibGPG::Context) #

[View source]

Instance Method Detail

def finalize #

[View source]
def next #
Description copied from module Iterator(GPG::Key)

Returns the next element in this iterator, or Iterator::Stop::INSTANCE if there are no more elements.


[View source]