CTLSPublicKeyParams Class Reference

class CTLSPublicKeyParams : public CBase

This component provides with the data which are used to create the private keys.new type with flag: ERsa or EDHE (or EDiffieHellman) then value1, value2, value3 of which 1,2 are rsa_modulus, rsa_exponent in RSA case,or 1,2,3 are dh_p, dh_g, dh_Ys in DH case. If using PSK key exchange, args 4 and 5 are the psk identity and psk value

Inherits from

Constructor & Destructor Documentation

~CTLSPublicKeyParams()

~CTLSPublicKeyParams ( ) [virtual]

Member Data Documentation

TTLSKeyExchangeAlgorithm iKeyType

TTLSKeyExchangeAlgorithm iKeyType

HBufC8 * iValue1

HBufC8 * iValue1

HBufC8 * iValue2

HBufC8 * iValue2

HBufC8 * iValue3

HBufC8 * iValue3

HBufC8 * iValue4

HBufC8 * iValue4

HBufC8 * iValue5

HBufC8 * iValue5