AgentCardSignature
data class AgentCardSignature(val header: Data? = null, val protectedHeader: String, val signature: String)(source)
AgentCardSignature represents a JWS signature of an AgentCard. This follows the JSON format of an RFC 7515 JSON Web Signature (JWS).