certificateSha1Thumbprint

@SerialName(value = "x5t")
val certificateSha1Thumbprint: ByteArray? = null(source)

This parameter has the same meaning, syntax, and processing rules as the "x5t" Header Parameter defined in Section 4.1.7 of (JWS), except that the certificate referenced by the thumbprint contains the public key to which the JWE was encrypted; this can be used to determine the private key needed to decrypt the JWE. Note that certificate thumbprints are also sometimes known as certificate fingerprints.

See JwsHeader.certificateSha1Thumbprint