Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8293886

The abstract keyword can be removed in AESCipher

XMLWordPrintable

      In the AES cipher implementation, the AESCipher class is defined as abstract. As is not necessary as there is no abstract method any longer. Code reader may try to search for abstract method of the abstract keyword is used.

          abstract class AESCipher extends CipherSpi {

            xuelei Xuelei Fan
            xuelei Xuelei Fan
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: