certificateChain

@SerialName(value = "x5c")
val certificateChain: CertificateChain? = null(source)

This parameter has the same meaning, syntax, and processing rules as the "x5c" Header Parameter defined in Section 4.1.6 of (JWS), except that the X.509 public key certificate or certificate chain (RFC5280) contains the public key to which the JWE was encrypted; this can be used to determine the private key needed to decrypt the JWE.

See JwsHeader.certificateChain