C# 클래스 STUN.MessageIntegrityAttribute

상속: STUNAttribute
파일 보기 프로젝트 열기: RELOAD-NET/RELOAD.NET 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
MessageIntegrityToByteArray ( ) : Byte[]

메소드 상세

CreateMessageIntegrity() 공개 정적인 메소드

public static CreateMessageIntegrity ( Byte Key ) : MessageIntegrityAttribute
Key Byte
리턴 MessageIntegrityAttribute

CreateMessageIntegrityLongTerm() 공개 정적인 메소드

public static CreateMessageIntegrityLongTerm ( String Username, String Realm, String Password ) : MessageIntegrityAttribute
Username String
Realm String
Password String
리턴 MessageIntegrityAttribute

CreateMessageIntegrityShortTerm() 공개 정적인 메소드

public static CreateMessageIntegrityShortTerm ( String Password ) : MessageIntegrityAttribute
Password String
리턴 MessageIntegrityAttribute

ParseMessageIntegrity() 공개 메소드

public ParseMessageIntegrity ( UInt16 att_length, Byte att_value_with_padding ) : void
att_length System.UInt16
att_value_with_padding Byte
리턴 void

UpdateMessageIntegrityValue() 공개 메소드

public UpdateMessageIntegrityValue ( ) : void
리턴 void