Skip to content

Commit

Permalink
Missing file from last commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
mwcw committed Jan 18, 2019
1 parent 3d578b9 commit cc84f75
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crypto/src/asn1/pkcs/PKCSObjectIdentifiers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,9 @@ public abstract class PkcsObjectIdentifiers

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";
Expand Down

0 comments on commit cc84f75

Please sign in to comment.