combined property

String combined
final

A portable string: ivBase64:ciphertextBase64.

This is what you store in Firestore.

{ "password": "ivBase64==:ciphertextBase64==" }

Implementation

final String combined;