summary refs log tree commit diff
diff options
context:
space:
mode:
authorMW <megan@cryptoworkshop.com>2019-01-18 11:06:41 +1100
committerMW <megan@cryptoworkshop.com>2019-01-18 11:06:41 +1100
commitcc84f7550d7340cd28dcb16fec2529afa29b225a (patch)
treebfc3b5511d724d335e0bb8161a7508bd231488fe
parentCMS ArchiveControl (diff)
downloadBouncyCastle.NET-ed25519-cc84f7550d7340cd28dcb16fec2529afa29b225a.tar.xz
Missing file from last commit.
-rw-r--r--crypto/src/asn1/pkcs/PKCSObjectIdentifiers.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/src/asn1/pkcs/PKCSObjectIdentifiers.cs b/crypto/src/asn1/pkcs/PKCSObjectIdentifiers.cs
index b1099ed5b..615091f7c 100644
--- a/crypto/src/asn1/pkcs/PKCSObjectIdentifiers.cs
+++ b/crypto/src/asn1/pkcs/PKCSObjectIdentifiers.cs
@@ -62,8 +62,9 @@ namespace Org.BouncyCastle.Asn1.Pkcs
 
 		public static readonly DerObjectIdentifier DesEde3Cbc	= new DerObjectIdentifier(EncryptionAlgorithm + ".7");
         public static readonly DerObjectIdentifier RC2Cbc		= new DerObjectIdentifier(EncryptionAlgorithm + ".2");
+        public static readonly DerObjectIdentifier Rc4          = new DerObjectIdentifier(EncryptionAlgorithm + ".4");
 
-		//
+        //
         // object identifiers for digests
         //
         public const string DigestAlgorithm = "1.2.840.113549.2";