Default Secrets Resolver Impl
Default implementation of the SecretsResolver interface.
Types
Link copied to clipboard
data class PrivateJWK constructor(val kty: String = OKP, val kid: String, val crv: String, val d: String? = null)
Represents a Private JSON Web Key (JWK). This class is used to hold the necessary information for a private key used in JSON Web Signature (JWS).