Class EncryptedKeyMarshaller
- java.lang.Object
-
- org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
-
- org.opensaml.xmlsec.encryption.impl.AbstractXMLEncryptionMarshaller
-
- org.opensaml.xmlsec.encryption.impl.EncryptedTypeMarshaller
-
- org.opensaml.xmlsec.encryption.impl.EncryptedKeyMarshaller
-
- All Implemented Interfaces:
Marshaller
public class EncryptedKeyMarshaller extends EncryptedTypeMarshaller
A thread-safe Marshaller forEncryptedKey
objects.
-
-
Constructor Summary
Constructors Constructor Description EncryptedKeyMarshaller()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
marshallAttributes(XMLObject xmlObject, Element domElement)
-
Methods inherited from class org.opensaml.xmlsec.encryption.impl.EncryptedTypeMarshaller
marshallAttributeIDness
-
Methods inherited from class org.opensaml.xmlsec.encryption.impl.AbstractXMLEncryptionMarshaller
marshallElementContent
-
Methods inherited from class org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
marshall, marshall, marshall, marshallChildElements, marshallInto, marshallNamespacePrefix, marshallNamespaces, marshallSchemaInstanceAttributes, marshallUnknownAttributes, setDocumentElement
-
-
-
-
Method Detail
-
marshallAttributes
protected void marshallAttributes(XMLObject xmlObject, Element domElement) throws MarshallingException
- Overrides:
marshallAttributes
in classEncryptedTypeMarshaller
- Throws:
MarshallingException
-
-