1 files changed, 1 insertions, 3 deletions
diff --git a/crypto/src/crypto/IKeyWrapper.cs b/crypto/src/crypto/IKeyWrapper.cs
index d3ece2de2..27f338420 100644
--- a/crypto/src/crypto/IKeyWrapper.cs
+++ b/crypto/src/crypto/IKeyWrapper.cs
@@ -1,6 +1,4 @@
using System;
-using System.Collections.Generic;
-using System.Text;
namespace Org.BouncyCastle.Crypto
{
@@ -12,7 +10,7 @@ namespace Org.BouncyCastle.Crypto
/// <summary>
/// The parameter set used to configure this key wrapper.
/// </summary>
- Object AlgorithmDetails { get; }
+ object AlgorithmDetails { get; }
/// <summary>
/// Wrap the passed in key data.
|