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

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

Public Methods

Method Description
EncryptionWrapperAES ( ) : System

Protected Methods

Method Description
CreateAlgorithm ( ) : SymmetricAlgorithm

Method Details

CreateAlgorithm() protected method

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

EncryptionWrapperAES() public method

public EncryptionWrapperAES ( ) : System
return System