Class: PKCS11::CK_RC2_MAC_GENERAL_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

#ulEffectiveBitsInteger



315
316
317
# File 'ext/pk11_struct.doc', line 315

def ulEffectiveBits
  @ulEffectiveBits
end

#ulMacLengthInteger



317
318
319
# File 'ext/pk11_struct.doc', line 317

def ulMacLength
  @ulMacLength
end

Instance Method Details

#membersArray<String>



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

def members; end

#to_sString



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

def to_s; end