summary refs log tree commit diff
path: root/crypto
diff options
context:
space:
mode:
Diffstat (limited to 'crypto')
-rw-r--r--crypto/src/crypto/operators/Asn1KeyWrapper.cs16
1 files changed, 0 insertions, 16 deletions
diff --git a/crypto/src/crypto/operators/Asn1KeyWrapper.cs b/crypto/src/crypto/operators/Asn1KeyWrapper.cs
index 8cd5cf8fe..f710b8f7d 100644
--- a/crypto/src/crypto/operators/Asn1KeyWrapper.cs
+++ b/crypto/src/crypto/operators/Asn1KeyWrapper.cs
@@ -29,20 +29,4 @@ namespace Org.BouncyCastle.Crypto.Operators
             throw new NotImplementedException();
         }
     }
-
-    public class Asn1KeyUnwrapper: IKeyUnwrapper
-    {
-        public object AlgorithmDetails
-        {
-            get
-            {
-                throw new NotImplementedException();
-            }
-        }
-
-        public IBlockResult Unwrap(byte[] cipherText, int offset, int length)
-        {
-            throw new NotImplementedException();
-        }
-    }
 }