FetchedManifest

class FetchedManifest(val body: ByteArray, val signatureHeader: String?)

A fetched manifest response: the exact body bytes (after transfer/content decoding) plus the detached-JWS signature header, both needed to verify the manifest before it is parsed.

Constructors

Link copied to clipboard
constructor(body: ByteArray, signatureHeader: String?)

Properties

Link copied to clipboard

Exact response body bytes — the detached-JWS payload.

Link copied to clipboard

Value of the X-Manifest-Signature response header, or null when absent.