diff options
Diffstat (limited to 'libraries/spongycastle/pg/src')
-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(); |