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

#ulMacLengthInteger

Returns accessor for ulMacLength (CK_ULONG).

Returns:

  • (Integer)

    accessor for ulMacLength (CK_ULONG)



357
358
359
# File 'ext/pk11_struct.doc', line 357

def ulMacLength
  @ulMacLength
end

#ulRoundsInteger

Returns accessor for ulRounds (CK_ULONG).

Returns:

  • (Integer)

    accessor for ulRounds (CK_ULONG)



355
356
357
# File 'ext/pk11_struct.doc', line 355

def ulRounds
  @ulRounds
end

#ulWordsizeInteger

Returns accessor for ulWordsize (CK_ULONG).

Returns:

  • (Integer)

    accessor for ulWordsize (CK_ULONG)



353
354
355
# File 'ext/pk11_struct.doc', line 353

def ulWordsize
  @ulWordsize
end

Instance Method Details

#membersArray<String>

Returns Attributes of this struct.

Returns:

  • (Array<String>)

    Attributes of this struct



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

def members; end

#to_sString

Returns Binary copy of the C struct.

Returns:

  • (String)

    Binary copy of the C struct



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

def to_s; end