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

#pContextDataASCII8BIT-String?



861
862
863
# File 'ext/pk11_struct.doc', line 861

def pContextData
  @pContextData
end

#pLabelASCII8BIT-String?



859
860
861
# File 'ext/pk11_struct.doc', line 859

def pLabel
  @pLabel
end

#prfMechanismInteger



863
864
865
# File 'ext/pk11_struct.doc', line 863

def prfMechanism
  @prfMechanism
end

#RandomInfoPKCS11::CK_SSL3_RANDOM_DATA



867
868
869
# File 'ext/pk11_struct.doc', line 867

def RandomInfo
  @RandomInfo
end

#ulContextDataLengthInteger



869
870
871
# File 'ext/pk11_struct.doc', line 869

def ulContextDataLength
  @ulContextDataLength
end

#ulLabelLengthInteger



865
866
867
# File 'ext/pk11_struct.doc', line 865

def ulLabelLength
  @ulLabelLength
end

Instance Method Details

#membersArray<String>



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

def members; end

#to_sString



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

def to_s; end