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

#pIvASCII8BIT-String?

Returns accessor for pIv and ulIvLen.

Returns:

  • (ASCII8BIT-String, nil)

    accessor for pIv and ulIvLen



339
340
341
# File 'ext/pk11_struct.doc', line 339

def pIv
  @pIv
end

#ulRoundsInteger

Returns accessor for ulRounds (CK_ULONG).

Returns:

  • (Integer)

    accessor for ulRounds (CK_ULONG)



343
344
345
# File 'ext/pk11_struct.doc', line 343

def ulRounds
  @ulRounds
end

#ulWordsizeInteger

Returns accessor for ulWordsize (CK_ULONG).

Returns:

  • (Integer)

    accessor for ulWordsize (CK_ULONG)



341
342
343
# File 'ext/pk11_struct.doc', line 341

def ulWordsize
  @ulWordsize
end

Instance Method Details

#membersArray<String>

Returns Attributes of this struct.

Returns:

  • (Array<String>)

    Attributes of this struct



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

def members; end

#to_sString

Returns Binary copy of the C struct.

Returns:

  • (String)

    Binary copy of the C struct



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

def to_s; end