EncryptedIban

data class EncryptedIban(val bytes: ByteArray) : SearchFilter

Server-side filter matching an encrypted IBAN against the connection.

Constructors

Link copied to clipboard
constructor(bytes: ByteArray)
constructor(base64: String)

Convenience constructor for the typical backend-to-frontend handoff: the ciphertext is decoded from its Base64 transport form.

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int