[
https://issues.apache.org/jira/browse/CRYPTO-156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Arturo Bernal updated CRYPTO-156:
---------------------------------
Description:
In order to avoid duplicate code and try to unify the transformation of the
token i think it's necessary create the next class:
* OpenSslTransform --> Utility code for dealing with different algorithm types
* OpenSslPadding --> Containg the enumeration of Cipher Algorithm Padding
[https://github.com/apache/commons-crypto/blob/master/src/main/java/org/apache/commons/crypto/cipher/OpenSsl.java#L208]
[https://github.com/apache/commons-crypto/blob/master/src/main/java/org/apache/commons/crypto/jna/OpenSslJnaCipher.java#L422]
I create this Jira to have the work logged
was:
In order to avoid duplicate code and try to unify the transformation of the
token i think it's necessary create the next class:
* OpenSslTransform --> Utility code for dealing with different algorithm types
* OpenSslPadding --> Containg the enumeration of Cipher Algorithm Padding
I create this Jira to have the work logged
> Common clase Padding and Transform
> ----------------------------------
>
> Key: CRYPTO-156
> URL: https://issues.apache.org/jira/browse/CRYPTO-156
> Project: Commons Crypto
> Issue Type: Improvement
> Components: Cipher
> Affects Versions: 1.1.0
> Reporter: Arturo Bernal
> Priority: Major
> Fix For: 1.1.1
>
>
> In order to avoid duplicate code and try to unify the transformation of the
> token i think it's necessary create the next class:
> * OpenSslTransform --> Utility code for dealing with different algorithm
> types
> * OpenSslPadding --> Containg the enumeration of Cipher Algorithm Padding
> [https://github.com/apache/commons-crypto/blob/master/src/main/java/org/apache/commons/crypto/cipher/OpenSsl.java#L208]
> [https://github.com/apache/commons-crypto/blob/master/src/main/java/org/apache/commons/crypto/jna/OpenSslJnaCipher.java#L422]
>
>
> I create this Jira to have the work logged
--
This message was sent by Atlassian Jira
(v8.3.4#803005)