diff options
author | bouncy <bouncy> | 2012-03-16 21:09:45 +0000 |
---|---|---|
committer | bouncy <bouncy> | 2012-03-16 21:09:45 +0000 |
commit | 6f891cdb28e6fc190c8e4d3c36a3c1dfbfb848c6 (patch) | |
tree | 7951bfb4b75bd57a08c0a8ce48f5ac222012127a | |
parent | d4ee3a6debe96481b30462cbf6e821678f625738 (diff) | |
download | android_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.java | 6 |
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) |