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

#pVersionPKCS11::CK_VERSION?

Returns pointer to struct.

Returns:



485
486
487
# File 'ext/pk11_struct.doc', line 485

def pVersion
  @pVersion
end

#RandomInfoPKCS11::CK_SSL3_RANDOM_DATA

Returns inline struct.

Returns:



483
484
485
# File 'ext/pk11_struct.doc', line 483

def RandomInfo
  @RandomInfo
end

Instance Method Details

#membersArray<String>

Returns Attributes of this struct.

Returns:

  • (Array<String>)

    Attributes of this struct



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

def members; end

#to_sString

Returns Binary copy of the C struct.

Returns:

  • (String)

    Binary copy of the C struct



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

def to_s; end