Interface XMLEncrypter.DecryptedXMLConverter
-
- All Known Implementing Classes:
BaseSAMLMessageParser.EncryptedAttributeXMLConverter,EncryptedCSMessagePayloadParser.EncryptedCSMessageXMLConverter,SAMLAssertionMessageParser.EncryptedAssertionXMLConverter,SweEID2DSSExtensionsMessageParser.SignMessageXMLConverter
- Enclosing class:
- XMLEncrypter
public static interface XMLEncrypter.DecryptedXMLConverterInterface to do post decryption manipulation to the DOM to have the decrypted document to fullfill it schema.
-
-
Method Summary
All Methods Instance Methods Abstract 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
org.w3c.dom.Document convert(org.w3c.dom.Document doc) throws MessageContentExceptionMethod to manipulate a encrypted document structure.- Parameters:
doc- the decrypted document- Returns:
- a converted document that satisfies schema.
- Throws:
MessageContentException- if decrypted document contain faulty schema.
-
-