summary refs log tree commit diff
path: root/crypto
diff options
context:
space:
mode:
Diffstat (limited to 'crypto')
-rw-r--r--crypto/src/crypto/generators/Pkcs12ParametersGenerator.cs2
-rw-r--r--crypto/src/crypto/generators/Pkcs5S1ParametersGenerator.cs2
-rw-r--r--crypto/src/crypto/generators/Pkcs5S2ParametersGenerator.cs2
3 files changed, 0 insertions, 6 deletions
diff --git a/crypto/src/crypto/generators/Pkcs12ParametersGenerator.cs b/crypto/src/crypto/generators/Pkcs12ParametersGenerator.cs
index cbbfd1b3b..85543a038 100644
--- a/crypto/src/crypto/generators/Pkcs12ParametersGenerator.cs
+++ b/crypto/src/crypto/generators/Pkcs12ParametersGenerator.cs
@@ -163,7 +163,6 @@ namespace Org.BouncyCastle.Crypto.Generators
          * @param keySize the size of the key we want (in bits)
          * @return a KeyParameter object.
          */
-        [Obsolete("Use version with 'algorithm' parameter")]
         public override ICipherParameters GenerateDerivedParameters(
             int keySize)
         {
@@ -194,7 +193,6 @@ namespace Org.BouncyCastle.Crypto.Generators
          * @param ivSize the size of the iv we want (in bits)
          * @return a ParametersWithIV object.
          */
-        [Obsolete("Use version with 'algorithm' parameter")]
         public override ICipherParameters GenerateDerivedParameters(
             int	keySize,
             int	ivSize)
diff --git a/crypto/src/crypto/generators/Pkcs5S1ParametersGenerator.cs b/crypto/src/crypto/generators/Pkcs5S1ParametersGenerator.cs
index 8586e1ca9..9b39a5f42 100644
--- a/crypto/src/crypto/generators/Pkcs5S1ParametersGenerator.cs
+++ b/crypto/src/crypto/generators/Pkcs5S1ParametersGenerator.cs
@@ -62,7 +62,6 @@ namespace Org.BouncyCastle.Crypto.Generators
 		* @return a KeyParameter object.
 		* @exception ArgumentException if the key length larger than the base hash size.
 		*/
-		[Obsolete("Use version with 'algorithm' parameter")]
 		public override ICipherParameters GenerateDerivedParameters(
 			int keySize)
 		{
@@ -96,7 +95,6 @@ namespace Org.BouncyCastle.Crypto.Generators
 		* @return a ParametersWithIV object.
 		* @exception ArgumentException if keySize + ivSize is larger than the base hash size.
 		*/
-		[Obsolete("Use version with 'algorithm' parameter")]
 		public override ICipherParameters GenerateDerivedParameters(
 			int	keySize,
 			int	ivSize)
diff --git a/crypto/src/crypto/generators/Pkcs5S2ParametersGenerator.cs b/crypto/src/crypto/generators/Pkcs5S2ParametersGenerator.cs
index 10352abbc..0b0caa057 100644
--- a/crypto/src/crypto/generators/Pkcs5S2ParametersGenerator.cs
+++ b/crypto/src/crypto/generators/Pkcs5S2ParametersGenerator.cs
@@ -106,7 +106,6 @@ namespace Org.BouncyCastle.Crypto.Generators
         * @param keySize the size of the key we want (in bits)
         * @return a KeyParameter object.
         */
-        [Obsolete("Use version with 'algorithm' parameter")]
         public override ICipherParameters GenerateDerivedParameters(
             int keySize)
         {
@@ -133,7 +132,6 @@ namespace Org.BouncyCastle.Crypto.Generators
         * @param ivSize the size of the iv we want (in bits)
         * @return a ParametersWithIV object.
         */
-        [Obsolete("Use version with 'algorithm' parameter")]
         public override ICipherParameters GenerateDerivedParameters(
             int	keySize,
             int	ivSize)