Class AbstractXMLEncryptionMarshaller
- java.lang.Object
-
- org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
-
- org.opensaml.xmlsec.encryption.impl.AbstractXMLEncryptionMarshaller
-
- All Implemented Interfaces:
org.opensaml.core.xml.io.Marshaller
- Direct Known Subclasses:
AgreementMethodMarshaller,AlgorithmIdentifierTypeMarshaller,CipherDataMarshaller,CipherReferenceMarshaller,DHKeyValueMarshaller,EncryptedTypeMarshaller,EncryptionMethodMarshaller,EncryptionPropertiesMarshaller,EncryptionPropertyMarshaller,ReferenceListMarshaller,ReferenceTypeMarshaller,TransformsMarshaller
public abstract class AbstractXMLEncryptionMarshaller extends org.opensaml.core.xml.io.AbstractXMLObjectMarshallerAn abstract marshaller implementation for XMLObjects from XML Encryption.
-
-
Constructor Summary
Constructors Constructor Description AbstractXMLEncryptionMarshaller()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidmarshallAttributes(org.opensaml.core.xml.XMLObject xmlObject, Element domElement)protected voidmarshallElementContent(org.opensaml.core.xml.XMLObject xmlObject, Element domElement)
-
-
-
Method Detail
-
marshallAttributes
protected void marshallAttributes(@Nonnull org.opensaml.core.xml.XMLObject xmlObject, @Nonnull Element domElement) throws org.opensaml.core.xml.io.MarshallingException- Overrides:
marshallAttributesin classorg.opensaml.core.xml.io.AbstractXMLObjectMarshaller- Throws:
org.opensaml.core.xml.io.MarshallingException
-
marshallElementContent
protected void marshallElementContent(@Nonnull org.opensaml.core.xml.XMLObject xmlObject, @Nonnull Element domElement) throws org.opensaml.core.xml.io.MarshallingException- Overrides:
marshallElementContentin classorg.opensaml.core.xml.io.AbstractXMLObjectMarshaller- Throws:
org.opensaml.core.xml.io.MarshallingException
-
-