decryptString

abstract fun decryptString(encrypted: Buffer<*>): String(source)

the decrypted string. Decrypts the encrypted buffer obtained with safeStorage.encryptString back into a string.