|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents ReferenceList element of XML Encryption that contains pointer
to encrypted items in message that are not referenced from any EncryptedKeyConf
. It contains references to EncryptedData
and
EncryptedKey
.
Sender side
MessageConf
order
in processing. For more information check OrderedElementConf
.
ElementConf.setWsuId(java.lang.String)
. For more information check ElementConf
.
EncryptedDataConf
and @{link EncryptedKeyConf} which are not referenced from
any EncryptedKeyConf
and other ReferenceListConf
.
WSSEProviderConf
.
WSSEGlobalConf
.
Receiver
Receiver can check received message configuration's reference list using IncomingValidator
.
Method Summary | |
EncryptionReferenceConf[] |
getReferences()
Gets encryption references. |
EncryptionReferenceConf |
newReference()
Creates new instance of EncryptionReferenceConf . |
void |
setReferences(EncryptionReferenceConf[] references)
Sets encryption references. |
Methods inherited from interface org.systinet.wasp.security.ws.conf.OrderedElementConf |
getOrder, setOrder |
Methods inherited from interface org.systinet.wasp.security.ws.conf.ElementConf |
getWsuId, setWsuId |
Method Detail |
public void setReferences(EncryptionReferenceConf[] references)
references
- references to EncryptedDataConf
and/or
EncryptedKeyConf
newReference()
,
getReferences()
public EncryptionReferenceConf[] getReferences()
EncryptedDataConf
and/or
EncryptedKeyConf
setReferences(org.systinet.wasp.security.ws.conf.EncryptionReferenceConf[])
public EncryptionReferenceConf newReference()
EncryptionReferenceConf
.
setReferences(org.systinet.wasp.security.ws.conf.EncryptionReferenceConf[])
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |