Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
interface DebugStatement<R>
Link copied to clipboard
class SerializerRegistry<T : Any>(base: KClass<T>)

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

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

Link copied to clipboard

Replays the debug statement, reconstructing or reprocessing it as per the underlying attestation verifier's logic. This method is typically used to regenerate or analyse the statement for debugging or auditing purposes.

Link copied to clipboard

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

Link copied to clipboard

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