Functions

Link copied to clipboard

Reads an attestation configuration of type A from a JSON file located at the specified path.

Link copied to clipboard
open override fun fromJsonObject(jsonRepresentation: JsonElement): AndroidAttestationConfiguration

Loads the config from its canonical form (JSON), as produced by toJsonElement.

Link copied to clipboard
open override fun fromJsonString(jsonRepresentation: String): AndroidAttestationConfiguration

Loads the config from its canonical form (JSON), as produced by toJsonString.

Link copied to clipboard

Reads an attestation configuration from a YAML file and deserializes it into an instance of type A.

Link copied to clipboard
open override fun fromYamlString(yamlRepresentation: String): AndroidAttestationConfiguration

Loads the config from its canonical form (YAML), as produced by toYamlString.