Class: PKCS11::Luna::CK_RC2_MAC_GENERAL_PARAMS

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

Constant Summary collapse

SIZEOF_STRUCT =

Size of corresponding C struct in bytes

Integer

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#ulEffectiveBitsInteger



217
218
219
# File 'ext/pk11l_struct.doc', line 217

def ulEffectiveBits
  @ulEffectiveBits
end

#ulMacLengthInteger



219
220
221
# File 'ext/pk11l_struct.doc', line 219

def ulMacLength
  @ulMacLength
end

Instance Method Details

#membersArray<String>



215
# File 'ext/pk11l_struct.doc', line 215

def members; end

#to_sString



213
# File 'ext/pk11l_struct.doc', line 213

def to_s; end