Class BaseSAMLMessageParser.EncryptedAttributeXMLConverter
- java.lang.Object
-
- org.certificateservices.messages.saml2.BaseSAMLMessageParser.EncryptedAttributeXMLConverter
-
- All Implemented Interfaces:
XMLEncrypter.DecryptedXMLConverter
- Enclosing class:
- BaseSAMLMessageParser
public static class BaseSAMLMessageParser.EncryptedAttributeXMLConverter extends java.lang.Object implements XMLEncrypter.DecryptedXMLConverter
Converter that replaces all decrypted EncryptedAttributes with Attributes
-
-
Constructor Summary
Constructors Constructor Description EncryptedAttributeXMLConverter()
-
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.
-
-