summary refs log tree commit diff
path: root/crypto/src
diff options
context:
space:
mode:
authorChristoph Hannebauer <christoph.hannebauer@glueckkanja-gab.com>2023-04-27 13:37:26 +0200
committerPeter Dettman <peter.dettman@bouncycastle.org>2023-05-04 14:56:03 +0700
commitd5057036af752737d05c7d6e7d04b35a31d44adb (patch)
treeb07d964eca786491a8217f92309f88d00bc0f85f /crypto/src
parentRefactoring in CMS cert selectors (diff)
downloadBouncyCastle.NET-ed25519-d5057036af752737d05c7d6e7d04b35a31d44adb.tar.xz
Fixed a comment to refer to correct PKCS
Diffstat (limited to 'crypto/src')
-rw-r--r--crypto/src/asn1/bc/BCObjectIdentifiers.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/src/asn1/bc/BCObjectIdentifiers.cs b/crypto/src/asn1/bc/BCObjectIdentifiers.cs
index eb7d8e058..013f4c28b 100644
--- a/crypto/src/asn1/bc/BCObjectIdentifiers.cs
+++ b/crypto/src/asn1/bc/BCObjectIdentifiers.cs
@@ -39,7 +39,7 @@ namespace Org.BouncyCastle.Asn1.BC
         /** SHA-1.PKCS12; 1.3.6.1.4.1.22554.1.1.2 */
         public static readonly DerObjectIdentifier bc_pbe_sha1_pkcs12   = bc_pbe_sha1.Branch("2");
 
-        /** SHA-256.PKCS12; 1.3.6.1.4.1.22554.1.2.1.1 */
+        /** SHA-256.PKCS5; 1.3.6.1.4.1.22554.1.2.1.1 */
         public static readonly DerObjectIdentifier bc_pbe_sha256_pkcs5  = bc_pbe_sha256.Branch("1");
         /** SHA-256.PKCS12; 1.3.6.1.4.1.22554.1.2.1.2 */
         public static readonly DerObjectIdentifier bc_pbe_sha256_pkcs12 = bc_pbe_sha256.Branch("2");