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

Inheritance: IDecryptionWrapper
Afficher le fichier Open project: aws/aws-sdk-net

Méthodes publiques

Méthode Description
CreateDecryptor ( ) : void
SetDecryptionData ( byte key, byte IV ) : void

Méthodes protégées

Méthode Description
CreateAlgorithm ( ) : SymmetricAlgorithm
DecryptionWrapper ( ) : System

Method Details

CreateAlgorithm() protected abstract méthode

protected abstract CreateAlgorithm ( ) : SymmetricAlgorithm
Résultat System.Security.Cryptography.SymmetricAlgorithm

CreateDecryptor() public méthode

public CreateDecryptor ( ) : void
Résultat void

DecryptionWrapper() protected méthode

protected DecryptionWrapper ( ) : System
Résultat System

SetDecryptionData() public méthode

public SetDecryptionData ( byte key, byte IV ) : void
key byte
IV byte
Résultat void