diff options
Diffstat (limited to 'crypto/test/src/crmf')
-rw-r--r-- | crypto/test/src/crmf/test/CrmfTest.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |