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

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

Public Methods

Method Description
DecryptionWrapperAES ( ) : System

Protected Methods

Method Description
CreateAlgorithm ( ) : SymmetricAlgorithm

Method Details

CreateAlgorithm() protected method

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

DecryptionWrapperAES() public method

public DecryptionWrapperAES ( ) : System
return System