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

#DigestMechanismInteger

Returns accessor for DigestMechanism (CK_ULONG).

Returns:

  • (Integer)

    accessor for DigestMechanism (CK_ULONG)



549
550
551
# File 'ext/pk11_struct.doc', line 549

def DigestMechanism
  @DigestMechanism
end

#pVersionASCII8BIT-String?

Returns accessor for pVersion.

Returns:

  • (ASCII8BIT-String, nil)

    accessor for pVersion



547
548
549
# File 'ext/pk11_struct.doc', line 547

def pVersion
  @pVersion
end

#RandomInfoPKCS11::CK_WTLS_RANDOM_DATA

Returns inline struct.

Returns:



551
552
553
# File 'ext/pk11_struct.doc', line 551

def RandomInfo
  @RandomInfo
end

Instance Method Details

#membersArray<String>

Returns Attributes of this struct.

Returns:

  • (Array<String>)

    Attributes of this struct



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

def members; end

#to_sString

Returns Binary copy of the C struct.

Returns:

  • (String)

    Binary copy of the C struct



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

def to_s; end