aboutsummaryrefslogtreecommitdiffstats
path: root/libraries/spongycastle/pg/src/main
diff options
context:
space:
mode:
authorVincent <valodim@mugenguild.com>2014-04-16 19:18:15 +0200
committerVincent <valodim@mugenguild.com>2014-04-16 19:18:15 +0200
commit7e626a122ae2c4debc55039f4056c22d6cd64d0e (patch)
treea782db3726eb7445727554fa5781803f3eb87118 /libraries/spongycastle/pg/src/main
parentc7eb40b8145fa70b05b1c4cfe01852a95a669e11 (diff)
downloadopen-keychain-7e626a122ae2c4debc55039f4056c22d6cd64d0e.tar.gz
open-keychain-7e626a122ae2c4debc55039f4056c22d6cd64d0e.tar.bz2
open-keychain-7e626a122ae2c4debc55039f4056c22d6cd64d0e.zip
Update PGPSecretKey.java
fix
Diffstat (limited to 'libraries/spongycastle/pg/src/main')
-rw-r--r--libraries/spongycastle/pg/src/main/j2me/org/spongycastle/openpgp/PGPSecretKey.java2
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();