mirror of
https://github.com/moparisthebest/open-keychain
synced 2025-02-07 10:30:14 -05:00
Update PGPSecretKey.java
fix
This commit is contained in:
parent
c7eb40b814
commit
7e626a122a
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user