summary refs log tree commit diff
path: root/crypto/src
diff options
context:
space:
mode:
authorDavid Hook <dgh@cryptoworkshop.com>2016-05-15 06:02:10 +1000
committerDavid Hook <dgh@cryptoworkshop.com>2016-05-15 06:02:10 +1000
commit1abb0bb2c5523fa7e516a001dc5616960787fff0 (patch)
tree46a5972b5eaece661b9d0fec64be69e47828b03c /crypto/src
parentAdd CertificateType constants to (D)TLS (diff)
downloadBouncyCastle.NET-ed25519-1abb0bb2c5523fa7e516a001dc5616960787fff0.tar.xz
removed obsolete annotation
Diffstat (limited to 'crypto/src')
-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)