C# Class DotNetWorkQueue.Interceptors.TripleDesMessageInterceptor

Encrypts/Decrypts a byte array
Inheritance: IMessageInterceptor
Exibir arquivo Open project: blehnen/DotNetWorkQueue

Public Methods

Method Description
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.

Method Details

BytesToMessage() public method

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

MessageToBytes() public method

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

TripleDesMessageInterceptor() public method

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