From ebbb4436604550d60ded2e1e4454bd7b7c0727d6 Mon Sep 17 00:00:00 2001 From: Peter Dettman Date: Mon, 31 Jul 2023 15:58:26 +0700 Subject: Misc. cleanup --- crypto/test/src/crmf/test/CrmfTest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/test') diff --git a/crypto/test/src/crmf/test/CrmfTest.cs b/crypto/test/src/crmf/test/CrmfTest.cs index f900e0879..50445d363 100644 --- a/crypto/test/src/crmf/test/CrmfTest.cs +++ b/crypto/test/src/crmf/test/CrmfTest.cs @@ -150,7 +150,7 @@ namespace Org.BouncyCastle.Crmf.Tests CrmfObjectIdentifiers.id_regCtrl_pkiArchiveOptions); IsEquals("Archive type", PkiArchiveControl.encryptedPrivKey, archiveControl.ArchiveType); - IsTrue(archiveControl.EnvelopedData); + IsTrue(archiveControl.IsEnvelopedData()); RecipientInformationStore recips = archiveControl.GetEnvelopedData().GetRecipientInfos(); var collection = recips.GetRecipients(); -- cgit 1.4.1