JwsInfo

data class JwsInfo(val claimsSet: JsonObject, val type: String?, val x5c: X509CertChain?)

Information about a JSON Web Signature.

Constructors

Link copied to clipboard
constructor(claimsSet: JsonObject, type: String?, x5c: X509CertChain?)

Properties

Link copied to clipboard
val claimsSet: JsonObject

the claims set being signed.

Link copied to clipboard
val type: String?

the value of the typ header element of `null.

Link copied to clipboard

the certificate chain in the x5c header element or null.