class NSSFFI::SecItemStr

Public Instance Methods

string() click to toggle source
# File lib/nss.rb, line 25
def string()
  self[:data].read_string(self[:len])
end