class GPG::SubkeyIterator

Included Modules

Defined in:

gpg/subkey_iterator.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(handle : Pointer(LibGPG::Key)) #

[View source]

Instance Method Detail

def next #
Description copied from module Iterator(GPG::Subkey)

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


[View source]