ARCFourCipherSuitePlugin.BulkCipherAlgorithmARCFourTest.DecryptionKeyNull C# (CSharp) Method

DecryptionKeyNull() private method

private DecryptionKeyNull ( ) : void
return void
        public void DecryptionKeyNull()
        {
            BulkCipherAlgorithmARCFour cipher = new BulkCipherAlgorithmARCFour(128);
            cipher.CreateDecryptor(null, null);
        }