All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.camel.spring.xml.secureRandomParameters.json Maven / Gradle / Ivy

There is a newer version: 4.9.0
Show newest version
{
  "model": {
    "kind": "model",
    "name": "secureRandomParameters",
    "title": "Secure Random Parameters",
    "description": "Cryptographically strong random number generator",
    "deprecated": false,
    "label": "security,configuration",
    "javaType": "org.apache.camel.spring.xml.SecureRandomParametersFactoryBean",
    "abstract": false,
    "input": false,
    "output": false
  },
  "properties": {
    "algorithm": { "index": 0, "kind": "attribute", "displayName": "Algorithm", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "The Random Number Generator algorithm identifier for the SecureRandom factory method used to create the SecureRandom represented by this object's configuration. See Appendix A in the Java Cryptography Architecture API Specification and Reference guide for information about standard RNG algorithm names." },
    "provider": { "index": 1, "kind": "attribute", "displayName": "Provider", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "The optional provider identifier for the SecureRandom factory method used to create the SecureRandom represented by this object's configuration." },
    "camelContextId": { "index": 2, "kind": "attribute", "displayName": "Camel Context Id", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "Id of CamelContext to use if there are multiple CamelContexts in the same JVM" },
    "id": { "index": 3, "kind": "attribute", "displayName": "Id", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "The id of this node" }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy