ARCFourCipherSuitePlugin.BulkCipherAlgorithmARCFourTest.DecryptionKeyNull C# (CSharp) Méthode

DecryptionKeyNull() private méthode

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