Uses of Interface
se.swedenconnect.opensaml.sweid.saml2.signservice.dss.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
Modifier and TypeMethodDescriptionSignMessageDecrypter.decrypt
(SignMessage signMessage) Decrypts the encrypted message of aSignMessage
and returns the cleartextMessage
.Modifier 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
Modifier and TypeMethodDescriptionvoid
SignMessage.setMessage
(Message message) Assigns theMessage
element. -
Uses of Message in se.swedenconnect.opensaml.sweid.saml2.signservice.dss.impl
Modifier and TypeMethodDescriptionMessageBuilder.buildObject
(String namespaceURI, String localName, String namespacePrefix) SignMessageImpl.getMessage()
Returns theMessage
element.Modifier and TypeMethodDescriptionvoid
SignMessageImpl.setMessage
(Message message) Assigns theMessage
element.