Class: LibNetPGP::PGPKey
- Inherits:
-
FFI::Struct
- Object
- FFI::Struct
- LibNetPGP::PGPKey
- Defined in:
- lib/netpgp/lowlevel/structs.rb
Class Method Summary collapse
Class Method Details
.release(ptr) ⇒ Object
494 495 496 |
# File 'lib/netpgp/lowlevel/structs.rb', line 494 def self.release(ptr) LibNetPGP::pgp_keydata_free(ptr) end |