Amazon.Runtime.Internal.Util.DecryptionWrapper.DecryptionWrapper C# (CSharp) Method

DecryptionWrapper() protected method

protected DecryptionWrapper ( ) : System
return System
        protected DecryptionWrapper()
        {
            algorithm = CreateAlgorithm();
        }