Deprecated API


Contents
Deprecated Fields
org.apache.camel.dataformat.xmlsecurity.XMLSecurityDataFormat.XML_ENC_KEY_STORE_ALIAS
          Use XMLSecurityDataFormat.XMLSecurityDataFormat(String, Map, boolean, String, String, String, KeyStoreParameters) instead. 
org.apache.camel.dataformat.xmlsecurity.XMLSecurityDataFormat.XML_ENC_KEY_STORE_PASSWORD
          Use XMLSecurityDataFormat.XMLSecurityDataFormat(String, Map, boolean, String, String, String, KeyStoreParameters) instead. 
org.apache.camel.dataformat.xmlsecurity.XMLSecurityDataFormat.XML_ENC_KEY_STORE_URL
          Use XMLSecurityDataFormat.XMLSecurityDataFormat(String, Map, boolean, String, String, String, KeyStoreParameters) instead. 
org.apache.camel.dataformat.xmlsecurity.XMLSecurityDataFormat.XML_ENC_RECIPIENT_ALIAS
          Use XMLSecurityDataFormat.XMLSecurityDataFormat(String, Map, boolean, String, String, String, KeyStoreParameters) instead. 
org.apache.camel.dataformat.xmlsecurity.XMLSecurityDataFormat.XML_ENC_TRUST_STORE_PASSWORD
          Use XMLSecurityDataFormat.XMLSecurityDataFormat(String, Map, boolean, String, String, String, KeyStoreParameters) instead. 
org.apache.camel.dataformat.xmlsecurity.XMLSecurityDataFormat.XML_ENC_TRUST_STORE_URL
          Use XMLSecurityDataFormat.XMLSecurityDataFormat(String, Map, boolean, String, String, String, KeyStoreParameters) instead. 
 

Deprecated Methods
org.apache.camel.dataformat.xmlsecurity.XMLSecurityDataFormat.getKeyCyperAlgorithm()
           
org.apache.camel.dataformat.xmlsecurity.XMLSecurityDataFormat.getKeyStore()
          Will change to private access in the future. 
org.apache.camel.dataformat.xmlsecurity.XMLSecurityDataFormat.getKeyStorePassword()
          Will change to private access in the future. Use XMLSecurityDataFormat.getKeyOrTrustStoreParameters() instead. 
org.apache.camel.dataformat.xmlsecurity.XMLSecurityDataFormat.getTrustStore()
          Will change to private access in the future. Use XMLSecurityDataFormat.getKeyOrTrustStoreParameters() instead. 
org.apache.camel.dataformat.xmlsecurity.XMLSecurityDataFormat.getTrustStorePassword()
          Will change to private access in the future. Use #setKeyOrTrustStoreParameters() instead. 
org.apache.camel.dataformat.xmlsecurity.XMLSecurityDataFormat.setKeyStore(KeyStore)
          Use XMLSecurityDataFormat.getKeyOrTrustStoreParameters() instead. 
org.apache.camel.dataformat.xmlsecurity.XMLSecurityDataFormat.setKeyStorePassword(String)
          Use #setKeyOrTrustStoreParameters() instead. 
org.apache.camel.dataformat.xmlsecurity.XMLSecurityDataFormat.setTrustStore(KeyStore)
          Use #setKeyOrTrustStoreParameters() instead. 
org.apache.camel.dataformat.xmlsecurity.XMLSecurityDataFormat.setTrustStorePassword(String)
          Use #setKeyOrTrustStoreParameters() instead. 
 

Deprecated Constructors
org.apache.camel.dataformat.xmlsecurity.XMLSecurityDataFormat(String, boolean, String, String)
          use XMLSecurityDataFormat.XMLSecurityDataFormat(String, Map, boolean, String, String, String, String) or XMLSecurityDataFormat.XMLSecurityDataFormat(String, Map, boolean, String, String, String, KeyStoreParameters) instead. 
org.apache.camel.dataformat.xmlsecurity.XMLSecurityDataFormat(String, boolean, String, String, String)
          use XMLSecurityDataFormat.XMLSecurityDataFormat(String, Map, boolean, String, String, String, String) or XMLSecurityDataFormat.XMLSecurityDataFormat(String, Map, boolean, String, String, String, KeyStoreParameters) instead. 
 



Apache Camel