From dcb30eddab3e4db1fdb97061f895a3725cfb81aa Mon Sep 17 00:00:00 2001 From: Peter Dettman Date: Fri, 27 Jan 2023 01:41:30 +0700 Subject: Add CmsAlgorithmProtection and related constants --- crypto/src/cms/CMSAttributeTableGenerator.cs | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'crypto/src/cms') diff --git a/crypto/src/cms/CMSAttributeTableGenerator.cs b/crypto/src/cms/CMSAttributeTableGenerator.cs index a113bd8d4..36d1bdcff 100644 --- a/crypto/src/cms/CMSAttributeTableGenerator.cs +++ b/crypto/src/cms/CMSAttributeTableGenerator.cs @@ -9,13 +9,8 @@ namespace Org.BouncyCastle.Cms /// public enum CmsAttributeTableParameter { -// const string ContentType = "contentType"; -// const string Digest = "digest"; -// const string Signature = "encryptedDigest"; -// const string DigestAlgorithmIdentifier = "digestAlgID"; - - ContentType, Digest, Signature, DigestAlgorithmIdentifier - } + ContentType, Digest, Signature, DigestAlgorithmIdentifier, SignatureAlgorithmIdentifier + } public interface CmsAttributeTableGenerator { -- cgit 1.4.1