Arci.Networking
|
Interface representing symmetric encryptor More...
Public Member Functions | |
byte [] | Encrypt (byte[] toEncrypt) |
Encrypts data with current encryptor More... | |
byte [] | Decrypt (byte[] toDecode) |
Decrypts data More... | |
Interface representing symmetric encryptor
byte [] Arci.Networking.Security.ISymmetricEncryptor.Decrypt | ( | byte [] | toDecode | ) |
Decrypts data
toDecode | Data to decrypt |
Implemented in Arci.Networking.Security.AesEncryptor.
byte [] Arci.Networking.Security.ISymmetricEncryptor.Encrypt | ( | byte [] | toEncrypt | ) |
Encrypts data with current encryptor
toEncrypt | Data to encrypt |
Implemented in Arci.Networking.Security.AesEncryptor.