Package-level declarations

Functions

Link copied to clipboard

Loads an AttestationConfiguration from a Spring Environment using the given prefix.

Link copied to clipboard

Loads an AttestationConfiguration from a Spring-bound config map.

Link copied to clipboard
fun Environment.toAttestationConfigMap(prefix: String): Map<String, Any?>

Binds a Spring Environment prefix into a nested map structure.

Link copied to clipboard
fun Map<String, *>.toAttestationJsonObject(): JsonObject

Converts a Spring-bound config map into a JsonObject for AttestationConfiguration loading.