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

EncryptionWrapper() protected method

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