Uses of Record Class
org.a2aproject.sdk.spec.AgentCardSignature
Packages that use AgentCardSignature
Package
Description
JSON processing exceptions for the A2A Java SDK.
-
Uses of AgentCardSignature in org.a2aproject.sdk.grpc.mapper
Methods in org.a2aproject.sdk.grpc.mapper that return AgentCardSignatureModifier and TypeMethodDescriptionAgentCardSignatureMapper.fromProto(AgentCardSignature proto) Converts proto AgentCardSignature to domain AgentCardSignature.AgentCardSignatureMapperImpl.fromProto(AgentCardSignature proto) Methods in org.a2aproject.sdk.grpc.mapper that return types with arguments of type AgentCardSignatureModifier and TypeMethodDescriptionprotected List<AgentCardSignature>AgentCardMapperImpl.agentCardSignatureListToAgentCardSignatureList(List<AgentCardSignature> list) Methods in org.a2aproject.sdk.grpc.mapper with parameters of type AgentCardSignatureModifier and TypeMethodDescriptionAgentCardSignatureMapper.toProto(AgentCardSignature domain) Converts domain AgentCardSignature to proto AgentCardSignature.AgentCardSignatureMapperImpl.toProto(AgentCardSignature domain) -
Uses of AgentCardSignature in org.a2aproject.sdk.spec
Methods in org.a2aproject.sdk.spec that return AgentCardSignatureModifier and TypeMethodDescriptionAgentCardSignature.Builder.build()Builds a new immutableAgentCardSignaturefrom the current builder state.Methods in org.a2aproject.sdk.spec that return types with arguments of type AgentCardSignatureModifier and TypeMethodDescription@Nullable List<AgentCardSignature>AgentCard.signatures()Returns the value of thesignaturesrecord component.Method parameters in org.a2aproject.sdk.spec with type arguments of type AgentCardSignatureModifier and TypeMethodDescriptionAgentCard.Builder.signatures(List<AgentCardSignature> signatures) Sets the digital signatures verifying the authenticity of the agent card.