Uses of Class
se.swedenconnect.signservice.protocol.ProtocolException
Packages that use ProtocolException
Package
Description
API:s for protocol handling and definitions for protocol agnostic representations of messages.
Implementation of the DSS-extension protocol as defined in
the Swedish eID Framework.
-
Uses of ProtocolException in se.swedenconnect.signservice.protocol
Methods in se.swedenconnect.signservice.protocol that throw ProtocolExceptionModifier and TypeMethodDescriptionProtocolHandler.createSignResponseMessage(SignServiceContext context, SignRequestMessage signRequestMessage) A factory method that creates aSignResponseMessagegiven the context and the corresponding request message.ProtocolHandler.decodeRequest(HttpUserRequest httpRequest, SignServiceContext context) Given a message (the HTTP request received by the SignService frontend/application) and the context the handler decodes the message into aSignRequestMessageinstance.SignResponseMessage.encode()Encodes the message according to its protocol to a Base64-encoded string.ProtocolHandler.encodeResponse(SignResponseMessage responseMessage, SignServiceContext context) Encodes a response message so that it can be returned to the SignService application. -
Uses of ProtocolException in se.swedenconnect.signservice.protocol.dss
Methods in se.swedenconnect.signservice.protocol.dss that throw ProtocolExceptionModifier and TypeMethodDescriptionDssProtocolHandler.createSignResponseMessage(SignServiceContext context, SignRequestMessage signRequestMessage) A factory method that creates aSignResponseMessagegiven the context and the corresponding request message.DssProtocolHandler.decodeRequest(HttpUserRequest httpRequest, SignServiceContext context) Given a message (the HTTP request received by the SignService frontend/application) and the context the handler decodes the message into aSignRequestMessageinstance.DssProtocolHandler.encodeResponse(SignResponseMessage responseMessage, SignServiceContext context) Encodes a response message so that it can be returned to the SignService application.