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

DecryptionKeyInvalid() private méthode

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