EncryptedProtoSerializer

constructor(inner: ProtoOkioSerializer<T>, cipher: Cipher, options: EncryptedStoreOptions = EncryptedStoreOptions())
constructor(inner: ProtoOkioSerializer<T>, cipher: Cipher, associatedData: ByteArray, legacyAssociatedData: ByteArray? = null, allowPlaintextRead: Boolean = false)