Class and Description |
---|
org.apache.commons.codec.language.Caverphone
1.5 Replaced by
Caverphone2 , will be removed in 2.0. |
Field and Description |
---|
org.apache.commons.codec.net.URLCodec.charset
TODO: This field will be changed to a private final Charset in 2.0.
|
Method and Description |
---|
org.apache.commons.codec.net.URLCodec.getEncoding()
Use
URLCodec.getDefaultCharset() , will be removed in 2.0. |
org.apache.commons.codec.language.Soundex.getMaxLength()
This feature is not needed since the encoding size must be constant. Will be removed in 2.0.
|
org.apache.commons.codec.digest.DigestUtils.getShaDigest() |
org.apache.commons.codec.binary.Base64.isArrayByteBase64(byte[])
1.5 Use
Base64.isBase64(byte[]) , will be removed in 2.0. |
org.apache.commons.codec.language.Soundex.setMaxLength(int)
This feature is not needed since the encoding size must be constant. Will be removed in 2.0.
|
org.apache.commons.codec.digest.DigestUtils.sha(byte[]) |
org.apache.commons.codec.digest.DigestUtils.sha(InputStream) |
org.apache.commons.codec.digest.DigestUtils.sha(String) |
org.apache.commons.codec.digest.DigestUtils.shaHex(byte[]) |
org.apache.commons.codec.digest.DigestUtils.shaHex(InputStream) |
org.apache.commons.codec.digest.DigestUtils.shaHex(String) |
Constructor and Description |
---|
org.apache.commons.codec.StringEncoderComparator()
Creating an instance without a
StringEncoder leads to a NullPointerException . Will be
removed in 2.0. |
Copyright © 2002-2021 The Apache Software Foundation. All Rights Reserved.