summary refs log tree commit diff
path: root/crypto
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2023-01-05 13:28:53 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2023-01-05 13:28:53 +0700
commit07ab065a4f4b1d28e580b0a5b915af6a757f2e27 (patch)
tree97a92cb23424fdefdfc9a58e3dd19f1565a31982 /crypto
parentMake field readonly (diff)
downloadBouncyCastle.NET-ed25519-07ab065a4f4b1d28e580b0a5b915af6a757f2e27.tar.xz
Fix comment
Diffstat (limited to 'crypto')
-rw-r--r--crypto/src/pkix/PkixCertPathValidatorException.cs9
1 files changed, 4 insertions, 5 deletions
diff --git a/crypto/src/pkix/PkixCertPathValidatorException.cs b/crypto/src/pkix/PkixCertPathValidatorException.cs
index 3c9dbe349..6f9812a49 100644
--- a/crypto/src/pkix/PkixCertPathValidatorException.cs
+++ b/crypto/src/pkix/PkixCertPathValidatorException.cs
@@ -13,11 +13,10 @@ namespace Org.BouncyCastle.Pkix
 	 * exceptions. The {@link #getCause getCause} method returns the throwable, 
 	 * if any, that caused this exception to be thrown. <br />
 	 * <br />
-	 * A <code>CertPathValidatorException</code> may also include the 
-	 * certification path that was being validated when the exception was thrown 
-	 * and the index of the certificate in the certification path that caused the 
-	 * exception to be thrown. Use the {@link #getCertPath getCertPath} and
-	 * {@link #getIndex getIndex} methods to retrieve this information.<br />
+	 * A <code>CertPathValidatorException</code> may also include the index of
+	 * the certificate in the certification path that caused the 
+	 * exception to be thrown. Use the {@link #Index Index} property to retrieve
+	 * this information.<br />
 	 * <br />
 	 * <b>Concurrent Access</b><br />
 	 * <br />