• Home
  • About Us
  • Contact
  • Pricing
  • Information
  • FAQ
  • Documentation

Frequently Asked Questions:
  1. Is deployment using Aedons limited to Java?
  2. What type of encryption does Aedons use?
  3. Can I write my own controll that extends Aedons default?
  4. Does Aedons encrypt request/response headers?
  5. Is it possible to do a custom implementation of Aedons?



Frequently Offered Responses to the Questions Above
  1. No. Aedons sends encrypted XML in response, and accepts the same as a request. As long as your encryption is the same, you can write the client in whatever language you choose.
  2. Aedons uses 256 bit AES encryption.
  3. Yes. No 'final' components are declared, so you may extend as necessary.
  4. No. Headers sent and receieved by the client server are ambiguous, hence no need for encryption.
  5. Yes. All the components in the API may be implemented in a custom fashion, or extended, including the HTTP handler and encryption handler.
Copyright© 2025 Computer Paradigm Resolutions, Inc. All Rights Reserved.