public class AbstractXmlSigInHandler extends AbstractXmlSecInHandler
| Constructor and Description |
|---|
AbstractXmlSigInHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkSignature(Message message) |
protected org.apache.xml.security.signature.Reference |
getReference(org.apache.xml.security.signature.XMLSignature sig) |
protected boolean |
isEnveloping(Element root) |
void |
setPersistSignature(boolean persist) |
void |
setRemoveSignature(boolean remove) |
void |
setSignatureProperties(SignatureProperties properties) |
protected Element |
validateReference(Element root,
org.apache.xml.security.signature.Reference ref) |
getDocument, getNode, setAllowEmptyBody, throwFaultpublic void setRemoveSignature(boolean remove)
public void setPersistSignature(boolean persist)
protected void checkSignature(Message message)
protected boolean isEnveloping(Element root)
protected org.apache.xml.security.signature.Reference getReference(org.apache.xml.security.signature.XMLSignature sig)
protected Element validateReference(Element root, org.apache.xml.security.signature.Reference ref)
public void setSignatureProperties(SignatureProperties properties)
Apache CXF