Xianda Ke created CRYPTO-12:
-------------------------------
Summary: Names of CryptoInputStream & CryptoOutputStream
Key: CRYPTO-12
URL: https://issues.apache.org/jira/browse/CRYPTO-12
Project: Apache Commons Crypto
Issue Type: Bug
Reporter: Xianda Ke
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)