Amazon.Runtime.Internal.Util.DecryptionWrapper.CreateDecryptor C# (CSharp) 메소드

CreateDecryptor() 공개 메소드

public CreateDecryptor ( ) : void
리턴 void
        public void CreateDecryptor()
        {
            decryptor = algorithm.CreateDecryptor();
        }
        #endregion