C# 클래스 DotNetWorkQueue.Interceptors.TripleDesMessageInterceptor

Encrypts/Decrypts a byte array
상속: IMessageInterceptor
파일 보기 프로젝트 열기: blehnen/DotNetWorkQueue

공개 메소드들

메소드 설명
BytesToMessage ( byte input ) : byte[]

Decrypts the input byte array

MessageToBytes ( byte input ) : MessageInterceptorResult

Encrypts the input byte array

TripleDesMessageInterceptor ( TripleDesMessageInterceptorConfiguration configuration ) : System.Security.Cryptography

Initializes a new instance of the TripleDesMessageInterceptor class.

메소드 상세

BytesToMessage() 공개 메소드

Decrypts the input byte array
public BytesToMessage ( byte input ) : byte[]
input byte The input.
리턴 byte[]

MessageToBytes() 공개 메소드

Encrypts the input byte array
public MessageToBytes ( byte input ) : MessageInterceptorResult
input byte The input.
리턴 MessageInterceptorResult

TripleDesMessageInterceptor() 공개 메소드

Initializes a new instance of the TripleDesMessageInterceptor class.
public TripleDesMessageInterceptor ( TripleDesMessageInterceptorConfiguration configuration ) : System.Security.Cryptography
configuration TripleDesMessageInterceptorConfiguration The configuration.
리턴 System.Security.Cryptography