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

#pVersionPKCS11::Luna::CK_VERSION?

Returns pointer to struct.

Returns:



363
364
365
# File 'ext/pk11l_struct.doc', line 363

def pVersion
  @pVersion
end

#RandomInfoPKCS11::Luna::CK_SSL3_RANDOM_DATA

Returns inline struct.

Returns:



361
362
363
# File 'ext/pk11l_struct.doc', line 361

def RandomInfo
  @RandomInfo
end

Instance Method Details

#membersArray<String>

Returns Attributes of this struct.

Returns:

  • (Array<String>)

    Attributes of this struct



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

def members; end

#to_sString

Returns Binary copy of the C struct.

Returns:

  • (String)

    Binary copy of the C struct



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

def to_s; end