|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SupportingTokens
Supporting tokens are included in the security header and may optionally include additional message parts to sign and/or encrypt.
Field Summary |
---|
Method Summary | |
---|---|
AlgorithmSuite |
getAlgorithmSuite()
returns the AlgorithmSuite which will identify algorithms to use. |
java.util.Iterator<EncryptedElements> |
getEncryptedElements()
|
java.util.Iterator<EncryptedParts> |
getEncryptedParts()
|
java.util.Iterator<SignedElements> |
getSignedElements()
|
java.util.Iterator<SignedParts> |
getSignedParts()
List of targets that need to be protected. |
java.util.Iterator |
getTokens()
All tokens are set. |
Methods inherited from interface com.sun.xml.ws.security.policy.Token |
---|
getIncludeToken, getSecurityPolicyVersion, getTokenId |
Method Detail |
---|
AlgorithmSuite getAlgorithmSuite()
AlgorithmSuite
which will identify algorithms to use.
AlgorithmSuite
or nulljava.util.Iterator<SignedParts> getSignedParts()
Iterator
over targets that need to be protected.java.util.Iterator<SignedElements> getSignedElements()
java.util.Iterator<EncryptedParts> getEncryptedParts()
java.util.Iterator<EncryptedElements> getEncryptedElements()
java.util.Iterator getTokens()
Iterator
over tokens that are to be included in the message
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |