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

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

    XMLWordPrintable

Details

    • Improvement
    • Status: Confirmed
    • Resolution: Unresolved
    • None
    • None
    • General
    • None
    • Operating System: All
      Platform: All

    Description

      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);
      }
      

       

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

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

            Dates

              Created:
              Updated: