mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-12-09 05:41:07 +01:00
Remove SignerUserId check, Policy setting only via constructor parameter
This commit is contained in:
parent
b97ff5bc4e
commit
8f3049602f
16 changed files with 125 additions and 348 deletions
|
|
@ -28,6 +28,8 @@ class SOPImpl(
|
|||
private val sopv: SOPV = SOPVImpl(api)
|
||||
) : SOP {
|
||||
|
||||
constructor(api: PGPainless) : this(api, SOPVImpl(api))
|
||||
|
||||
override fun armor(): Armor = ArmorImpl(api)
|
||||
|
||||
override fun changeKeyPassword(): ChangeKeyPassword = ChangeKeyPasswordImpl(api)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue