FileDocCategorySizeDatePackage
SupportingTokens.javaAPI DocExample3061Tue May 29 16:56:52 BST 2007com.sun.xml.ws.security.policy

SupportingTokens

public interface SupportingTokens implements Token
Supporting tokens are included in the security header and may optionally include additional message parts to sign and/or encrypt.
author
K.Venugopal@sun.com

Fields Summary
Constructors Summary
Methods Summary
public AlgorithmSuitegetAlgorithmSuite()
returns the {@link AlgorithmSuite} which will identify algorithms to use.

return
{@link AlgorithmSuite} or null

public java.util.IteratorgetEncryptedElements()

public java.util.IteratorgetEncryptedParts()

public java.util.IteratorgetSignedElements()

public java.util.IteratorgetSignedParts()
List of targets that need to be protected.

return
{@link java.util.Iterator } over targets that need to be protected.

public java.util.IteratorgetTokens()
All tokens are set.

return
{@link java.util.Iterator } over tokens that are to be included in the message