Click or drag to resize

Utility Class

STUN-wide methods.
Inheritance Hierarchy
SystemObject
  FM.IceLink.StunUtility

Namespace:  FM.IceLink.Stun
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)

The Utility type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreateLongTermKey
Creates a long term key from the given username, realm, and password by calculating the MD5 hash of their values concatenated as "username:realm:password".
Public methodStatic memberCreateShortTermKey
Creates a short term key from the given password by encoding it as a UTF-8 byte array.
Top
See Also