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

#bIsExportBoolean

Returns Bool value.

Returns:

  • (Boolean)

    Bool value



843
844
845
# File 'ext/pk11_struct.doc', line 843

def bIsExport
  @bIsExport
end

#pReturnedKeyMaterialPKCS11::CK_SSL3_KEY_MAT_OUT?

Returns pointer to struct.

Returns:



847
848
849
# File 'ext/pk11_struct.doc', line 847

def pReturnedKeyMaterial
  @pReturnedKeyMaterial
end

#prfHashMechanismInteger

Returns accessor for prfHashMechanism (CK_ULONG).

Returns:

  • (Integer)

    accessor for prfHashMechanism (CK_ULONG)



849
850
851
# File 'ext/pk11_struct.doc', line 849

def prfHashMechanism
  @prfHashMechanism
end

#RandomInfoPKCS11::CK_SSL3_RANDOM_DATA

Returns inline struct.

Returns:



845
846
847
# File 'ext/pk11_struct.doc', line 845

def RandomInfo
  @RandomInfo
end

#ulIVSizeInBitsInteger

Returns accessor for ulIVSizeInBits (CK_ULONG).

Returns:

  • (Integer)

    accessor for ulIVSizeInBits (CK_ULONG)



841
842
843
# File 'ext/pk11_struct.doc', line 841

def ulIVSizeInBits
  @ulIVSizeInBits
end

#ulKeySizeInBitsInteger

Returns accessor for ulKeySizeInBits (CK_ULONG).

Returns:

  • (Integer)

    accessor for ulKeySizeInBits (CK_ULONG)



839
840
841
# File 'ext/pk11_struct.doc', line 839

def ulKeySizeInBits
  @ulKeySizeInBits
end

#ulMacSizeInBitsInteger

Returns accessor for ulMacSizeInBits (CK_ULONG).

Returns:

  • (Integer)

    accessor for ulMacSizeInBits (CK_ULONG)



837
838
839
# File 'ext/pk11_struct.doc', line 837

def ulMacSizeInBits
  @ulMacSizeInBits
end

Instance Method Details

#membersArray<String>

Returns Attributes of this struct.

Returns:

  • (Array<String>)

    Attributes of this struct



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

def members; end

#to_sString

Returns Binary copy of the C struct.

Returns:

  • (String)

    Binary copy of the C struct



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

def to_s; end