Class: PKCS11::CK_OTP_PARAM

Inherits:
CStruct
  • Object
show all
Defined in:
ext/pk11_struct.doc

Constant Summary collapse

SIZEOF_STRUCT =

Size of corresponding C struct in bytes

Integer

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from CStruct

#inspect, #to_hash, #values

Instance Attribute Details

#pValueString?



669
670
671
# File 'ext/pk11_struct.doc', line 669

def pValue
  @pValue
end

#typeInteger



671
672
673
# File 'ext/pk11_struct.doc', line 671

def type
  @type
end

Instance Method Details

#membersArray<String>



667
# File 'ext/pk11_struct.doc', line 667

def members; end

#to_sString



665
# File 'ext/pk11_struct.doc', line 665

def to_s; end