Class EncryptedCSMessagePayloadParser.EncryptedCSMessageXMLConverter
- java.lang.Object
-
- org.certificateservices.messages.encryptedcsmessage.EncryptedCSMessagePayloadParser.EncryptedCSMessageXMLConverter
-
- All Implemented Interfaces:
XMLEncrypter.DecryptedXMLConverter
- Enclosing class:
- EncryptedCSMessagePayloadParser
public class EncryptedCSMessagePayloadParser.EncryptedCSMessageXMLConverter extends java.lang.Object implements XMLEncrypter.DecryptedXMLConverter
Converter that replaces all decrypted EncryptedAssertions with Assertions
-
-
Constructor Summary
Constructors Constructor Description EncryptedCSMessageXMLConverter()
-
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.
-
-