Class DEREncodedKeyValueMarshaller
java.lang.Object
org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
org.opensaml.core.xml.schema.impl.XSBase64BinaryMarshaller
org.opensaml.xmlsec.signature.impl.DEREncodedKeyValueMarshaller
- All Implemented Interfaces:
Marshaller
A thread-safe Marshaller for
DEREncodedKeyValue objects.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidmarshallAttributeIDness(XMLObject xmlObject, Element domElement) protected voidmarshallAttributes(XMLObject xmlObject, Element domElement) Methods inherited from class org.opensaml.core.xml.schema.impl.XSBase64BinaryMarshaller
marshallElementContentMethods inherited from class org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
marshall, marshall, marshall, marshallChildElements, marshallInto, marshallNamespacePrefix, marshallNamespaces, marshallSchemaInstanceAttributes, marshallUnknownAttributes, setDocumentElement
-
Constructor Details
-
DEREncodedKeyValueMarshaller
public DEREncodedKeyValueMarshaller()
-
-
Method Details
-
marshallAttributes
protected void marshallAttributes(@Nonnull XMLObject xmlObject, @Nonnull Element domElement) throws MarshallingException - Overrides:
marshallAttributesin classAbstractXMLObjectMarshaller- Throws:
MarshallingException
-
marshallAttributeIDness
protected void marshallAttributeIDness(@Nonnull XMLObject xmlObject, @Nonnull Element domElement) throws MarshallingException - Overrides:
marshallAttributeIDnessin classAbstractXMLObjectMarshaller- Throws:
MarshallingException
-