Skip navigation links

Oracle Fusion Middleware Web Services Security Java API Reference for Oracle Security Developer Tools
11g Release 1 (11.1.1)

E10678-03


Deprecated API


Contents

Deprecated Interfaces
oracle.security.xmlsec.wss.username.KeyDerivator
            

 

Deprecated Fields
oracle.security.xmlsec.wss.WSSBinarySecurityToken.DEFAULT_ENCODING_TYPE
            

 

Deprecated Methods
oracle.security.xmlsec.wss.username.UsernameToken.addKeyDerivator(KeyDerivator)
            
oracle.security.xmlsec.wss.WSSecurity.addWsuIdToElement(String, Element)
          replaced by WSSUtils.addWsuIdToElement(String, Element) 
oracle.security.xmlsec.wss.username.UsernameToken.createSecretKey()
            
oracle.security.xmlsec.wss.username.UsernameToken.createSecretKey(char[])
            
oracle.security.xmlsec.wss.util.WSSUtils.createSecurityToken(Element)
          Use WSSTokenUtils.createSecurityToken(Element) 
oracle.security.xmlsec.wss.WSSecurity.encrypt(Element, boolean, String, String, KeyDerivator)
            
oracle.security.xmlsec.wss.WSSecurity.encrypt(Element, boolean, WSSEncryptionParams)
          Replaced by WSSecurity.encrypt(Element, boolean, String, SecretKey, PublicKey, String, String, byte[]) 
oracle.security.xmlsec.wss.WSSecurity.encrypt(List, boolean[], String, String, KeyDerivator)
            
oracle.security.xmlsec.wss.WSSecurity.encrypt(List, boolean[], WSSEncryptionParams)
          Replaced by WSSecurity.encrypt(List, boolean[], String, SecretKey, PublicKey, String, String, byte[]) 
oracle.security.xmlsec.wss.username.UsernameToken.getKey()
            
oracle.security.xmlsec.wss.util.WSSignatureParams.getKeyName()
          Use WSSignatureParams.getKeyInfoData() instead to return a KeyName 
oracle.security.xmlsec.wss.util.WSSignatureParams.setKeyName(String)
          Use WSSignatureParams.setKeyInfoData(KeyInfoData) instead to set a KeyName 
oracle.security.xmlsec.wss.WSSecurity.sign(String[], UsernameToken, KeyDerivator, String, String, String, boolean)
          KeyDerivator was used before WSS 1.1, Instead use UsernameToken.deriveKey(char[], byte[], int) to derive the password, and call the regular sign method 
oracle.security.xmlsec.wss.WSSecurity.sign(String[], UsernameToken, KeyDerivator, String, String, String, XSAlgorithmIdentifier[], boolean)
            
oracle.security.xmlsec.wss.WSSecurity.sign(String[], WSSecurityTokenReference[], WSSignatureParams)
          Combine the uris and the refs into one list of uris and call WSSecurity.sign(String[], WSSignatureParams, XSAlgorithmIdentifier[][]) 
oracle.security.xmlsec.wss.WSSecurity.sign(String[], WSSKeyIdentifier, PrivateKey, String, String, String, boolean)
          Use WSSecurity.sign(String[], WSSignatureParams, XSAlgorithmIdentifier[][]) instead 
oracle.security.xmlsec.wss.WSSecurity.sign(String[], WSSKeyIdentifier, PrivateKey, String, String, String, XSAlgorithmIdentifier[], boolean)
          Use the createSTR_XXX methods to create a KeyIdentifier and then pass it to WSSecurity.sign(String[], WSSignatureParams, XSAlgorithmIdentifier[][]) 
oracle.security.xmlsec.wss.WSSecurity.sign(String[], X509BinarySecurityToken, PrivateKey, String, String, String, boolean)
          Use WSSecurity.createSTR_X509_IssuerSerial(X509Certificate) to create an STR, and then send that to WSSecurity.sign(String[], WSSignatureParams, XSAlgorithmIdentifier[][]) 
oracle.security.xmlsec.wss.WSSecurity.sign(String[], X509BinarySecurityToken, PrivateKey, String, String, String, XSAlgorithmIdentifier[], boolean)
          Use WSSecurity.createSTR_X509_IssuerSerial(X509Certificate) to create an STR, and then send that to WSSecurity.sign(String[], WSSignatureParams, XSAlgorithmIdentifier[][]) 
oracle.security.xmlsec.wss.WSSecurity.sign(String[], X509IssuerSerial, PrivateKey, String, String, String, boolean)
          Use WSSecurity.createSTR_X509_IssuerSerial(X509Certificate) to create an STR, and then send that to WSSecurity.sign(String[], WSSignatureParams, XSAlgorithmIdentifier[][]) 
oracle.security.xmlsec.wss.WSSecurity.sign(String[], X509IssuerSerial, PrivateKey, String, String, String, XSAlgorithmIdentifier[], boolean)
          Use WSSecurity.createSTR_X509_IssuerSerial(X509Certificate) to create an STR, and then send that to WSSecurity.sign(String[], WSSignatureParams, XSAlgorithmIdentifier[][]) 
oracle.security.xmlsec.wss.WSSecurity.sign(String, UsernameToken, KeyDerivator, String, String, String, boolean)
          KeyDerivator was used before WSS 1.1, Instead use UsernameToken.deriveKey(char[], byte[], int) to derive the password, and call the regular sign method 
oracle.security.xmlsec.wss.WSSecurity.sign(WSSecurityTokenReference, WSSignatureParams)
          Use WSSecurity.sign(String, WSSignatureParams) which can sign both regular URIs and URIs to STRs. 

 

Deprecated Constructors
oracle.security.xmlsec.wss.util.WSSEncryptionParams(String, SecretKey, String)
            
oracle.security.xmlsec.wss.util.WSSEncryptionParams(String, String, X509Certificate, String, byte[])
            

 


Skip navigation links

Oracle Fusion Middleware Web Services Security Java API Reference for Oracle Security Developer Tools
11g Release 1 (11.1.1)

E10678-03


Copyright © 2005, 2011 , Oracle. All rights reserved.