summary refs log tree commit diff
path: root/crypto/src/crmf/IEncryptedValuePadder.cs
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/src/crmf/IEncryptedValuePadder.cs')
-rw-r--r--crypto/src/crmf/IEncryptedValuePadder.cs5
1 files changed, 1 insertions, 4 deletions
diff --git a/crypto/src/crmf/IEncryptedValuePadder.cs b/crypto/src/crmf/IEncryptedValuePadder.cs
index b12993e1f..b8986144e 100644
--- a/crypto/src/crmf/IEncryptedValuePadder.cs
+++ b/crypto/src/crmf/IEncryptedValuePadder.cs
@@ -1,15 +1,12 @@
 using System;
-using System.Collections.Generic;
-using System.Text;
 
 namespace Org.BouncyCastle.Crmf
 {
-
      /// <summary>
      /// An encrypted value padder is used to make sure that prior to a value been
      /// encrypted the data is padded to a standard length.
      /// </summary>
-    public interface EncryptedValuePadder
+    public interface IEncryptedValuePadder
     {
         ///
         /// <summary>Return a byte array of padded data.</summary>