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

Returns accessor for ulEffectiveBits (CK_ULONG).

Returns:

  • (Integer)

    accessor for ulEffectiveBits (CK_ULONG)



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

def ulEffectiveBits
  @ulEffectiveBits
end

#ulMacLengthInteger

Returns accessor for ulMacLength (CK_ULONG).

Returns:

  • (Integer)

    accessor for ulMacLength (CK_ULONG)



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

def ulMacLength
  @ulMacLength
end

Instance Method Details

#membersArray<String>

Returns Attributes of this struct.

Returns:

  • (Array<String>)

    Attributes of this struct



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

def members; end

#to_sString

Returns Binary copy of the C struct.

Returns:

  • (String)

    Binary copy of the C struct



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

def to_s; end