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



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

def prfHashMechanism
  @prfHashMechanism
end

#ulMacLengthInteger



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

def ulMacLength
  @ulMacLength
end

#ulServerOrClientInteger



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

def ulServerOrClient
  @ulServerOrClient
end

Instance Method Details

#membersArray<String>



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

def members; end

#to_sString



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

def to_s; end