Class DecryptionWrapper
  
  
  
    - Namespace
 - Amazon.Runtime.Internal.Util
 
  - Assembly
 - AWSSDK.Core.dll
 
   
  
  
  
    public abstract class DecryptionWrapper : IDecryptionWrapper
   
  
    - Inheritance
 
    - 
      
      
DecryptionWrapper
     
  
  
    - Implements
 
    - 
      
    
 
  
  
    - Derived
 
    - 
      
    
 
  
  
    - Inherited Members
 
    - 
    
    
    
    
    
    
    
  
 
  Constructors
  
  
  DecryptionWrapper()
  
  
  
  
  
    protected DecryptionWrapper()
   
  Properties
  
  
  
  
  
    public ICryptoTransform Transformer { get; }
   
  Property Value
  
    - ICryptoTransform
 
    
  
  Methods
  
  
  CreateAlgorithm()
  
  
  
  
  
    protected abstract SymmetricAlgorithm CreateAlgorithm()
   
  Returns
  
    - SymmetricAlgorithm
 
    
  
  
  
  CreateDecryptor()
  
  
  
  
  
    public void CreateDecryptor()
   
  
  
  SetDecryptionData(byte[], byte[])
  
  
  
  
  
    public void SetDecryptionData(byte[] key, byte[] IV)
   
  Parameters
  
    key byte[] 
    
    IV byte[]