Table of Contents

Interface IDecryptionWrapper

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

Properties

Transformer

ICryptoTransform Transformer { get; }

Property Value

ICryptoTransform

Methods

CreateDecryptor()

void CreateDecryptor()

SetDecryptionData(byte[], byte[])

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

Parameters

key byte[]
IV byte[]