Class: PKCS11::Luna::CK_XOR_BASE_DATA_KDF_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

#kdfInteger

Returns accessor for kdf (CK_ULONG).

Returns:

  • (Integer)

    accessor for kdf (CK_ULONG)



463
464
465
# File 'ext/pk11l_struct.doc', line 463

def kdf
  @kdf
end

#pSharedDataString?

Returns accessor for pSharedData and ulSharedDataLen.

Returns:

  • (String, nil)

    accessor for pSharedData and ulSharedDataLen



461
462
463
# File 'ext/pk11l_struct.doc', line 461

def pSharedData
  @pSharedData
end

Instance Method Details

#membersArray<String>

Returns Attributes of this struct.

Returns:

  • (Array<String>)

    Attributes of this struct



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

def members; end

#to_sString

Returns Binary copy of the C struct.

Returns:

  • (String)

    Binary copy of the C struct



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

def to_s; end