summary refs log tree commit diff
path: root/crypto/src
diff options
context:
space:
mode:
authorDavid Hook <dgh@cryptoworkshop.com>2022-07-10 13:34:10 +1000
committerDavid Hook <dgh@cryptoworkshop.com>2022-07-10 13:34:10 +1000
commit41619b2ecf5df5c33bd0a434ac03069d89dbd97d (patch)
tree028aa9915c9503da3ea203b4652d07c454a3f4c3 /crypto/src
parentinitial setting of trusted certificate entry (diff)
downloadBouncyCastle.NET-ed25519-41619b2ecf5df5c33bd0a434ac03069d89dbd97d.tar.xz
added using
Diffstat (limited to 'crypto/src')
-rw-r--r--crypto/src/pkcs/Pkcs12Store.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/src/pkcs/Pkcs12Store.cs b/crypto/src/pkcs/Pkcs12Store.cs

index dc5f41dd5..8f1375471 100644 --- a/crypto/src/pkcs/Pkcs12Store.cs +++ b/crypto/src/pkcs/Pkcs12Store.cs
@@ -3,6 +3,7 @@ using System.Collections.Generic; using System.IO; using Org.BouncyCastle.Asn1; +using Org.BouncyCastle.Asn1.Misc; using Org.BouncyCastle.Asn1.Oiw; using Org.BouncyCastle.Asn1.Pkcs; using Org.BouncyCastle.Asn1.X509;