summary refs log tree commit diff
path: root/crypto/src/asn1/pkcs/PKCSObjectIdentifiers.cs
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2022-10-28 13:03:04 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2022-10-28 13:03:04 +0700
commit0b4ab10c4e7da41fc51fb4618291843d76d39941 (patch)
tree0433f0d50f2e31611e8aa8ec2cd0d67a8206a1e9 /crypto/src/asn1/pkcs/PKCSObjectIdentifiers.cs
parentDateTimeUtilities improvements: (diff)
downloadBouncyCastle.NET-ed25519-0b4ab10c4e7da41fc51fb4618291843d76d39941.tar.xz
Cleanup CMS compressed data
Diffstat (limited to 'crypto/src/asn1/pkcs/PKCSObjectIdentifiers.cs')
-rw-r--r--crypto/src/asn1/pkcs/PKCSObjectIdentifiers.cs11
1 files changed, 6 insertions, 5 deletions
diff --git a/crypto/src/asn1/pkcs/PKCSObjectIdentifiers.cs b/crypto/src/asn1/pkcs/PKCSObjectIdentifiers.cs
index 1a6a5417a..570e0ded7 100644
--- a/crypto/src/asn1/pkcs/PKCSObjectIdentifiers.cs
+++ b/crypto/src/asn1/pkcs/PKCSObjectIdentifiers.cs
@@ -138,11 +138,12 @@ namespace Org.BouncyCastle.Asn1.Pkcs
 
         public static readonly DerObjectIdentifier IdAlg = IdSmime.Branch("3");
 
-        public static readonly DerObjectIdentifier IdAlgEsdh        = IdAlg.Branch("5");
-        public static readonly DerObjectIdentifier IdAlgCms3DesWrap = IdAlg.Branch("6");
-        public static readonly DerObjectIdentifier IdAlgCmsRC2Wrap  = IdAlg.Branch("7");
-        public static readonly DerObjectIdentifier IdAlgPwriKek     = IdAlg.Branch("9");
-        public static readonly DerObjectIdentifier IdAlgSsdh        = IdAlg.Branch("10");
+        public static readonly DerObjectIdentifier IdAlgEsdh            = IdAlg.Branch("5");
+        public static readonly DerObjectIdentifier IdAlgCms3DesWrap     = IdAlg.Branch("6");
+        public static readonly DerObjectIdentifier IdAlgCmsRC2Wrap      = IdAlg.Branch("7");
+        public static readonly DerObjectIdentifier IdAlgZlibCompress    = IdAlg.Branch("8");
+        public static readonly DerObjectIdentifier IdAlgPwriKek         = IdAlg.Branch("9");
+        public static readonly DerObjectIdentifier IdAlgSsdh            = IdAlg.Branch("10");
 
         /*
          * <pre>