Deprecated Methods |
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()
Use DigestUtils.getSha1Digest() |
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[])
Use DigestUtils.sha1(byte[]) |
org.apache.commons.codec.digest.DigestUtils.sha(InputStream)
Use DigestUtils.sha1(InputStream) |
org.apache.commons.codec.digest.DigestUtils.sha(String)
Use DigestUtils.sha1(String) |
org.apache.commons.codec.digest.DigestUtils.shaHex(byte[])
Use DigestUtils.sha1Hex(byte[]) |
org.apache.commons.codec.digest.DigestUtils.shaHex(InputStream)
Use DigestUtils.sha1Hex(InputStream) |
org.apache.commons.codec.digest.DigestUtils.shaHex(String)
Use DigestUtils.sha1Hex(String) |