summary refs log tree commit diff
path: root/crypto/src/cms/KEKRecipientInfoGenerator.cs
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/src/cms/KEKRecipientInfoGenerator.cs')
-rw-r--r--crypto/src/cms/KEKRecipientInfoGenerator.cs5
1 files changed, 2 insertions, 3 deletions
diff --git a/crypto/src/cms/KEKRecipientInfoGenerator.cs b/crypto/src/cms/KEKRecipientInfoGenerator.cs
index 2b8524dc6..8acf0c248 100644
--- a/crypto/src/cms/KEKRecipientInfoGenerator.cs
+++ b/crypto/src/cms/KEKRecipientInfoGenerator.cs
@@ -14,10 +14,9 @@ using Org.BouncyCastle.Utilities;
 
 namespace Org.BouncyCastle.Cms
 {
-	internal class KekRecipientInfoGenerator : RecipientInfoGenerator
+    internal class KekRecipientInfoGenerator
+		: RecipientInfoGenerator
 	{
-		private static readonly CmsEnvelopedHelper Helper = CmsEnvelopedHelper.Instance;
-
 		private KeyParameter	keyEncryptionKey;
 		// TODO Can get this from keyEncryptionKey?		
 		private string			keyEncryptionKeyOID;