mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-09-10 02:39:39 +02:00
Copy deprecation annotation
This commit is contained in:
parent
27edbd1682
commit
671dde0de9
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ open class BaseSecretKeyRingProtector(
|
||||||
return passphraseProvider.hasPassphrase(keyIdentifier)
|
return passphraseProvider.hasPassphrase(keyIdentifier)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Deprecated("Pass in a KeyIdentifier instead.")
|
||||||
override fun getDecryptor(keyId: Long): PBESecretKeyDecryptor? =
|
override fun getDecryptor(keyId: Long): PBESecretKeyDecryptor? =
|
||||||
getDecryptor(KeyIdentifier(keyId))
|
getDecryptor(KeyIdentifier(keyId))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue