Class: NSSFFI::SecItemStr

Inherits:
FFI::Struct
  • Object
show all
Defined in:
lib/nss.rb

Instance Method Summary collapse

Instance Method Details

#stringObject



25
26
27
# File 'lib/nss.rb', line 25

def string()
  self[:data].read_string(self[:len])
end