You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Ferdinand Xu (JIRA)" <ji...@apache.org> on 2016/05/03 10:14:13 UTC

[jira] [Updated] (CRYPTO-12) Rename CryptoInputStream to CipherInputStream and CryptoOutputStream to CipherOutputStream

     [ https://issues.apache.org/jira/browse/CRYPTO-12?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ferdinand Xu updated CRYPTO-12:
-------------------------------
    Affects Version/s: 0.9.2

> Rename CryptoInputStream to CipherInputStream and CryptoOutputStream to CipherOutputStream
> ------------------------------------------------------------------------------------------
>
>                 Key: CRYPTO-12
>                 URL: https://issues.apache.org/jira/browse/CRYPTO-12
>             Project: Commons Crypto
>          Issue Type: Improvement
>    Affects Versions: 0.9.2
>            Reporter: Xianda Ke
>            Assignee: Xianda Ke
>             Fix For: 1.0.0
>
>
> It seems that "{color:red}Cipher{color}InputStream" and ''{color:red}Cipher{color}OutputStream' are more friendly to the users who are familar with Java Cryptography Extension(JCE).
> Java(JCE) use the name 'CipherInputStream'  and 'CipherOutputStream'
> (see javax.crypto.CipherInputStream &  javax.crypto.CipherOutputStream).
> btw, Bouncy Castle Crypto library also use the name '[CipherInputStream|https://github.com/bcgit/bc-java/blob/master/core/src/main/java/org/bouncycastle/crypto/io/CipherInputStream.java]'  and '[CipherOutputStream|https://github.com/bcgit/bc-java/blob/master/core/src/main/java/org/bouncycastle/crypto/io/CipherOutputStream.java]'.



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