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

#prfHashMechanismInteger

Returns accessor for prfHashMechanism (CK_ULONG).

Returns:

  • (Integer)

    accessor for prfHashMechanism (CK_ULONG)



879
880
881
# File 'ext/pk11_struct.doc', line 879

def prfHashMechanism
  @prfHashMechanism
end

#ulMacLengthInteger

Returns accessor for ulMacLength (CK_ULONG).

Returns:

  • (Integer)

    accessor for ulMacLength (CK_ULONG)



881
882
883
# File 'ext/pk11_struct.doc', line 881

def ulMacLength
  @ulMacLength
end

#ulServerOrClientInteger

Returns accessor for ulServerOrClient (CK_ULONG).

Returns:

  • (Integer)

    accessor for ulServerOrClient (CK_ULONG)



883
884
885
# File 'ext/pk11_struct.doc', line 883

def ulServerOrClient
  @ulServerOrClient
end

Instance Method Details

#membersArray<String>

Returns Attributes of this struct.

Returns:

  • (Array<String>)

    Attributes of this struct



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

def members; end

#to_sString

Returns Binary copy of the C struct.

Returns:

  • (String)

    Binary copy of the C struct



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

def to_s; end