Uses of Interface
com.sun.xml.ws.security.policy.SignedParts

Packages that use SignedParts
com.sun.xml.ws.security.impl.policy   
com.sun.xml.ws.security.impl.policyconv   
com.sun.xml.ws.security.policy   
 

Uses of SignedParts in com.sun.xml.ws.security.impl.policy
 

Classes in com.sun.xml.ws.security.impl.policy that implement SignedParts
 class SignedParts
           
 

Methods in com.sun.xml.ws.security.impl.policy that return types with arguments of type SignedParts
 java.util.Iterator<SignedParts> SupportingTokens.getSignedParts()
           
 

Uses of SignedParts in com.sun.xml.ws.security.impl.policyconv
 

Fields in com.sun.xml.ws.security.impl.policyconv declared as SignedParts
protected  SignedParts SupportingTokensProcessor.emptySP
           
 

Fields in com.sun.xml.ws.security.impl.policyconv with type parameters of type SignedParts
protected  java.util.Vector<SignedParts> BindingProcessor.signedParts
           
 

Methods in com.sun.xml.ws.security.impl.policyconv that return SignedParts
protected  SignedParts SupportingTokensProcessor.getEmptySignedParts(java.util.Iterator itr)
           
 

Methods in com.sun.xml.ws.security.impl.policyconv with parameters of type SignedParts
static boolean SecurityPolicyUtil.isSignedPartsEmpty(SignedParts sp)
           
 void IntegrityAssertionProcessor.process(SignedParts signedParts, com.sun.xml.wss.impl.policy.mls.SignaturePolicy.FeatureBinding binding)
           
 

Constructor parameters in com.sun.xml.ws.security.impl.policyconv with type arguments of type SignedParts
AsymmetricBindingProcessor(AsymmetricBinding asBinding, XWSSPolicyContainer container, boolean isServer, boolean isIncoming, java.util.Vector<SignedParts> signedParts, java.util.Vector<EncryptedParts> encryptedParts, java.util.Vector<SignedElements> signedElements, java.util.Vector<EncryptedElements> encryptedElements)
          Creates a new instance of AsymmetricBindingProcessor
SymmetricBindingProcessor(SymmetricBinding binding, XWSSPolicyContainer container, boolean isServer, boolean isIncoming, java.util.Vector<SignedParts> signedParts, java.util.Vector<EncryptedParts> encryptedParts, java.util.Vector<SignedElements> signedElements, java.util.Vector<EncryptedElements> encryptedElements)
          Creates a new instance of SymmetricBindingProcessor
 

Uses of SignedParts in com.sun.xml.ws.security.policy
 

Methods in com.sun.xml.ws.security.policy that return SignedParts
abstract  SignedParts WSSecurityPolicyFactory.createSignedParts()
           
 

Methods in com.sun.xml.ws.security.policy that return types with arguments of type SignedParts
 java.util.Iterator<SignedParts> SupportingTokens.getSignedParts()
          List of targets that need to be protected.