All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Class Description AbstractCaverphone Encodes a string into a Caverphone value.Base16 Provides Base16 encoding and decoding.Base16InputStream Provides Base16 encoding and decoding in a streaming fashion (unlimited size).Base16OutputStream Provides Hex encoding and decoding in a streaming fashion (unlimited size).Base32 Provides Base32 encoding and decoding as defined by RFC 4648.Base32InputStream Provides Base32 encoding and decoding in a streaming fashion (unlimited size).Base32OutputStream Provides Base32 encoding and decoding in a streaming fashion (unlimited size).Base64 Provides Base64 encoding and decoding as defined by RFC 2045.Base64InputStream Provides Base64 encoding and decoding in a streaming fashion (unlimited size).Base64OutputStream Provides Base64 encoding and decoding in a streaming fashion (unlimited size).BaseNCodec Abstract superclass for Base-N encoders and decoders.BaseNCodecInputStream Abstract superclass for Base-N input streams.BaseNCodecOutputStream Abstract superclass for Base-N output streams.BCodec Identical to the Base64 encoding defined by RFC 1521 and allows a character set to be specified.BeiderMorseEncoder Encodes strings into their Beider-Morse phonetic encoding.BinaryCodec Converts between byte arrays and strings of "0"s and "1"s.BinaryDecoder Defines common decoding methods for byte array decoders.BinaryEncoder Defines common encoding methods for byte array encoders.Caverphone Deprecated. 1.5 Replaced byCaverphone2
, will be removed in 2.0.Caverphone1 Encodes a string into a Caverphone 1.0 value.Caverphone2 Encodes a string into a Caverphone 2.0 value.CharEncoding Character encoding names required of every implementation of the Java platform.CharSequenceUtils Operations onCharSequence
that arenull
safe.Charsets Charsets required of every implementation of the Java platform.CodecPolicy Defines encoding and decoding policies.ColognePhonetic Encodes a string into a Cologne Phonetic value.Crypt GNU libc crypt(3) compatible hash method.DaitchMokotoffSoundex Encodes a string into a Daitch-Mokotoff Soundex value.Decoder Provides the highest level of abstraction for Decoders.DecoderException Thrown when there is a failure condition during the decoding process.Digest A minimal command line to run digest over files, directories or a stringDigestUtils Operations to simplify commonMessageDigest
tasks.DoubleMetaphone Encodes a string into a double metaphone value.Encoder Provides the highest level of abstraction for Encoders.EncoderException Thrown when there is a failure condition during the encoding process.Hex Converts hexadecimal Strings.HmacAlgorithms StandardHmacUtils
algorithm names from the Java Cryptography Architecture Standard Algorithm Name Documentation.HmacUtils Simplifies commonMac
tasks.Lang Language guessing utility.Languages Language codes.Languages.LanguageSet A set of languages.Languages.SomeLanguages Some languages, explicitly enumerated.MatchRatingApproachEncoder Match Rating Approach Phonetic Algorithm Developed by Western Airlines in 1977.Md5Crypt The libc crypt() "$1$" and Apache "$apr1$" MD5-based hash algorithm.MessageDigestAlgorithms StandardMessageDigest
algorithm names from the Java Cryptography Architecture Standard Algorithm Name Documentation.Metaphone Encodes a string into a Metaphone value.MurmurHash2 Implementation of the MurmurHash2 32-bit and 64-bit hash functions.MurmurHash3 Implementation of the MurmurHash3 32-bit and 128-bit hash functions.MurmurHash3.IncrementalHash32 Deprecated. Use IncrementalHash32x86.MurmurHash3.IncrementalHash32x86 Generates 32-bit hash from input bytes.NameType Supported types of names.Nysiis Encodes a string into a NYSIIS value.PercentCodec Implements the Percent-Encoding scheme, as described in HTTP 1.1 specification.PhoneticEngine Converts words into potential phonetic representations.PureJavaCrc32 A pure-java implementation of the CRC32 checksum that uses the same polynomial as the built-in native CRC32.PureJavaCrc32C A pure-java implementation of the CRC32 checksum that uses the CRC32-C polynomial, the same polynomial used by iSCSI and implemented on many Intel chipsets supporting SSE4.2.QCodec Similar to the Quoted-Printable content-transfer-encoding defined in RFC 1521 and designed to allow text containing mostly ASCII characters to be decipherable on an ASCII terminal without decoding.QuotedPrintableCodec Codec for the Quoted-Printable section of RFC 1521.RefinedSoundex Encodes a string into a Refined Soundex value.Resources Consider this class package private.Rule A phoneme rule.Rule.Phoneme Rule.PhonemeExpr Rule.PhonemeList Rule.RPattern A minimal wrapper around the functionality of Pattern that we use, to allow for alternate implementations.RuleType Types of rule.Sha2Crypt SHA2-based Unix crypt implementation.Soundex Encodes a string into a Soundex value.StringDecoder Defines common decoding methods for String decoders.StringEncoder Defines common encoding methods for String encoders.StringEncoderComparator Compares Strings using aStringEncoder
.StringUtils Converts String to and from bytes using the encodings required by the Java specification.UnixCrypt Unix crypt(3) algorithm implementation.URLCodec Implements the 'www-form-urlencoded' encoding scheme, also misleadingly known as URL encoding.XXHash32 Implementation of the xxhash32 hash algorithm.