BaseCipherSuitePlugin.BulkCipherAlgorithmAESTest.EncryptionKeyNull C# (CSharp) Method

EncryptionKeyNull() private method

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