updateRical

suspend fun updateRical(entry: TrustEntryRical, encodedSignedRical: ByteString): TrustEntryRical

Updates the underlying byte data of an existing RICAL entry while preserving its metadata.

Signature verification is bypassed during parsing.

Return

A new instance of TrustEntryRical containing the updated bytes.

Parameters

entry

The existing TrustEntryRical to update.

encodedSignedRical

The new encoded bytes of the signed RICAL.

Throws

if the specified entry is not found in the manager.