diff options
author | MW <megan@cryptoworkshop.com> | 2019-01-18 11:06:41 +1100 |
---|---|---|
committer | MW <megan@cryptoworkshop.com> | 2019-01-18 11:06:41 +1100 |
commit | cc84f7550d7340cd28dcb16fec2529afa29b225a (patch) | |
tree | bfc3b5511d724d335e0bb8161a7508bd231488fe /crypto/src/asn1/pkcs | |
parent | CMS ArchiveControl (diff) | |
download | BouncyCastle.NET-ed25519-cc84f7550d7340cd28dcb16fec2529afa29b225a.tar.xz |
Missing file from last commit.
Diffstat (limited to 'crypto/src/asn1/pkcs')
-rw-r--r-- | crypto/src/asn1/pkcs/PKCSObjectIdentifiers.cs | 3 |
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"; |