Package | Description |
---|---|
se.litsec.swedisheid.opensaml.saml2.signservice |
SAML support for Signature Services according to the Swedish eID Framework.
|
se.litsec.swedisheid.opensaml.saml2.signservice.dss |
Offers support for the XML types defined in "DSS Extension for Federated Central Signing Services - Version 1.1".
|
se.litsec.swedisheid.opensaml.saml2.signservice.dss.impl |
Modifier and Type | Method and Description |
---|---|
Message |
SignMessageDecrypter.decrypt(SignMessage signMessage)
Decrypts the encrypted message of a
SignMessage and returns the cleartext Message . |
Modifier and Type | Method and Description |
---|---|
EncryptedMessage |
SignMessageFactory.encrypt(Message message,
Credential credential)
Given a
Message object and key encryption credentials the method encrypts the message into a
EncryptedMessage object. |
Modifier and Type | Method and Description |
---|---|
Message |
SignMessage.getMessage()
Returns the
Message element. |
Modifier and Type | Method and Description |
---|---|
void |
SignMessage.setMessage(Message message)
Assigns the
Message element. |
Modifier and Type | Class and Description |
---|---|
class |
MessageImpl
Implementation of the
Message interface. |
Modifier and Type | Method and Description |
---|---|
Message |
MessageBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix) |
Message |
SignMessageImpl.getMessage()
Returns the
Message element. |
Modifier and Type | Method and Description |
---|---|
void |
SignMessageImpl.setMessage(Message message)
Assigns the
Message element. |
Copyright © 2018 Litsec AB. All rights reserved.