JsonWebSignature
object JsonWebSignature
JSON Web Signature support
Functions
Link copied to clipboard
Get information about a JWS.
Link copied to clipboard
fun sign(key: EcPrivateKey, signatureAlgorithm: Algorithm, claimsSet: JsonObject, type: String?, x5c: X509CertChain?): String
Sign a claims set.
suspend fun sign(secureArea: SecureArea, alias: String, keyUnlockData: KeyUnlockData?, claimsSet: JsonObject, type: String?, x5c: X509CertChain?): String
Sign a claims set using a SecureArea.
Link copied to clipboard
Verify the signature of a JWS.