Update PGPSecretKey.java

fix
This commit is contained in:
Vincent 2014-04-16 19:18:15 +02:00
parent c7eb40b814
commit 7e626a122a

View File

@ -282,7 +282,7 @@ public class PGPSecretKey
/** /**
* Return the S2K object used to encrypt this secret key. * 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() { public S2K getS2K() {
return secret.getS2K(); return secret.getS2K();