ARCFourCipherSuitePlugin.BulkCipherAlgorithmARCFourTest.DecryptionKeyInvalid C# (CSharp) Method

DecryptionKeyInvalid() private method

private DecryptionKeyInvalid ( ) : void
return void
        public void DecryptionKeyInvalid()
        {
            BulkCipherAlgorithmARCFour cipher = new BulkCipherAlgorithmARCFour(128);
            cipher.CreateDecryptor(new byte[15], null);
        }