summary refs log tree commit diff
path: root/crypto/src
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2015-06-17 14:05:07 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2015-06-17 14:05:07 +0700
commit1ae2db862af66c6417534b2dbe9e83da40718c6b (patch)
tree703a888b4547480c49dae7007c21c4453cb1401d /crypto/src
parentPerformance optimization (diff)
parentMerge branch 'master' of https://github.com/FancyFon/bc-csharp into FancyFon-... (diff)
downloadBouncyCastle.NET-ed25519-1ae2db862af66c6417534b2dbe9e83da40718c6b.tar.xz
Merge branch 'FancyFon-master'
Diffstat (limited to 'crypto/src')
-rw-r--r--crypto/src/pkix/PkixCertPathChecker.cs4
1 files changed, 1 insertions, 3 deletions
diff --git a/crypto/src/pkix/PkixCertPathChecker.cs b/crypto/src/pkix/PkixCertPathChecker.cs

index f22738d89..da7e82b46 100644 --- a/crypto/src/pkix/PkixCertPathChecker.cs +++ b/crypto/src/pkix/PkixCertPathChecker.cs
@@ -1,5 +1,3 @@ -using System; -using System.Collections; using Org.BouncyCastle.Utilities.Collections; using Org.BouncyCastle.X509; @@ -82,7 +80,7 @@ namespace Org.BouncyCastle.Pkix * @exception CertPathValidatorException * if the specified certificate does not pass the check */ - public abstract void Check(X509Certificate cert, ICollection unresolvedCritExts); + public abstract void Check(X509Certificate cert, ISet unresolvedCritExts); //throws CertPathValidatorException; /**