|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Represents configuration of Transform of XML Signature reference. Configuration specifies:
URI of the signed element
transforms applied to and element before digesting, a transform is specified in TransformConf
DigestAlgorithm, currently Constants.ALGO_ID_DIGEST_SHA1 is supported only.
| Method Summary | |
java.lang.String |
getDigestAlgorithm()
Gets digest method algorithm. |
java.lang.String |
getRefUri()
Gets URI of referenced data object, |
TransformConf[] |
getTransforms()
Gets trosforms to be applied prior to digesting. |
TransformConf |
newTransform()
Creates new instance of TransformConf. |
void |
setDigestAlgorithm(java.lang.String algorithm)
Sets digest method algorithm to be applied to the signed object. |
void |
setRefUri(java.lang.String uri)
Sets URI of the referenced data object. |
void |
setTransforms(TransformConf[] transformConfs)
Sets transforms to be applied prior to digesting. |
| Methods inherited from interface org.systinet.wasp.security.ws.conf.ElementConf |
getWsuId, setWsuId |
| Method Detail |
public void setTransforms(TransformConf[] transformConfs)
transformConfs - transform configurationsgetTransforms()public TransformConf[] getTransforms()
setTransforms(org.systinet.wasp.security.ws.conf.TransformConf[])public TransformConf newTransform()
TransformConf.
setTransforms(org.systinet.wasp.security.ws.conf.TransformConf[])public void setRefUri(java.lang.String uri)
uri - URI-Reference; optinal to set, but recommendedgetRefUri()public java.lang.String getRefUri()
setRefUri(java.lang.String)public void setDigestAlgorithm(java.lang.String algorithm)
algorithm - digest method algorihmgetDigestAlgorithm(),
Constants.ALGO_ID_DIGEST_SHA1public java.lang.String getDigestAlgorithm()
Supported digest algorithms:
setDigestAlgorithm(java.lang.String)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||