Interface IEncryptionProvider
- Namespace
- Akavache
- Assembly
- Akavache.Core.dll
Provides the ability to encrypt and decrypt byte blocks.
- Extension Methods
Methods
DecryptBlock(byte[])
Decrypts a specified block.
Parameters
block
byte[]The block to decrypt.
Returns
- IObservable<byte[]>
An observable with the decrypted value.
EncryptBlock(byte[])
Encrypts a specified block.
Parameters
block
byte[]The block to encrypt.
Returns
- IObservable<byte[]>
An observable with the encrypted value.