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

#kdfInteger

Returns accessor for kdf (CK_ULONG).

Returns:

  • (Integer)

    accessor for kdf (CK_ULONG)



801
802
803
# File 'ext/pk11_struct.doc', line 801

def kdf
  @kdf
end

#pSharedDataASCII8BIT-String?

Returns accessor for pSharedData and ulSharedDataLen.

Returns:

  • (ASCII8BIT-String, nil)

    accessor for pSharedData and ulSharedDataLen



797
798
799
# File 'ext/pk11_struct.doc', line 797

def pSharedData
  @pSharedData
end

#ulAESKeyBitsInteger

Returns accessor for ulAESKeyBits (CK_ULONG).

Returns:

  • (Integer)

    accessor for ulAESKeyBits (CK_ULONG)



799
800
801
# File 'ext/pk11_struct.doc', line 799

def ulAESKeyBits
  @ulAESKeyBits
end

Instance Method Details

#membersArray<String>

Returns Attributes of this struct.

Returns:

  • (Array<String>)

    Attributes of this struct



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

def members; end

#to_sString

Returns Binary copy of the C struct.

Returns:

  • (String)

    Binary copy of the C struct



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

def to_s; end