public class SignatureMarshaller extends Object implements 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(XMLObject xmlObject) |
Element |
marshall(XMLObject xmlObject,
Document document) |
Element |
marshall(XMLObject xmlObject,
Element parentElement) |
private final Logger log
public Element marshall(XMLObject xmlObject) throws MarshallingException
marshall in interface MarshallerMarshallingExceptionpublic Element marshall(XMLObject xmlObject, Element parentElement) throws MarshallingException
marshall in interface MarshallerMarshallingExceptionpublic Element marshall(XMLObject xmlObject, Document document) throws MarshallingException
marshall in interface MarshallerMarshallingExceptionprivate Element createSignatureElement(Signature signature, Document document) throws MarshallingException
signature - the XMLObject to be signeddocument - the owning documentMarshallingException - thrown if the signature can not be constructedCopyright © 1999–2020 Shibboleth Consortium. All rights reserved.