importEncryptionKeys

abstract fun importEncryptionKeys(keys: List<EncryptionKey>, currentKeyId: String)

Import encryption keys to use for encrypting and decrypting Sudo claims. All existing keys will be removed before the new keys are imported.

Parameters

keys

keys to import.

currentKeyId

ID of the key to use for encrypting new claims.