RetrievedDocument

data class RetrievedDocument(val json: Csaf, val url: String)

This class represents a wrapper around a Csaf document, that provides functionality for fetching a document from a location, including validation according to the specification.

Constructors

Link copied to clipboard
constructor(json: Csaf, url: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val json: Csaf

The parsed Csaf document

Link copied to clipboard
val url: String

The URL where the document was retrieved from.