Companion
object Companion
Functions
Link copied to clipboard
suspend fun create(issuerKey: AsymmetricKey, kbKey: EcPublicKey?, claims: JsonObject, nonSdClaims: JsonObject, digestAlgorithm: Algorithm = Algorithm.SHA256, random: Random = Random.Default, saltSizeNumBits: Int = 128, creationTime: Instant = Instant.DISTANT_PAST, expiresIn: Duration? = null): SdJwt
Creates a SD-JWT.