C# Class Amazon.Runtime.Internal.Util.DecryptionWrapper

Inheritance: IDecryptionWrapper
Mostra file Open project: aws/aws-sdk-net

Public Methods

Method Description
CreateDecryptor ( ) : void
SetDecryptionData ( byte key, byte IV ) : void

Protected Methods

Method Description
CreateAlgorithm ( ) : SymmetricAlgorithm
DecryptionWrapper ( ) : System

Method Details

CreateAlgorithm() protected abstract method

protected abstract CreateAlgorithm ( ) : SymmetricAlgorithm
return System.Security.Cryptography.SymmetricAlgorithm

CreateDecryptor() public method

public CreateDecryptor ( ) : void
return void

DecryptionWrapper() protected method

protected DecryptionWrapper ( ) : System
return System

SetDecryptionData() public method

public SetDecryptionData ( byte key, byte IV ) : void
key byte
IV byte
return void