Class: PKCS11::CK_KEY_DERIVATION_STRING_DATA

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

#pDataASCII8BIT-String?

Returns accessor for pData and ulLen.

Returns:

  • (ASCII8BIT-String, nil)

    accessor for pData and ulLen



637
638
639
# File 'ext/pk11_struct.doc', line 637

def pData
  @pData
end

Instance Method Details

#membersArray<String>

Returns Attributes of this struct.

Returns:

  • (Array<String>)

    Attributes of this struct



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

def members; end

#to_sString

Returns Binary copy of the C struct.

Returns:

  • (String)

    Binary copy of the C struct



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

def to_s; end