summary refs log tree commit diff
path: root/crypto/src/cmp/CertificateConfirmationContent.cs
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2023-07-27 18:49:31 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2023-07-27 18:49:31 +0700
commita41e9dbc22fda83c4e81e5f3c56d49b1fa124e3f (patch)
treec63951f0ed67be114833bec65256e5e03174dbe6 /crypto/src/cmp/CertificateConfirmationContent.cs
parentRefactoring around stream calculators (diff)
downloadBouncyCastle.NET-ed25519-a41e9dbc22fda83c4e81e5f3c56d49b1fa124e3f.tar.xz
CMP, CRMF updates from bc-java
Diffstat (limited to 'crypto/src/cmp/CertificateConfirmationContent.cs')
-rw-r--r--crypto/src/cmp/CertificateConfirmationContent.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/src/cmp/CertificateConfirmationContent.cs b/crypto/src/cmp/CertificateConfirmationContent.cs
index 262a28531..edd4a28ed 100644
--- a/crypto/src/cmp/CertificateConfirmationContent.cs
+++ b/crypto/src/cmp/CertificateConfirmationContent.cs
@@ -14,7 +14,7 @@ namespace Org.BouncyCastle.Cmp
             IDigestAlgorithmFinder digestAlgorithmFinder)
         {
             if (!IsCertificateConfirmationContent(pkiBody.Type))
-                throw new ArgumentException("content of PkiBody wrong type: " + pkiBody.Type);
+                throw new ArgumentException("content of PKIBody wrong type: " + pkiBody.Type);
 
             var content = CertConfirmContent.GetInstance(pkiBody.Content);