ARCFourCipherSuitePlugin.BulkCipherAlgorithmARCFourTest.EncryptionKeyNull C# (CSharp) Method

EncryptionKeyNull() private method

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