Class: PKCS11::Luna::CK_SSL3_KEY_MAT_PARAMS

Inherits:
CStruct
  • Object
show all
Defined in:
ext/pk11l_struct.doc

Constant Summary collapse

SIZEOF_STRUCT =

Size of corresponding C struct in bytes

Integer

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#bIsExportBoolean

Returns Bool value.

Returns:

  • (Boolean)

    Bool value



399
400
401
# File 'ext/pk11l_struct.doc', line 399

def bIsExport
  @bIsExport
end

#pReturnedKeyMaterialPKCS11::Luna::CK_SSL3_KEY_MAT_OUT?

Returns pointer to struct.

Returns:



403
404
405
# File 'ext/pk11l_struct.doc', line 403

def pReturnedKeyMaterial
  @pReturnedKeyMaterial
end

#RandomInfoPKCS11::Luna::CK_SSL3_RANDOM_DATA

Returns inline struct.

Returns:



401
402
403
# File 'ext/pk11l_struct.doc', line 401

def RandomInfo
  @RandomInfo
end

#ulIVSizeInBitsInteger

Returns accessor for ulIVSizeInBits (CK_ULONG).

Returns:

  • (Integer)

    accessor for ulIVSizeInBits (CK_ULONG)



397
398
399
# File 'ext/pk11l_struct.doc', line 397

def ulIVSizeInBits
  @ulIVSizeInBits
end

#ulKeySizeInBitsInteger

Returns accessor for ulKeySizeInBits (CK_ULONG).

Returns:

  • (Integer)

    accessor for ulKeySizeInBits (CK_ULONG)



395
396
397
# File 'ext/pk11l_struct.doc', line 395

def ulKeySizeInBits
  @ulKeySizeInBits
end

#ulMacSizeInBitsInteger

Returns accessor for ulMacSizeInBits (CK_ULONG).

Returns:

  • (Integer)

    accessor for ulMacSizeInBits (CK_ULONG)



393
394
395
# File 'ext/pk11l_struct.doc', line 393

def ulMacSizeInBits
  @ulMacSizeInBits
end

Instance Method Details

#membersArray<String>

Returns Attributes of this struct.

Returns:

  • (Array<String>)

    Attributes of this struct



391
# File 'ext/pk11l_struct.doc', line 391

def members; end

#to_sString

Returns Binary copy of the C struct.

Returns:

  • (String)

    Binary copy of the C struct



389
# File 'ext/pk11l_struct.doc', line 389

def to_s; end