Class: PKCS11::CK_WTLS_PRF_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)



567
568
569
# File 'ext/pk11_struct.doc', line 567

def DigestMechanism
  @DigestMechanism
end

#pLabelASCII8BIT-String?

Returns accessor for pLabel and ulLabelLen.

Returns:

  • (ASCII8BIT-String, nil)

    accessor for pLabel and ulLabelLen



563
564
565
# File 'ext/pk11_struct.doc', line 563

def pLabel
  @pLabel
end

#pOutputASCII8BIT-String?

Returns accessor for pOutput.

Returns:

  • (ASCII8BIT-String, nil)

    accessor for pOutput



565
566
567
# File 'ext/pk11_struct.doc', line 565

def pOutput
  @pOutput
end

#pSeedASCII8BIT-String?

Returns accessor for pSeed and ulSeedLen.

Returns:

  • (ASCII8BIT-String, nil)

    accessor for pSeed and ulSeedLen



561
562
563
# File 'ext/pk11_struct.doc', line 561

def pSeed
  @pSeed
end

#pulOutputLenInteger?

Returns accessor for pulOutputLen (CK_ULONG_PTR).

Returns:

  • (Integer, nil)

    accessor for pulOutputLen (CK_ULONG_PTR)



569
570
571
# File 'ext/pk11_struct.doc', line 569

def pulOutputLen
  @pulOutputLen
end

Instance Method Details

#membersArray<String>

Returns Attributes of this struct.

Returns:

  • (Array<String>)

    Attributes of this struct



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

def members; end

#to_sString

Returns Binary copy of the C struct.

Returns:

  • (String)

    Binary copy of the C struct



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

def to_s; end