コード例 #1
0
 public void Constructor()
 {
     ARCFourCipherSuitePlugin plugin = new ARCFourCipherSuitePlugin();
     Assert.IsNotNull (plugin.PluginName);
     Assert.IsNotNull (plugin.SupportedBulkCipherAlgorithms);
     Assert.IsNotEmpty (plugin.SupportedBulkCipherAlgorithms);
     Assert.IsNotNull (plugin.GetBulkCipherAlgorithm("RC4_128"));
 }
コード例 #2
0
        public void Constructor()
        {
            ARCFourCipherSuitePlugin plugin = new ARCFourCipherSuitePlugin();

            Assert.IsNotNull(plugin.PluginName);
            Assert.IsNotNull(plugin.SupportedBulkCipherAlgorithms);
            Assert.IsNotEmpty(plugin.SupportedBulkCipherAlgorithms);
            Assert.IsNotNull(plugin.GetBulkCipherAlgorithm("RC4_128"));
        }