PlatformCryptoStack
data class PlatformCryptoStack(val cipher: Cipher, val keyRotator: KeyRotator, val postRotationInit: suspend () -> Unit = {}, val postMigrationCleanup: suspend () -> Unit = {})
Constructors
Link copied to clipboard
constructor(cipher: Cipher, keyRotator: KeyRotator, postRotationInit: suspend () -> Unit = {}, postMigrationCleanup: suspend () -> Unit = {})