-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
b24
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 {
abstract class AESCipher extends CipherSpi {