summary refs log tree commit diff
path: root/crypto/src/cms/CMSSignedHelper.cs
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/src/cms/CMSSignedHelper.cs')
-rw-r--r--crypto/src/cms/CMSSignedHelper.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/src/cms/CMSSignedHelper.cs b/crypto/src/cms/CMSSignedHelper.cs
index 97ca54182..6d17200d0 100644
--- a/crypto/src/cms/CMSSignedHelper.cs
+++ b/crypto/src/cms/CMSSignedHelper.cs
@@ -440,7 +440,7 @@ namespace Org.BouncyCastle.Cms
 
 		public IX509Store GetCertificates(Asn1Set certificates)
 		{
-			ArrayList certList = new ArrayList();
+            IList certList = Platform.CreateArrayList();
 			if (certificates != null)
             {				
 				foreach (Asn1Encodable enc in certificates)