public class SignatureMarshaller extends Object implements org.opensaml.core.xml.io.Marshaller
Modifier and Type | Field and Description |
---|---|
private org.slf4j.Logger |
log
Class logger.
|
Constructor and Description |
---|
SignatureMarshaller()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
private Element |
createSignatureElement(Signature signature,
Document document)
Creates the signature elements but does not compute the signature.
|
Element |
marshall(org.opensaml.core.xml.XMLObject xmlObject) |
Element |
marshall(org.opensaml.core.xml.XMLObject xmlObject,
Document document) |
Element |
marshall(org.opensaml.core.xml.XMLObject xmlObject,
Element parentElement) |
public Element marshall(org.opensaml.core.xml.XMLObject xmlObject) throws org.opensaml.core.xml.io.MarshallingException
marshall
in interface org.opensaml.core.xml.io.Marshaller
org.opensaml.core.xml.io.MarshallingException
public Element marshall(org.opensaml.core.xml.XMLObject xmlObject, Element parentElement) throws org.opensaml.core.xml.io.MarshallingException
marshall
in interface org.opensaml.core.xml.io.Marshaller
org.opensaml.core.xml.io.MarshallingException
public Element marshall(org.opensaml.core.xml.XMLObject xmlObject, Document document) throws org.opensaml.core.xml.io.MarshallingException
marshall
in interface org.opensaml.core.xml.io.Marshaller
org.opensaml.core.xml.io.MarshallingException
private Element createSignatureElement(Signature signature, Document document) throws org.opensaml.core.xml.io.MarshallingException
signature
- the XMLObject to be signeddocument
- the owning documentorg.opensaml.core.xml.io.MarshallingException
- thrown if the signature can not be constructedCopyright © 1999–2020 Shibboleth Consortium. All rights reserved.