Class: PKCS11::CK_RC5_PARAMS

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

#ulRoundsInteger



329
330
331
# File 'ext/pk11_struct.doc', line 329

def ulRounds
  @ulRounds
end

#ulWordsizeInteger



327
328
329
# File 'ext/pk11_struct.doc', line 327

def ulWordsize
  @ulWordsize
end

Instance Method Details

#membersArray<String>



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

def members; end

#to_sString



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

def to_s; end