Class SweEID2DSSExtensionsMessageParser.SignMessageXMLConverter
- java.lang.Object
-
- org.certificateservices.messages.sweeid2.dssextenstions1_1.SweEID2DSSExtensionsMessageParser.SignMessageXMLConverter
-
- All Implemented Interfaces:
XMLEncrypter.DecryptedXMLConverter
- Enclosing class:
- SweEID2DSSExtensionsMessageParser
public static class SweEID2DSSExtensionsMessageParser.SignMessageXMLConverter extends java.lang.Object implements XMLEncrypter.DecryptedXMLConverter
Converter that replaces all decrypted EncryptedAssertions with Assertions
-
-
Constructor Summary
Constructors Constructor Description SignMessageXMLConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.w3c.dom.Documentconvert(org.w3c.dom.Document doc)Method to manipulate a encrypted document structure.
-
-
-
Method Detail
-
convert
public org.w3c.dom.Document convert(org.w3c.dom.Document doc) throws MessageContentExceptionDescription copied from interface:XMLEncrypter.DecryptedXMLConverterMethod to manipulate a encrypted document structure.- Specified by:
convertin interfaceXMLEncrypter.DecryptedXMLConverter- Parameters:
doc- the decrypted document- Returns:
- a converted document that satisfies schema.
- Throws:
MessageContentException- if decrypted document contain faulty schema.
-
-