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()
|
org.apache.camel.dataformat.xmlsecurity.XMLSecurityDataFormat.getTrustStore()
|
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)
|
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.
|