C# Class STUN.MessageIntegrityAttribute

Inheritance: STUNAttribute
Afficher le fichier Open project: RELOAD-NET/RELOAD.NET Class Usage Examples

Méthodes publiques

Méthode Description
CreateMessageIntegrity ( Byte Key ) : MessageIntegrityAttribute
CreateMessageIntegrityLongTerm ( String Username, String Realm, String Password ) : MessageIntegrityAttribute
CreateMessageIntegrityShortTerm ( String Password ) : MessageIntegrityAttribute
ParseMessageIntegrity ( UInt16 att_length, Byte att_value_with_padding ) : void
UpdateMessageIntegrityValue ( ) : void

Private Methods

Méthode Description
MessageIntegrityToByteArray ( ) : Byte[]

Method Details

CreateMessageIntegrity() public static méthode

public static CreateMessageIntegrity ( Byte Key ) : MessageIntegrityAttribute
Key Byte
Résultat MessageIntegrityAttribute

CreateMessageIntegrityLongTerm() public static méthode

public static CreateMessageIntegrityLongTerm ( String Username, String Realm, String Password ) : MessageIntegrityAttribute
Username String
Realm String
Password String
Résultat MessageIntegrityAttribute

CreateMessageIntegrityShortTerm() public static méthode

public static CreateMessageIntegrityShortTerm ( String Password ) : MessageIntegrityAttribute
Password String
Résultat MessageIntegrityAttribute

ParseMessageIntegrity() public méthode

public ParseMessageIntegrity ( UInt16 att_length, Byte att_value_with_padding ) : void
att_length System.UInt16
att_value_with_padding Byte
Résultat void

UpdateMessageIntegrityValue() public méthode

public UpdateMessageIntegrityValue ( ) : void
Résultat void