mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-09-09 18:29:39 +02:00
Rename parameter
This commit is contained in:
parent
8a2b8c0ef0
commit
27edbd1682
1 changed files with 2 additions and 2 deletions
|
@ -55,7 +55,7 @@ open class BaseSecretKeyRingProtector(
|
|||
}
|
||||
}
|
||||
|
||||
override fun getKeyPassword(p0: OpenPGPKey.OpenPGPSecretKey): CharArray? {
|
||||
return passphraseProvider.getPassphraseFor(p0.keyIdentifier)?.getChars()
|
||||
override fun getKeyPassword(key: OpenPGPKey.OpenPGPSecretKey): CharArray? {
|
||||
return passphraseProvider.getPassphraseFor(key.keyIdentifier)?.getChars()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue