encryptBase64

open fun <T> encryptBase64(content: T): String

Method to encrypt and format in Base64 any content

Return

content encrypted as Base64-String

Parameters

content

: content to encrypt