summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbouncy <bouncy>2012-03-16 21:09:45 +0000
committerbouncy <bouncy>2012-03-16 21:09:45 +0000
commit6f891cdb28e6fc190c8e4d3c36a3c1dfbfb848c6 (patch)
tree7951bfb4b75bd57a08c0a8ce48f5ac222012127a
parentd4ee3a6debe96481b30462cbf6e821678f625738 (diff)
downloadandroid_external_spongycastle-6f891cdb28e6fc190c8e4d3c36a3c1dfbfb848c6.tar.gz
android_external_spongycastle-6f891cdb28e6fc190c8e4d3c36a3c1dfbfb848c6.tar.bz2
android_external_spongycastle-6f891cdb28e6fc190c8e4d3c36a3c1dfbfb848c6.zip
java doc fix
-rw-r--r--crypto/src/org/bouncycastle/openpgp/PGPEncryptedDataGenerator.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/src/org/bouncycastle/openpgp/PGPEncryptedDataGenerator.java b/crypto/src/org/bouncycastle/openpgp/PGPEncryptedDataGenerator.java
index be791918b..069b78ca8 100644
--- a/crypto/src/org/bouncycastle/openpgp/PGPEncryptedDataGenerator.java
+++ b/crypto/src/org/bouncycastle/openpgp/PGPEncryptedDataGenerator.java
@@ -204,7 +204,7 @@ public class PGPEncryptedDataGenerator
* @param passPhrase
* @throws NoSuchProviderException
* @throws PGPException
- * @deprecated use addMethod that takes PGPKeyEncryptionMethodBuilder
+ * @deprecated use addMethod that takes PGPKeyEncryptionMethodGenerator
*/
public void addMethod(
char[] passPhrase)
@@ -220,7 +220,7 @@ public class PGPEncryptedDataGenerator
* @param s2kDigest digest algorithm to use for S2K calculation
* @throws NoSuchProviderException
* @throws PGPException
- * @deprecated use addMethod that takes PGPKeyEncryptionMethodBuilder
+ * @deprecated use addMethod that takes PGPKeyEncryptionMethodGenerator
*/
public void addMethod(
char[] passPhrase,
@@ -241,7 +241,7 @@ public class PGPEncryptedDataGenerator
* @param key
* @throws NoSuchProviderException
* @throws PGPException
- * @deprecated use addMethod that takes PGPKeyEncryptionMethodBuilder
+ * @deprecated use addMethod that takes PGPKeyEncryptionMethodGenerator
*/
public void addMethod(
PGPPublicKey key)