From 6eb7a96072455824c11586e2e4e6a01451036779 Mon Sep 17 00:00:00 2001 From: David Hook Date: Fri, 18 Jan 2019 12:39:29 +1100 Subject: added use of IKeyWrapper for managing CMS KeyTransRecient --- crypto/src/crypto/operators/Asn1KeyWrapper.cs | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'crypto/src') 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(); - } - } } -- cgit 1.5.1