diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2021-11-22 01:55:50 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2021-11-22 01:55:50 +0700 |
commit | 37c59c82d0dcf2d0831a3804bf0e45380984cd89 (patch) | |
tree | e69c7e00213eb2e2d5853dac0813dfc625055aa5 /crypto/src/x509/SubjectPublicKeyInfoFactory.cs | |
parent | Use Meta for checked casts (diff) | |
download | BouncyCastle.NET-ed25519-37c59c82d0dcf2d0831a3804bf0e45380984cd89.tar.xz |
Cleanup
Diffstat (limited to 'crypto/src/x509/SubjectPublicKeyInfoFactory.cs')
-rw-r--r-- | crypto/src/x509/SubjectPublicKeyInfoFactory.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/src/x509/SubjectPublicKeyInfoFactory.cs b/crypto/src/x509/SubjectPublicKeyInfoFactory.cs index 395c31263..696f3ff18 100644 --- a/crypto/src/x509/SubjectPublicKeyInfoFactory.cs +++ b/crypto/src/x509/SubjectPublicKeyInfoFactory.cs @@ -13,7 +13,6 @@ using Org.BouncyCastle.Crypto; using Org.BouncyCastle.Math; using Org.BouncyCastle.Math.EC; using Org.BouncyCastle.Utilities; -using Org.BouncyCastle.Utilities.Encoders; namespace Org.BouncyCastle.X509 { |