Table of Contents

Interface IEncryptionWrapper

Namespace
Amazon.Runtime.Internal.Util
Assembly
AWSSDK.Core.dll
public interface IEncryptionWrapper

Methods

AppendBlock(byte[], int, int, byte[], int)

int AppendBlock(byte[] buffer, int offset, int count, byte[] target, int targetOffset)

Parameters

buffer byte[]
offset int
count int
target byte[]
targetOffset int

Returns

int

AppendLastBlock(byte[], int, int)

byte[] AppendLastBlock(byte[] buffer, int offset, int count)

Parameters

buffer byte[]
offset int
count int

Returns

byte[]

CreateEncryptor()

void CreateEncryptor()

Reset()

void Reset()

SetEncryptionData(byte[], byte[])

void SetEncryptionData(byte[] key, byte[] IV)

Parameters

key byte[]
IV byte[]