summary refs log tree commit diff
path: root/crypto/test/src/cms/test/AuthenticatedDataStreamTest.cs
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/test/src/cms/test/AuthenticatedDataStreamTest.cs')
-rw-r--r--crypto/test/src/cms/test/AuthenticatedDataStreamTest.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/test/src/cms/test/AuthenticatedDataStreamTest.cs b/crypto/test/src/cms/test/AuthenticatedDataStreamTest.cs

index 8ae275a69..14d15ea2d 100644 --- a/crypto/test/src/cms/test/AuthenticatedDataStreamTest.cs +++ b/crypto/test/src/cms/test/AuthenticatedDataStreamTest.cs
@@ -98,6 +98,7 @@ namespace Org.BouncyCastle.Cms.Tests foreach (RecipientInformation recipient in c) { Assert.AreEqual(recipient.KeyEncryptionAlgOid, PkcsObjectIdentifiers.RsaEncryption.Id); + Assert.True(recipient.RecipientID.Match(ReciCert)); byte[] recData = recipient.GetContent(ReciKP.Private);