public class WSDataRef extends Object
Constructor and Description |
---|
WSDataRef() |
Modifier and Type | Method and Description |
---|---|
String |
getAlgorithm() |
String |
getDigestAlgorithm() |
byte[] |
getDigestValue() |
Element |
getEncryptedElement() |
QName |
getName() |
Element |
getProtectedElement() |
List<String> |
getTransformAlgorithms()
Get the Transform algorithm URIs used to transform the element before digest
|
String |
getWsuId() |
String |
getXpath() |
boolean |
isAttachment() |
boolean |
isContent() |
void |
setAlgorithm(String algo) |
void |
setAttachment(boolean attachment) |
void |
setContent(boolean content) |
void |
setDigestAlgorithm(String digestAlgorithm) |
void |
setDigestValue(byte[] digestValue) |
void |
setEncryptedElement(Element encryptedElement) |
void |
setName(QName name) |
void |
setProtectedElement(Element element) |
void |
setTransformAlgorithms(List<String> transformAlgorithms)
Set the Transform algorithm URIs used to transform the element before digest
|
void |
setWsuId(String wsuId) |
void |
setXpath(String xpath) |
public String getWsuId()
public void setWsuId(String wsuId)
wsuId
- Id of the protected elementpublic QName getName()
public void setName(QName name)
name
- QName of the protected elementpublic void setProtectedElement(Element element)
element
- The protected DOM element to setpublic Element getProtectedElement()
public String getXpath()
public void setXpath(String xpath)
xpath
- the xpath to setpublic boolean isContent()
public void setContent(boolean content)
content
- the content to setpublic String getAlgorithm()
public void setAlgorithm(String algo)
algo
- algorithm used for encryptionpublic String getDigestAlgorithm()
public void setDigestAlgorithm(String digestAlgorithm)
digestAlgorithm
- if this reference represents
signed content, the digest algorithm applied to the content.public void setTransformAlgorithms(List<String> transformAlgorithms)
public List<String> getTransformAlgorithms()
public boolean isAttachment()
public void setAttachment(boolean attachment)
public byte[] getDigestValue()
public void setDigestValue(byte[] digestValue)
public Element getEncryptedElement()
public void setEncryptedElement(Element encryptedElement)
Copyright © 2017 JBoss by Red Hat. All rights reserved.