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

#prfHashMechanismInteger

Returns accessor for prfHashMechanism (CK_ULONG).

Returns:

  • (Integer)

    accessor for prfHashMechanism (CK_ULONG)



827
828
829
# File 'ext/pk11_struct.doc', line 827

def prfHashMechanism
  @prfHashMechanism
end

#pVersionPKCS11::CK_VERSION?

Returns pointer to struct.

Returns:



825
826
827
# File 'ext/pk11_struct.doc', line 825

def pVersion
  @pVersion
end

#RandomInfoPKCS11::CK_SSL3_RANDOM_DATA

Returns inline struct.

Returns:



823
824
825
# File 'ext/pk11_struct.doc', line 823

def RandomInfo
  @RandomInfo
end

Instance Method Details

#membersArray<String>

Returns Attributes of this struct.

Returns:

  • (Array<String>)

    Attributes of this struct



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

def members; end

#to_sString

Returns Binary copy of the C struct.

Returns:

  • (String)

    Binary copy of the C struct



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

def to_s; end