public class SignatureMarshaller extends Object implements 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(XMLObject xmlObject) |
Element |
marshall(XMLObject xmlObject,
Document document) |
Element |
marshall(XMLObject xmlObject,
Element parentElement) |
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–2019 Shibboleth Consortium. All rights reserved.