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
A thread-safe Marshaller for
EncryptedKey objects.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidmarshallAttributes(XMLObject xmlObject, Element domElement) Methods inherited from class org.opensaml.xmlsec.encryption.impl.EncryptedTypeMarshaller
marshallAttributeIDnessMethods inherited from class org.opensaml.xmlsec.encryption.impl.AbstractXMLEncryptionMarshaller
marshallElementContentMethods inherited from class org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
marshall, marshall, marshall, marshallChildElements, marshallInto, marshallNamespacePrefix, marshallNamespaces, marshallSchemaInstanceAttributes, marshallUnknownAttributes, setDocumentElement
-
Constructor Details
-
EncryptedKeyMarshaller
public EncryptedKeyMarshaller()
-
-
Method Details
-
marshallAttributes
protected void marshallAttributes(@Nonnull XMLObject xmlObject, @Nonnull Element domElement) throws MarshallingException - Overrides:
marshallAttributesin classEncryptedTypeMarshaller- Throws:
MarshallingException
-