Class AbstractXMLEncryptionMarshaller
java.lang.Object
org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
org.opensaml.xmlsec.encryption.impl.AbstractXMLEncryptionMarshaller
- All Implemented Interfaces:
Marshaller
- Direct Known Subclasses:
AgreementMethodMarshaller,AlgorithmIdentifierTypeMarshaller,CipherDataMarshaller,CipherReferenceMarshaller,ConcatKDFParamsMarshaller,DerivedKeyMarshaller,DHKeyValueMarshaller,EncryptedTypeMarshaller,EncryptionMethodMarshaller,EncryptionPropertiesMarshaller,EncryptionPropertyMarshaller,KeyDerivationMethodMarshaller,PBKDF2ParamsMarshaller,ReferenceListMarshaller,ReferenceTypeMarshaller,SaltMarshaller,TransformsMarshaller
An abstract marshaller implementation for XMLObjects from XML Encryption.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidmarshallAttributes(XMLObject xmlObject, Element domElement) protected voidmarshallElementContent(XMLObject xmlObject, Element domElement) Methods inherited from class org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
marshall, marshall, marshall, marshallAttributeIDness, marshallChildElements, marshallInto, marshallNamespacePrefix, marshallNamespaces, marshallSchemaInstanceAttributes, marshallUnknownAttributes, setDocumentElement
-
Constructor Details
-
AbstractXMLEncryptionMarshaller
public AbstractXMLEncryptionMarshaller()
-
-
Method Details
-
marshallAttributes
protected void marshallAttributes(@Nonnull XMLObject xmlObject, @Nonnull Element domElement) throws MarshallingException - Overrides:
marshallAttributesin classAbstractXMLObjectMarshaller- Throws:
MarshallingException
-
marshallElementContent
protected void marshallElementContent(@Nonnull XMLObject xmlObject, @Nonnull Element domElement) throws MarshallingException - Overrides:
marshallElementContentin classAbstractXMLObjectMarshaller- Throws:
MarshallingException
-