Uses of Interface
se.swedenconnect.opensaml.sweid.saml2.signservice.dss.Message
Packages that use Message
Package
Description
SAML support for Signature Services according to the Swedish eID Framework.
Offers support for the XML types defined in "DSS Extension for Federated Central Signing Services".
Implementation classes for Signature Service DSS.
-
Uses of Message in se.swedenconnect.opensaml.sweid.saml2.signservice
Methods in se.swedenconnect.opensaml.sweid.saml2.signservice that return MessageModifier and TypeMethodDescriptionSignMessageDecrypter.decrypt
(SignMessage signMessage) Decrypts the encrypted message of aSignMessage
and returns the cleartextMessage
.Methods in se.swedenconnect.opensaml.sweid.saml2.signservice with parameters of type MessageModifier and TypeMethodDescriptionorg.opensaml.saml.saml2.core.Attribute
Creates a signMessageDigest attribute using the default digest method.org.opensaml.saml.saml2.core.Attribute
SignMessageDigestIssuer.create
(Message message, org.opensaml.saml.saml2.metadata.EntityDescriptor recipient) Creates a signMessageDigest attribute using the preferred digest method of the recipient, or the default digest method if none is specified in the recipient metadata. -
Uses of Message in se.swedenconnect.opensaml.sweid.saml2.signservice.dss
Methods in se.swedenconnect.opensaml.sweid.saml2.signservice.dss that return MessageMethods in se.swedenconnect.opensaml.sweid.saml2.signservice.dss with parameters of type MessageModifier and TypeMethodDescriptionvoid
SignMessage.setMessage
(Message message) Assigns theMessage
element. -
Uses of Message in se.swedenconnect.opensaml.sweid.saml2.signservice.dss.impl
Classes in se.swedenconnect.opensaml.sweid.saml2.signservice.dss.impl that implement MessageMethods in se.swedenconnect.opensaml.sweid.saml2.signservice.dss.impl that return MessageModifier and TypeMethodDescriptionMessageBuilder.buildObject
(String namespaceURI, String localName, String namespacePrefix) SignMessageImpl.getMessage()
Returns theMessage
element.Methods in se.swedenconnect.opensaml.sweid.saml2.signservice.dss.impl with parameters of type MessageModifier and TypeMethodDescriptionvoid
SignMessageImpl.setMessage
(Message message) Assigns theMessage
element.