summary refs log tree commit diff
path: root/crypto/src/asn1/cms/CMSAttributes.cs
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2023-01-27 01:41:30 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2023-01-27 01:41:30 +0700
commitdcb30eddab3e4db1fdb97061f895a3725cfb81aa (patch)
tree3ae8ca3232c30fbbc9fd2f87b57b9ef69e5248f6 /crypto/src/asn1/cms/CMSAttributes.cs
parentAvoid reparsing when possible (diff)
downloadBouncyCastle.NET-ed25519-dcb30eddab3e4db1fdb97061f895a3725cfb81aa.tar.xz
Add CmsAlgorithmProtection and related constants
Diffstat (limited to 'crypto/src/asn1/cms/CMSAttributes.cs')
-rw-r--r--crypto/src/asn1/cms/CMSAttributes.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/src/asn1/cms/CMSAttributes.cs b/crypto/src/asn1/cms/CMSAttributes.cs
index fca2b6738..a3e11db84 100644
--- a/crypto/src/asn1/cms/CMSAttributes.cs
+++ b/crypto/src/asn1/cms/CMSAttributes.cs
@@ -10,5 +10,7 @@ namespace Org.BouncyCastle.Asn1.Cms
         public static readonly DerObjectIdentifier SigningTime		= PkcsObjectIdentifiers.Pkcs9AtSigningTime;
 		public static readonly DerObjectIdentifier CounterSignature = PkcsObjectIdentifiers.Pkcs9AtCounterSignature;
 		public static readonly DerObjectIdentifier ContentHint		= PkcsObjectIdentifiers.IdAAContentHint;
+        public static readonly DerObjectIdentifier CmsAlgorithmProtect = PkcsObjectIdentifiers.id_aa_cmsAlgorithmProtect;
+
 	}
 }