public class SignatureMarshaller extends Object implements org.opensaml.core.xml.io.Marshaller
| 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) |
private final Logger log
public Element marshall(org.opensaml.core.xml.XMLObject xmlObject) throws org.opensaml.core.xml.io.MarshallingException
marshall in interface org.opensaml.core.xml.io.Marshallerorg.opensaml.core.xml.io.MarshallingExceptionpublic 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.Marshallerorg.opensaml.core.xml.io.MarshallingExceptionpublic 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.Marshallerorg.opensaml.core.xml.io.MarshallingExceptionprivate 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–2015. All rights reserved.