| Modifier and Type | Class and Description |
|---|---|
static class |
SignatureTarget.Transform
This class represents a Transform that can appear on a SignatureTarget.
|
ALL_MESSAGE_HEADERS, BODY, BODY_QNAME, BODY1_2, SIGNATURE_CONFIRMATION, TARGET_TYPE_VALUE_QNAME, TARGET_TYPE_VALUE_URI, TARGET_TYPE_VALUE_XPATH, TARGET_VALUE_SOAP_BODY| Constructor and Description |
|---|
SignatureTarget()
Default constructor
|
SignatureTarget(String digest,
String transform) |
SignatureTarget(Target target)
Constructor that takes a Target
|
| Modifier and Type | Method and Description |
|---|---|
void |
addTransform(SignatureTarget.Transform transform)
Add a Transform for this Target
|
Object |
clone()
clone operator
|
boolean |
equals(SignatureTarget target)
Equals operator
|
String |
getDigestAlgorithm() |
ArrayList |
getTransforms() |
String |
getXPathVersion()
returns xpath version to be used if the Target Type is XPATH.
|
boolean |
isIsOptimized() |
boolean |
isITNever()
is the include token type Never?
|
void |
isITNever(boolean iToken)
is the include token type Never?
|
SignatureTarget.Transform |
newSignatureTransform() |
void |
setDigestAlgorithm(String digest)
set the Digest Algorithm to be used for this Target
|
void |
setIsOptimized(boolean isOptimized) |
void |
setXPathVersion(String version)
sets xpath version to be used if the Target Type is XPATH.
|
convertToXPATH, getContentOnly, getEnforce, getPolicyQName, getQName, getType, getValue, isAttachment, isBSP, isBSP, isSOAPHeadersOnly, isSOAPHeadersOnly, setContentOnly, setEnforce, setPolicyQName, setQName, setType, setValuepublic SignatureTarget()
public SignatureTarget(Target target)
public String getDigestAlgorithm()
public ArrayList getTransforms()
public void isITNever(boolean iToken)
public boolean isITNever()
public void setDigestAlgorithm(String digest)
digest - Digest Algorithmpublic void addTransform(SignatureTarget.Transform transform)
transform - Transformpublic SignatureTarget.Transform newSignatureTransform()
public boolean equals(SignatureTarget target)
target - SignatureTargetpublic Object clone()
public boolean isIsOptimized()
public void setIsOptimized(boolean isOptimized)
public void setXPathVersion(String version)
TargetsetXPathVersion in class Targetpublic String getXPathVersion()
TargetgetXPathVersion in class TargetCopyright © 2005–2018 Oracle Corporation. All rights reserved.