You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Sebb (JIRA)" <ji...@apache.org> on 2016/06/16 16:42:05 UTC

[jira] [Created] (CRYPTO-82) CipherTransformation is an enum which limits the possible transformations

Sebb created CRYPTO-82:
--------------------------

             Summary: CipherTransformation is an enum which limits the possible transformations
                 Key: CRYPTO-82
                 URL: https://issues.apache.org/jira/browse/CRYPTO-82
             Project: Commons Crypto
          Issue Type: Bug
            Reporter: Sebb


The class CipherTransformation is an enum with only 3 entries currently.
This seems wrong; surely there are many more possible transformations?

An enum should generally only be used to denote a limited and known set of choices. Otherwise users are limited to whatever was made available when the code was released.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)