Uses of Class
org.apache.ws.security.WSDocInfo

Packages that use WSDocInfo
org.apache.ws.security   
org.apache.ws.security.message The package provides classes to create messages that are compliant to the OASIS Web Service Security specifications. 
org.apache.ws.security.message.token   
org.apache.ws.security.processor   
org.apache.ws.security.transform   
 

Uses of WSDocInfo in org.apache.ws.security
 

Methods in org.apache.ws.security that return WSDocInfo
static WSDocInfo WSDocInfoStore.lookup(org.w3c.dom.Document doc)
           
 

Methods in org.apache.ws.security with parameters of type WSDocInfo
static void WSDocInfoStore.delete(WSDocInfo info)
           
static boolean WSDocInfoStore.store(WSDocInfo info)
           
 

Uses of WSDocInfo in org.apache.ws.security.message
 

Fields in org.apache.ws.security.message declared as WSDocInfo
protected  WSDocInfo WSSecSignature.wsDocInfo
           
 

Methods in org.apache.ws.security.message with parameters of type WSDocInfo
 void EnvelopeIdResolver.setWsDocInfo(WSDocInfo docInfo)
           
 

Uses of WSDocInfo in org.apache.ws.security.message.token
 

Methods in org.apache.ws.security.message.token with parameters of type WSDocInfo
 org.w3c.dom.Element SecurityTokenReference.getKeyIdentifierTokenElement(org.w3c.dom.Document doc, WSDocInfo docInfo, javax.security.auth.callback.CallbackHandler cb)
          Gets the signing token element, which may be a BinarySecurityToken or a SAML token.
 org.w3c.dom.Element SecurityTokenReference.getTokenElement(org.w3c.dom.Document doc, WSDocInfo docInfo, javax.security.auth.callback.CallbackHandler cb)
          Gets the signing token element, which maybe a BinarySecurityToken or a SAML token.
 

Uses of WSDocInfo in org.apache.ws.security.processor
 

Methods in org.apache.ws.security.processor with parameters of type WSDocInfo
 void TimestampProcessor.handleToken(org.w3c.dom.Element elem, Crypto crypto, Crypto decCrypto, javax.security.auth.callback.CallbackHandler cb, WSDocInfo wsDocInfo, java.util.Vector returnResults, WSSConfig wsc)
           
 void Processor.handleToken(org.w3c.dom.Element elem, Crypto crypto, Crypto decCrypto, javax.security.auth.callback.CallbackHandler cb, WSDocInfo wsDocInfo, java.util.Vector returnResults, WSSConfig config)
           
 void BinarySecurityTokenProcessor.handleToken(org.w3c.dom.Element elem, Crypto crypto, Crypto decCrypto, javax.security.auth.callback.CallbackHandler cb, WSDocInfo wsDocInfo, java.util.Vector returnResults, WSSConfig config)
          
 void UsernameTokenProcessor.handleToken(org.w3c.dom.Element elem, Crypto crypto, Crypto decCrypto, javax.security.auth.callback.CallbackHandler cb, WSDocInfo wsDocInfo, java.util.Vector returnResults, WSSConfig wsc)
           
 void SignatureConfirmationProcessor.handleToken(org.w3c.dom.Element elem, Crypto crypto, Crypto decCrypto, javax.security.auth.callback.CallbackHandler cb, WSDocInfo wsDocInfo, java.util.Vector returnResults, WSSConfig wsc)
           
 void ReferenceListProcessor.handleToken(org.w3c.dom.Element elem, Crypto crypto, Crypto decCrypto, javax.security.auth.callback.CallbackHandler cb, WSDocInfo wdi, java.util.Vector returnResults, WSSConfig wsc)
           
 void EncryptedKeyProcessor.handleToken(org.w3c.dom.Element elem, Crypto crypto, Crypto decCrypto, javax.security.auth.callback.CallbackHandler cb, WSDocInfo wsDocInfo, java.util.Vector returnResults, WSSConfig wsc)
           
 void SAMLTokenProcessor.handleToken(org.w3c.dom.Element elem, Crypto crypto, Crypto decCrypto, javax.security.auth.callback.CallbackHandler cb, WSDocInfo wsDocInfo, java.util.Vector returnResults, WSSConfig wsc)
           
 void SecurityContextTokenProcessor.handleToken(org.w3c.dom.Element elem, Crypto crypto, Crypto decCrypto, javax.security.auth.callback.CallbackHandler cb, WSDocInfo wsDocInfo, java.util.Vector returnResults, WSSConfig config)
           
 void EncryptedDataProcessor.handleToken(org.w3c.dom.Element elem, Crypto crypto, Crypto decCrypto, javax.security.auth.callback.CallbackHandler cb, WSDocInfo wsDocInfo, java.util.Vector returnResults, WSSConfig config)
           
 void SignatureProcessor.handleToken(org.w3c.dom.Element elem, Crypto crypto, Crypto decCrypto, javax.security.auth.callback.CallbackHandler cb, WSDocInfo wsDocInfo, java.util.Vector returnResults, WSSConfig wsc)
           
 void DerivedKeyTokenProcessor.handleToken(org.w3c.dom.Element elem, Crypto crypto, Crypto decCrypto, javax.security.auth.callback.CallbackHandler cb, WSDocInfo wsDocInfo, java.util.Vector returnResults, WSSConfig config)
           
protected  java.security.Principal SignatureProcessor.verifyXMLSignature(org.w3c.dom.Element elem, Crypto crypto, java.security.cert.X509Certificate[] returnCert, java.util.Set returnElements, java.util.List protectedElements, byte[][] signatureValue, javax.security.auth.callback.CallbackHandler cb, WSDocInfo wsDocInfo)
          Verify the WS-Security signature.
 

Uses of WSDocInfo in org.apache.ws.security.transform
 

Methods in org.apache.ws.security.transform with parameters of type WSDocInfo
static org.w3c.dom.Element STRTransformUtil.dereferenceSTR(org.w3c.dom.Document doc, SecurityTokenReference secRef, WSDocInfo wsDocInfo)
          Retrieves the element representing the referenced content of a STR.
 



Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.