-
Classes Class Description org.apache.commons.codec.digest.MurmurHash3.IncrementalHash32 Use IncrementalHash32x86. This corrects the processing of trailing bytes.org.apache.commons.codec.language.Caverphone 1.5 Replaced byCaverphone2
, will be removed in 2.0.
-
Fields Field Description org.apache.commons.codec.binary.BaseNCodec.PAD UseBaseNCodec.pad
. Will be removed in 2.0.org.apache.commons.codec.Charsets.ISO_8859_1 UseStandardCharsets.ISO_8859_1
instead.org.apache.commons.codec.Charsets.US_ASCII UseStandardCharsets.US_ASCII
instead.org.apache.commons.codec.Charsets.UTF_16 UseStandardCharsets.UTF_16
instead.org.apache.commons.codec.Charsets.UTF_16BE UseStandardCharsets.UTF_16BE
instead.org.apache.commons.codec.Charsets.UTF_16LE UseStandardCharsets.UTF_16LE
instead.org.apache.commons.codec.Charsets.UTF_8 UseStandardCharsets.UTF_8
instead.org.apache.commons.codec.digest.MurmurHash3.NULL_HASHCODE This is not used internally and will be removed in a future release.org.apache.commons.codec.net.URLCodec.charset TODO: This field will be changed to a private final Charset in 2.0. (CODEC-126)org.apache.commons.codec.net.URLCodec.WWW_FORM_URL 1.11 Will be removed in 2.0 (CODEC-230)
-
Constructors Constructor Description org.apache.commons.codec.digest.DigestUtils() since 1.11; only useful to preserve binary compatibilityorg.apache.commons.codec.digest.HmacUtils() since 1.11; only useful to preserve binary compatibilityorg.apache.commons.codec.StringEncoderComparator() Creating an instance without aStringEncoder
leads to aNullPointerException
. Will be removed in 2.0.