Uploaded image for project: 'aaa'
  1. aaa
  2. AAA-140

AAA Service's Encryption/Decryption API's do not propagate exceptions

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Unresolved
    • None
    • None
    • General
    • None
    • Operating System: All
      Platform: All

      The AAAEncryptionService's encrypt and decrypt service methods never throw an exception if there is a problem during encrypion or decryption process.
      This causes the exception to not be propagated to the caller of these services and they are not able to handle it in a custom way.

      This defect is a request to have these services throw exceptions when they occur.

       

      public interface AAAEncryptionService {
        public String encrypt(String data);
        public String decrypt(String encData);
        public byte[] encrypt(byte[] data);
        public byte[] decrypt(byte[] encData);
      }
      

       

            Unassigned Unassigned
            atul.gosain@gmail.com Atul Gosain
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated: