diff options
author | Vincent <valodim@mugenguild.com> | 2014-04-16 19:18:15 +0200 |
---|---|---|
committer | Vincent <valodim@mugenguild.com> | 2014-04-16 19:18:15 +0200 |
commit | 7e626a122ae2c4debc55039f4056c22d6cd64d0e (patch) | |
tree | a782db3726eb7445727554fa5781803f3eb87118 | |
parent | c7eb40b8145fa70b05b1c4cfe01852a95a669e11 (diff) | |
download | open-keychain-7e626a122ae2c4debc55039f4056c22d6cd64d0e.tar.gz open-keychain-7e626a122ae2c4debc55039f4056c22d6cd64d0e.tar.bz2 open-keychain-7e626a122ae2c4debc55039f4056c22d6cd64d0e.zip |
Update PGPSecretKey.java
fix
-rw-r--r-- | libraries/spongycastle/pg/src/main/j2me/org/spongycastle/openpgp/PGPSecretKey.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/spongycastle/pg/src/main/j2me/org/spongycastle/openpgp/PGPSecretKey.java b/libraries/spongycastle/pg/src/main/j2me/org/spongycastle/openpgp/PGPSecretKey.java index 1fa5261b1..8552f6fca 100644 --- a/libraries/spongycastle/pg/src/main/j2me/org/spongycastle/openpgp/PGPSecretKey.java +++ b/libraries/spongycastle/pg/src/main/j2me/org/spongycastle/openpgp/PGPSecretKey.java @@ -282,7 +282,7 @@ public class PGPSecretKey /** * Return the S2K object used to encrypt this secret key. * - * @return an iterator of Strings. + * @return this secret key's s2k object' */ public S2K getS2K() { return secret.getS2K(); |