AttestationConfiguration

Types

Link copied to clipboard

Functions

Link copied to clipboard
abstract fun toJsonElement(): JsonObject

Serialises this config into a JsonObject. Can be loaded using Reader.fromJsonObject afterwards.

Link copied to clipboard

Writes the JSON representation of this AttestationConfiguration to the specified file.

Link copied to clipboard
abstract fun toJsonString(): String

Serialises this config into its canonical form (JSON). Can be loaded using Reader.fromJsonString afterwards.

Link copied to clipboard

Serializes this AttestationConfiguration instance to a YAML-formatted string and writes it to the specified file.

Link copied to clipboard
abstract fun toYamlString(): String

Serialises this config into its canonical form (YAML). Can be loaded using Reader.fromYamlString afterwards.