Uses of Interface
se.swedenconnect.opensaml.sweid.saml2.signservice.dss.SignMessage
Package
Description
SAML support for Signature Services according to the Swedish eID Framework.
Builders for Sign service classes.
Implementation classes for Signature Service DSS.
-
Uses of SignMessage in se.swedenconnect.opensaml.sweid.saml2.signservice
Modifier and TypeMethodDescriptionSignMessageDecrypter.decrypt
(SignMessage signMessage) Decrypts the encrypted message of aSignMessage
and returns the cleartextMessage
.void
SignMessageEncrypter.encrypt
(SignMessage signMessage, String entityID) Given a sign message holding a cleartextMessage
element, the method encrypts the message using the default encryption configuration and updates the suppliedsignMessage
so that it holds anEncryptedMessage
instead.void
SignMessageEncrypter.encrypt
(SignMessage signMessage, String entityID, org.opensaml.xmlsec.EncryptionConfiguration configuration) Given a sign message holding a cleartextMessage
element, the method encrypts the message using the supplied encryption configuration and updates the suppliedsignMessage
so that it holds anEncryptedMessage
instead. -
Uses of SignMessage in se.swedenconnect.opensaml.sweid.saml2.signservice.build
Modifier and TypeMethodDescriptionprotected Class
<SignMessage> SignMessageBuilder.getObjectType()
-
Uses of SignMessage in se.swedenconnect.opensaml.sweid.saml2.signservice.dss.impl
Modifier and TypeMethodDescriptionSignMessageBuilder.buildObject()
SignMessageBuilder.buildObject
(String namespaceURI, String localName, String namespacePrefix)