A B C D E F G H I J L M N O P Q R S T U V W X _
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractCaverphone - Class in org.apache.commons.codec.language
-
Encodes a string into a Caverphone value.
- AbstractCaverphone() - Constructor for class org.apache.commons.codec.language.AbstractCaverphone
-
Creates an instance of the Caverphone encoder
- acceptOnMatch - Variable in class org.apache.commons.codec.language.bm.Lang.LangRule
- add(byte[], int, int) - Method in class org.apache.commons.codec.digest.MurmurHash3.IncrementalHash32x86
-
Adds the byte array to the current incremental hash.
- AEIJOUY - Static variable in class org.apache.commons.codec.language.ColognePhonetic
- AHKLOQRUX - Static variable in class org.apache.commons.codec.language.ColognePhonetic
- AHKOQUX - Static variable in class org.apache.commons.codec.language.ColognePhonetic
- algorithm - Variable in class org.apache.commons.codec.cli.Digest
- ALL - Static variable in class org.apache.commons.codec.language.bm.Rule
- ALL_STRINGS_RMATCHER - Static variable in class org.apache.commons.codec.language.bm.Rule
- alternate - Variable in class org.apache.commons.codec.language.DoubleMetaphone.DoubleMetaphoneResult
- alwaysEncodeChars - Variable in class org.apache.commons.codec.net.PercentCodec
-
The bit set used to store the character that should be always encoded
- alwaysEncodeCharsMax - Variable in class org.apache.commons.codec.net.PercentCodec
-
The minimum and maximum code of the bytes that is inserted in the bit set, used to prevent look-ups
- alwaysEncodeCharsMin - Variable in class org.apache.commons.codec.net.PercentCodec
-
The minimum and maximum code of the bytes that is inserted in the bit set, used to prevent look-ups
- ANY - Static variable in class org.apache.commons.codec.language.bm.Languages
- ANY_LANGUAGE - Static variable in class org.apache.commons.codec.language.bm.Languages
-
Any/all languages.
- append(char) - Method in class org.apache.commons.codec.language.DoubleMetaphone.DoubleMetaphoneResult
- append(char, char) - Method in class org.apache.commons.codec.language.DoubleMetaphone.DoubleMetaphoneResult
- append(CharSequence) - Method in class org.apache.commons.codec.language.bm.PhoneticEngine.PhonemeBuilder
-
Creates a new phoneme builder containing all phonemes in this one extended by
str
. - append(CharSequence) - Method in class org.apache.commons.codec.language.bm.Rule.Phoneme
- append(String) - Method in class org.apache.commons.codec.language.DoubleMetaphone.DoubleMetaphoneResult
- append(String, String) - Method in class org.apache.commons.codec.language.DoubleMetaphone.DoubleMetaphoneResult
- appendAlternate(char) - Method in class org.apache.commons.codec.language.DoubleMetaphone.DoubleMetaphoneResult
- appendAlternate(String) - Method in class org.apache.commons.codec.language.DoubleMetaphone.DoubleMetaphoneResult
- appendPrimary(char) - Method in class org.apache.commons.codec.language.DoubleMetaphone.DoubleMetaphoneResult
- appendPrimary(String) - Method in class org.apache.commons.codec.language.DoubleMetaphone.DoubleMetaphoneResult
- apply(Rule.PhonemeExpr, int) - Method in class org.apache.commons.codec.language.bm.PhoneticEngine.PhonemeBuilder
-
Applies the given phoneme expression to all phonemes in this phoneme builder.
- applyFinalRules(PhoneticEngine.PhonemeBuilder, Map<String, List<Rule>>) - Method in class org.apache.commons.codec.language.bm.PhoneticEngine
-
Applies the final rules to convert from a language-specific phonetic representation to a language-independent representation.
- APPROX - org.apache.commons.codec.language.bm.RuleType
-
Approximate rules, which will lead to the largest number of phonetic interpretations.
- APR1_PREFIX - Static variable in class org.apache.commons.codec.digest.Md5Crypt
-
The Identifier of the Apache variant.
- apr1Crypt(byte[]) - Static method in class org.apache.commons.codec.digest.Md5Crypt
-
See
Md5Crypt.apr1Crypt(byte[], String)
for details. - apr1Crypt(byte[], String) - Static method in class org.apache.commons.codec.digest.Md5Crypt
-
See
Md5Crypt.apr1Crypt(String, String)
for details. - apr1Crypt(byte[], Random) - Static method in class org.apache.commons.codec.digest.Md5Crypt
-
See
Md5Crypt.apr1Crypt(byte[], String)
for details. - apr1Crypt(String) - Static method in class org.apache.commons.codec.digest.Md5Crypt
-
See
Md5Crypt.apr1Crypt(String, String)
for details. - apr1Crypt(String, String) - Static method in class org.apache.commons.codec.digest.Md5Crypt
-
Generates an Apache htpasswd compatible "$apr1$" MD5 based hash value.
- args - Variable in class org.apache.commons.codec.cli.Digest
- arrayContains(char[], char) - Static method in class org.apache.commons.codec.language.ColognePhonetic
- ASHKENAZI - org.apache.commons.codec.language.bm.NameType
-
Ashkenazi family names
- available() - Method in class org.apache.commons.codec.binary.BaseNCodecInputStream
- available(BaseNCodec.Context) - Method in class org.apache.commons.codec.binary.BaseNCodec
-
Returns the amount of buffered data available for reading.
B
- B64 - Class in org.apache.commons.codec.digest
-
Base64-like method to convert binary bytes into ASCII chars.
- B64() - Constructor for class org.apache.commons.codec.digest.B64
- b64from24bit(byte, byte, byte, int, StringBuilder) - Static method in class org.apache.commons.codec.digest.B64
-
Base64 like conversion of bytes to ASCII chars.
- B64T_ARRAY - Static variable in class org.apache.commons.codec.digest.B64
-
Table with characters for Base64 transformation.
- B64T_STRING - Static variable in class org.apache.commons.codec.digest.B64
-
Table with characters for Base64 transformation.
- Base16 - Class in org.apache.commons.codec.binary
-
Provides Base16 encoding and decoding.
- Base16() - Constructor for class org.apache.commons.codec.binary.Base16
-
Creates a Base16 codec used for decoding and encoding.
- Base16(boolean) - Constructor for class org.apache.commons.codec.binary.Base16
-
Creates a Base16 codec used for decoding and encoding.
- Base16(boolean, CodecPolicy) - Constructor for class org.apache.commons.codec.binary.Base16
-
Creates a Base16 codec used for decoding and encoding.
- Base16InputStream - Class in org.apache.commons.codec.binary
-
Provides Base16 encoding and decoding in a streaming fashion (unlimited size).
- Base16InputStream(InputStream) - Constructor for class org.apache.commons.codec.binary.Base16InputStream
-
Creates a Base16InputStream such that all data read is Base16-decoded from the original provided InputStream.
- Base16InputStream(InputStream, boolean) - Constructor for class org.apache.commons.codec.binary.Base16InputStream
-
Creates a Base16InputStream such that all data read is either Base16-encoded or Base16-decoded from the original provided InputStream.
- Base16InputStream(InputStream, boolean, boolean) - Constructor for class org.apache.commons.codec.binary.Base16InputStream
-
Creates a Base16InputStream such that all data read is either Base16-encoded or Base16-decoded from the original provided InputStream.
- Base16InputStream(InputStream, boolean, boolean, CodecPolicy) - Constructor for class org.apache.commons.codec.binary.Base16InputStream
-
Creates a Base16InputStream such that all data read is either Base16-encoded or Base16-decoded from the original provided InputStream.
- Base16OutputStream - Class in org.apache.commons.codec.binary
-
Provides Hex encoding and decoding in a streaming fashion (unlimited size).
- Base16OutputStream(OutputStream) - Constructor for class org.apache.commons.codec.binary.Base16OutputStream
-
Creates a Base16OutputStream such that all data written is Hex-encoded to the original provided OutputStream.
- Base16OutputStream(OutputStream, boolean) - Constructor for class org.apache.commons.codec.binary.Base16OutputStream
-
Creates a Base16OutputStream such that all data written is either Hex-encoded or Hex-decoded to the original provided OutputStream.
- Base16OutputStream(OutputStream, boolean, boolean) - Constructor for class org.apache.commons.codec.binary.Base16OutputStream
-
Creates a Base16OutputStream such that all data written is either Hex-encoded or Hex-decoded to the original provided OutputStream.
- Base16OutputStream(OutputStream, boolean, boolean, CodecPolicy) - Constructor for class org.apache.commons.codec.binary.Base16OutputStream
-
Creates a Base16OutputStream such that all data written is either Hex-encoded or Hex-decoded to the original provided OutputStream.
- Base32 - Class in org.apache.commons.codec.binary
-
Provides Base32 encoding and decoding as defined by RFC 4648.
- Base32() - Constructor for class org.apache.commons.codec.binary.Base32
-
Creates a Base32 codec used for decoding and encoding.
- Base32(boolean) - Constructor for class org.apache.commons.codec.binary.Base32
-
Creates a Base32 codec used for decoding and encoding.
- Base32(boolean, byte) - Constructor for class org.apache.commons.codec.binary.Base32
-
Creates a Base32 codec used for decoding and encoding.
- Base32(byte) - Constructor for class org.apache.commons.codec.binary.Base32
-
Creates a Base32 codec used for decoding and encoding.
- Base32(int) - Constructor for class org.apache.commons.codec.binary.Base32
-
Creates a Base32 codec used for decoding and encoding.
- Base32(int, byte[]) - Constructor for class org.apache.commons.codec.binary.Base32
-
Creates a Base32 codec used for decoding and encoding.
- Base32(int, byte[], boolean) - Constructor for class org.apache.commons.codec.binary.Base32
-
Creates a Base32 / Base32 Hex codec used for decoding and encoding.
- Base32(int, byte[], boolean, byte) - Constructor for class org.apache.commons.codec.binary.Base32
-
Creates a Base32 / Base32 Hex codec used for decoding and encoding.
- Base32(int, byte[], boolean, byte, CodecPolicy) - Constructor for class org.apache.commons.codec.binary.Base32
-
Creates a Base32 / Base32 Hex codec used for decoding and encoding.
- Base32InputStream - Class in org.apache.commons.codec.binary
-
Provides Base32 encoding and decoding in a streaming fashion (unlimited size).
- Base32InputStream(InputStream) - Constructor for class org.apache.commons.codec.binary.Base32InputStream
-
Creates a Base32InputStream such that all data read is Base32-decoded from the original provided InputStream.
- Base32InputStream(InputStream, boolean) - Constructor for class org.apache.commons.codec.binary.Base32InputStream
-
Creates a Base32InputStream such that all data read is either Base32-encoded or Base32-decoded from the original provided InputStream.
- Base32InputStream(InputStream, boolean, int, byte[]) - Constructor for class org.apache.commons.codec.binary.Base32InputStream
-
Creates a Base32InputStream such that all data read is either Base32-encoded or Base32-decoded from the original provided InputStream.
- Base32InputStream(InputStream, boolean, int, byte[], CodecPolicy) - Constructor for class org.apache.commons.codec.binary.Base32InputStream
-
Creates a Base32InputStream such that all data read is either Base32-encoded or Base32-decoded from the original provided InputStream.
- Base32OutputStream - Class in org.apache.commons.codec.binary
-
Provides Base32 encoding and decoding in a streaming fashion (unlimited size).
- Base32OutputStream(OutputStream) - Constructor for class org.apache.commons.codec.binary.Base32OutputStream
-
Creates a Base32OutputStream such that all data written is Base32-encoded to the original provided OutputStream.
- Base32OutputStream(OutputStream, boolean) - Constructor for class org.apache.commons.codec.binary.Base32OutputStream
-
Creates a Base32OutputStream such that all data written is either Base32-encoded or Base32-decoded to the original provided OutputStream.
- Base32OutputStream(OutputStream, boolean, int, byte[]) - Constructor for class org.apache.commons.codec.binary.Base32OutputStream
-
Creates a Base32OutputStream such that all data written is either Base32-encoded or Base32-decoded to the original provided OutputStream.
- Base32OutputStream(OutputStream, boolean, int, byte[], CodecPolicy) - Constructor for class org.apache.commons.codec.binary.Base32OutputStream
-
Creates a Base32OutputStream such that all data written is either Base32-encoded or Base32-decoded to the original provided OutputStream.
- Base64 - Class in org.apache.commons.codec.binary
-
Provides Base64 encoding and decoding as defined by RFC 2045.
- Base64() - Constructor for class org.apache.commons.codec.binary.Base64
-
Creates a Base64 codec used for decoding (all modes) and encoding in URL-unsafe mode.
- Base64(boolean) - Constructor for class org.apache.commons.codec.binary.Base64
-
Creates a Base64 codec used for decoding (all modes) and encoding in the given URL-safe mode.
- Base64(int) - Constructor for class org.apache.commons.codec.binary.Base64
-
Creates a Base64 codec used for decoding (all modes) and encoding in URL-unsafe mode.
- Base64(int, byte[]) - Constructor for class org.apache.commons.codec.binary.Base64
-
Creates a Base64 codec used for decoding (all modes) and encoding in URL-unsafe mode.
- Base64(int, byte[], boolean) - Constructor for class org.apache.commons.codec.binary.Base64
-
Creates a Base64 codec used for decoding (all modes) and encoding in URL-unsafe mode.
- Base64(int, byte[], boolean, CodecPolicy) - Constructor for class org.apache.commons.codec.binary.Base64
-
Creates a Base64 codec used for decoding (all modes) and encoding in URL-unsafe mode.
- Base64InputStream - Class in org.apache.commons.codec.binary
-
Provides Base64 encoding and decoding in a streaming fashion (unlimited size).
- Base64InputStream(InputStream) - Constructor for class org.apache.commons.codec.binary.Base64InputStream
-
Creates a Base64InputStream such that all data read is Base64-decoded from the original provided InputStream.
- Base64InputStream(InputStream, boolean) - Constructor for class org.apache.commons.codec.binary.Base64InputStream
-
Creates a Base64InputStream such that all data read is either Base64-encoded or Base64-decoded from the original provided InputStream.
- Base64InputStream(InputStream, boolean, int, byte[]) - Constructor for class org.apache.commons.codec.binary.Base64InputStream
-
Creates a Base64InputStream such that all data read is either Base64-encoded or Base64-decoded from the original provided InputStream.
- Base64InputStream(InputStream, boolean, int, byte[], CodecPolicy) - Constructor for class org.apache.commons.codec.binary.Base64InputStream
-
Creates a Base64InputStream such that all data read is either Base64-encoded or Base64-decoded from the original provided InputStream.
- Base64OutputStream - Class in org.apache.commons.codec.binary
-
Provides Base64 encoding and decoding in a streaming fashion (unlimited size).
- Base64OutputStream(OutputStream) - Constructor for class org.apache.commons.codec.binary.Base64OutputStream
-
Creates a Base64OutputStream such that all data written is Base64-encoded to the original provided OutputStream.
- Base64OutputStream(OutputStream, boolean) - Constructor for class org.apache.commons.codec.binary.Base64OutputStream
-
Creates a Base64OutputStream such that all data written is either Base64-encoded or Base64-decoded to the original provided OutputStream.
- Base64OutputStream(OutputStream, boolean, int, byte[]) - Constructor for class org.apache.commons.codec.binary.Base64OutputStream
-
Creates a Base64OutputStream such that all data written is either Base64-encoded or Base64-decoded to the original provided OutputStream.
- Base64OutputStream(OutputStream, boolean, int, byte[], CodecPolicy) - Constructor for class org.apache.commons.codec.binary.Base64OutputStream
-
Creates a Base64OutputStream such that all data written is either Base64-encoded or Base64-decoded to the original provided OutputStream.
- baseNCodec - Variable in class org.apache.commons.codec.binary.BaseNCodecInputStream
- baseNCodec - Variable in class org.apache.commons.codec.binary.BaseNCodecOutputStream
- BaseNCodec - Class in org.apache.commons.codec.binary
-
Abstract superclass for Base-N encoders and decoders.
- BaseNCodec(int, int, int, int) - Constructor for class org.apache.commons.codec.binary.BaseNCodec
-
Note
lineLength
is rounded down to the nearest multiple of the encoded block size. - BaseNCodec(int, int, int, int, byte) - Constructor for class org.apache.commons.codec.binary.BaseNCodec
-
Note
lineLength
is rounded down to the nearest multiple of the encoded block size. - BaseNCodec(int, int, int, int, byte, CodecPolicy) - Constructor for class org.apache.commons.codec.binary.BaseNCodec
-
Note
lineLength
is rounded down to the nearest multiple of the encoded block size. - BaseNCodec.Context - Class in org.apache.commons.codec.binary
-
Holds thread context so classes can be thread-safe.
- BaseNCodecInputStream - Class in org.apache.commons.codec.binary
-
Abstract superclass for Base-N input streams.
- BaseNCodecInputStream(InputStream, BaseNCodec, boolean) - Constructor for class org.apache.commons.codec.binary.BaseNCodecInputStream
- BaseNCodecOutputStream - Class in org.apache.commons.codec.binary
-
Abstract superclass for Base-N output streams.
- BaseNCodecOutputStream(OutputStream, BaseNCodec, boolean) - Constructor for class org.apache.commons.codec.binary.BaseNCodecOutputStream
-
TODO should this be protected?
- BCodec - Class in org.apache.commons.codec.net
-
Identical to the Base64 encoding defined by RFC 1521 and allows a character set to be specified.
- BCodec() - Constructor for class org.apache.commons.codec.net.BCodec
-
Default constructor.
- BCodec(String) - Constructor for class org.apache.commons.codec.net.BCodec
-
Constructor which allows for the selection of a default Charset
- BCodec(Charset) - Constructor for class org.apache.commons.codec.net.BCodec
-
Constructor which allows for the selection of a default Charset
- BCodec(Charset, CodecPolicy) - Constructor for class org.apache.commons.codec.net.BCodec
-
Constructor which allows for the selection of a default Charset.
- BeiderMorseEncoder - Class in org.apache.commons.codec.language.bm
-
Encodes strings into their Beider-Morse phonetic encoding.
- BeiderMorseEncoder() - Constructor for class org.apache.commons.codec.language.bm.BeiderMorseEncoder
- BinaryCodec - Class in org.apache.commons.codec.binary
-
Converts between byte arrays and strings of "0"s and "1"s.
- BinaryCodec() - Constructor for class org.apache.commons.codec.binary.BinaryCodec
- BinaryDecoder - Interface in org.apache.commons.codec
-
Defines common decoding methods for byte array decoders.
- BinaryEncoder - Interface in org.apache.commons.codec
-
Defines common encoding methods for byte array encoders.
- BIT_0 - Static variable in class org.apache.commons.codec.binary.BinaryCodec
-
Mask for bit 0 of a byte.
- BIT_1 - Static variable in class org.apache.commons.codec.binary.BinaryCodec
-
Mask for bit 1 of a byte.
- BIT_2 - Static variable in class org.apache.commons.codec.binary.BinaryCodec
-
Mask for bit 2 of a byte.
- BIT_3 - Static variable in class org.apache.commons.codec.binary.BinaryCodec
-
Mask for bit 3 of a byte.
- BIT_4 - Static variable in class org.apache.commons.codec.binary.BinaryCodec
-
Mask for bit 4 of a byte.
- BIT_5 - Static variable in class org.apache.commons.codec.binary.BinaryCodec
-
Mask for bit 5 of a byte.
- BIT_6 - Static variable in class org.apache.commons.codec.binary.BinaryCodec
-
Mask for bit 6 of a byte.
- BIT_7 - Static variable in class org.apache.commons.codec.binary.BinaryCodec
-
Mask for bit 7 of a byte.
- BITS - Static variable in class org.apache.commons.codec.binary.BinaryCodec
- BITS_PER_ENCODED_BYTE - Static variable in class org.apache.commons.codec.binary.Base16
-
BASE16 characters are 4 bits in length.
- BITS_PER_ENCODED_BYTE - Static variable in class org.apache.commons.codec.binary.Base32
-
BASE32 characters are 5 bits in length.
- BITS_PER_ENCODED_BYTE - Static variable in class org.apache.commons.codec.binary.Base64
-
BASE32 characters are 6 bits in length.
- BLOCK_SIZE - Static variable in class org.apache.commons.codec.digest.MurmurHash3.IncrementalHash32x86
-
The size of byte blocks that are processed together.
- BLOCKSIZE - Static variable in class org.apache.commons.codec.digest.Md5Crypt
-
The number of bytes of the final hash.
- body(int[], int, int) - Static method in class org.apache.commons.codec.digest.UnixCrypt
- Branch() - Constructor for class org.apache.commons.codec.language.DaitchMokotoffSoundex.Branch
- BUF_SIZE - Static variable in class org.apache.commons.codec.digest.XXHash32
- buffer - Variable in class org.apache.commons.codec.binary.BaseNCodec.Context
-
Buffer for streaming.
- buffer - Variable in class org.apache.commons.codec.digest.XXHash32
- builder - Variable in class org.apache.commons.codec.language.DaitchMokotoffSoundex.Branch
- BYTES_PER_ENCODED_BLOCK - Static variable in class org.apache.commons.codec.binary.Base16
- BYTES_PER_ENCODED_BLOCK - Static variable in class org.apache.commons.codec.binary.Base32
- BYTES_PER_ENCODED_BLOCK - Static variable in class org.apache.commons.codec.binary.Base64
- BYTES_PER_UNENCODED_BLOCK - Static variable in class org.apache.commons.codec.binary.Base16
- BYTES_PER_UNENCODED_BLOCK - Static variable in class org.apache.commons.codec.binary.Base32
- BYTES_PER_UNENCODED_BLOCK - Static variable in class org.apache.commons.codec.binary.Base64
- byteToUnsigned(byte) - Static method in class org.apache.commons.codec.digest.UnixCrypt
C
- C1 - Static variable in class org.apache.commons.codec.digest.MurmurHash3
- C1_32 - Static variable in class org.apache.commons.codec.digest.MurmurHash3
- C2 - Static variable in class org.apache.commons.codec.digest.MurmurHash3
- C2_32 - Static variable in class org.apache.commons.codec.digest.MurmurHash3
- cachedString - Variable in class org.apache.commons.codec.language.DaitchMokotoffSoundex.Branch
- canEncode(byte) - Method in class org.apache.commons.codec.net.PercentCodec
- caverphone(String) - Method in class org.apache.commons.codec.language.Caverphone
-
Deprecated.Encodes the given String into a Caverphone value.
- Caverphone - Class in org.apache.commons.codec.language
-
Deprecated.1.5 Replaced by
Caverphone2
, will be removed in 2.0. - Caverphone() - Constructor for class org.apache.commons.codec.language.Caverphone
-
Deprecated.Creates an instance of the Caverphone encoder
- Caverphone1 - Class in org.apache.commons.codec.language
-
Encodes a string into a Caverphone 1.0 value.
- Caverphone1() - Constructor for class org.apache.commons.codec.language.Caverphone1
- Caverphone2 - Class in org.apache.commons.codec.language
-
Encodes a string into a Caverphone 2.0 value.
- Caverphone2() - Constructor for class org.apache.commons.codec.language.Caverphone2
- CHAR_IGNORE - Static variable in class org.apache.commons.codec.language.ColognePhonetic
- charAt(String, int) - Method in class org.apache.commons.codec.language.DoubleMetaphone
- CharEncoding - Class in org.apache.commons.codec
-
Character encoding names required of every implementation of the Java platform.
- CharEncoding() - Constructor for class org.apache.commons.codec.CharEncoding
- CHARS_A - Static variable in class org.apache.commons.codec.language.Nysiis
- CHARS_AF - Static variable in class org.apache.commons.codec.language.Nysiis
- CHARS_C - Static variable in class org.apache.commons.codec.language.Nysiis
- CHARS_FF - Static variable in class org.apache.commons.codec.language.Nysiis
- CHARS_G - Static variable in class org.apache.commons.codec.language.Nysiis
- CHARS_N - Static variable in class org.apache.commons.codec.language.Nysiis
- CHARS_NN - Static variable in class org.apache.commons.codec.language.Nysiis
- CHARS_S - Static variable in class org.apache.commons.codec.language.Nysiis
- CHARS_SSS - Static variable in class org.apache.commons.codec.language.Nysiis
- CharSequenceUtils - Class in org.apache.commons.codec.binary
-
Operations on
CharSequence
that arenull
safe. - CharSequenceUtils() - Constructor for class org.apache.commons.codec.binary.CharSequenceUtils
- charset - Variable in class org.apache.commons.codec.binary.Hex
- charset - Variable in class org.apache.commons.codec.net.BCodec
-
The default Charset used for string decoding and encoding.
- charset - Variable in class org.apache.commons.codec.net.QCodec
-
The default Charset used for string decoding and encoding.
- charset - Variable in class org.apache.commons.codec.net.QuotedPrintableCodec
-
The default Charset used for string decoding and encoding.
- charset - Variable in class org.apache.commons.codec.net.URLCodec
-
Deprecated.TODO: This field will be changed to a private final Charset in 2.0. (CODEC-126)
- Charsets - Class in org.apache.commons.codec
-
Charsets required of every implementation of the Java platform.
- Charsets() - Constructor for class org.apache.commons.codec.Charsets
- CHUNK_SEPARATOR - Static variable in class org.apache.commons.codec.binary.BaseNCodec
-
Chunk separator per RFC 2045 section 2.1.
- chunkSeparatorLength - Variable in class org.apache.commons.codec.binary.BaseNCodec
-
Size of chunk separator.
- CKQ - Static variable in class org.apache.commons.codec.language.ColognePhonetic
- clean(String) - Static method in class org.apache.commons.codec.language.SoundexUtils
-
Cleans up the input string before Soundex processing by only returning upper case letters.
- cleanInput(String) - Method in class org.apache.commons.codec.language.DoubleMetaphone
-
Cleans the input.
- cleanName(String) - Method in class org.apache.commons.codec.language.MatchRatingApproachEncoder
-
Cleans up a name: 1.
- cleanup(String) - Method in class org.apache.commons.codec.language.DaitchMokotoffSoundex
-
Performs a cleanup of the input string before the actual soundex transformation.
- close() - Method in class org.apache.commons.codec.binary.BaseNCodecOutputStream
-
Closes this output stream and releases any system resources associated with the stream.
- CMT - Static variable in class org.apache.commons.codec.language.bm.ResourceConstants
- CodecPolicy - Enum in org.apache.commons.codec
-
Defines encoding and decoding policies.
- CodecPolicy() - Constructor for enum org.apache.commons.codec.CodecPolicy
- CologneBuffer(char[]) - Constructor for class org.apache.commons.codec.language.ColognePhonetic.CologneBuffer
- CologneBuffer(int) - Constructor for class org.apache.commons.codec.language.ColognePhonetic.CologneBuffer
- CologneInputBuffer(char[]) - Constructor for class org.apache.commons.codec.language.ColognePhonetic.CologneInputBuffer
- CologneOutputBuffer(int) - Constructor for class org.apache.commons.codec.language.ColognePhonetic.CologneOutputBuffer
- colognePhonetic(String) - Method in class org.apache.commons.codec.language.ColognePhonetic
-
Implements the Kölner Phonetik algorithm.
- ColognePhonetic - Class in org.apache.commons.codec.language
-
Encodes a string into a Cologne Phonetic value.
- ColognePhonetic() - Constructor for class org.apache.commons.codec.language.ColognePhonetic
- ColognePhonetic.CologneBuffer - Class in org.apache.commons.codec.language
-
This class is not thread-safe; the field
ColognePhonetic.CologneBuffer.length
is mutable. - ColognePhonetic.CologneInputBuffer - Class in org.apache.commons.codec.language
- ColognePhonetic.CologneOutputBuffer - Class in org.apache.commons.codec.language
- COMMENT - Static variable in class org.apache.commons.codec.language.DaitchMokotoffSoundex
- COMPARATOR - Static variable in class org.apache.commons.codec.language.bm.Rule.Phoneme
- compare(Object, Object) - Method in class org.apache.commons.codec.StringEncoderComparator
-
Compares two strings based not on the strings themselves, but on an encoding of the two strings using the StringEncoder this Comparator was created with.
- compareUnsigned(int, int) - Static method in class org.apache.commons.codec.binary.BaseNCodec
-
Compares two
int
values numerically treating the values as unsigned. - CON_SALT - Static variable in class org.apache.commons.codec.digest.UnixCrypt
- concat - Variable in class org.apache.commons.codec.language.bm.PhoneticEngine
- conditionC0(String, int) - Method in class org.apache.commons.codec.language.DoubleMetaphone
-
Complex condition 0 for 'C'.
- conditionCH0(String, int) - Method in class org.apache.commons.codec.language.DoubleMetaphone
-
Complex condition 0 for 'CH'.
- conditionCH1(String, int) - Method in class org.apache.commons.codec.language.DoubleMetaphone
-
Complex condition 1 for 'CH'.
- conditionL0(String, int) - Method in class org.apache.commons.codec.language.DoubleMetaphone
-
Complex condition 0 for 'L'.
- conditionM0(String, int) - Method in class org.apache.commons.codec.language.DoubleMetaphone
-
Complex condition 0 for 'M'.
- contains(CharSequence, char) - Static method in class org.apache.commons.codec.language.bm.Rule
- contains(String) - Method in class org.apache.commons.codec.language.bm.Languages.LanguageSet
- contains(String) - Method in class org.apache.commons.codec.language.bm.Languages.SomeLanguages
- contains(String, int, int, String...) - Static method in class org.apache.commons.codec.language.DoubleMetaphone
- containsAlphabetOrPad(byte[]) - Method in class org.apache.commons.codec.binary.BaseNCodec
-
Tests a given byte array to see if it contains any characters within the alphabet or PAD.
- containsSpace(byte[]) - Method in class org.apache.commons.codec.net.PercentCodec
- context - Variable in class org.apache.commons.codec.binary.BaseNCodecInputStream
- context - Variable in class org.apache.commons.codec.binary.BaseNCodecOutputStream
- Context() - Constructor for class org.apache.commons.codec.binary.BaseNCodec.Context
- copyData(int, int) - Method in class org.apache.commons.codec.language.ColognePhonetic.CologneBuffer
- copyData(int, int) - Method in class org.apache.commons.codec.language.ColognePhonetic.CologneInputBuffer
- copyData(int, int) - Method in class org.apache.commons.codec.language.ColognePhonetic.CologneOutputBuffer
- COV2CHAR - Static variable in class org.apache.commons.codec.digest.UnixCrypt
- CR - Static variable in class org.apache.commons.codec.net.QuotedPrintableCodec
- crc - Variable in class org.apache.commons.codec.digest.PureJavaCrc32
-
the current CRC value, bit-flipped
- crc - Variable in class org.apache.commons.codec.digest.PureJavaCrc32C
-
the current CRC value, bit-flipped
- createBranch() - Method in class org.apache.commons.codec.language.DaitchMokotoffSoundex.Branch
-
Creates a new branch, identical to this branch.
- createPositiveCapacity(int) - Static method in class org.apache.commons.codec.binary.BaseNCodec
-
Create a positive capacity at least as large the minimum required capacity.
- createResourceName(NameType, RuleType, String) - Static method in class org.apache.commons.codec.language.bm.Rule
- createScanner(String) - Static method in class org.apache.commons.codec.language.bm.Rule
- createScanner(NameType, RuleType, String) - Static method in class org.apache.commons.codec.language.bm.Rule
- crypt(byte[]) - Static method in class org.apache.commons.codec.digest.Crypt
-
Encrypts a password in a crypt(3) compatible way.
- crypt(byte[]) - Static method in class org.apache.commons.codec.digest.UnixCrypt
-
Generates a crypt(3) compatible hash using the DES algorithm.
- crypt(byte[], String) - Static method in class org.apache.commons.codec.digest.Crypt
-
Encrypts a password in a crypt(3) compatible way.
- crypt(byte[], String) - Static method in class org.apache.commons.codec.digest.UnixCrypt
-
Generates a crypt(3) compatible hash using the DES algorithm.
- crypt(String) - Static method in class org.apache.commons.codec.digest.Crypt
-
Calculates the digest using the strongest crypt(3) algorithm.
- crypt(String) - Static method in class org.apache.commons.codec.digest.UnixCrypt
-
Generates a crypt(3) compatible hash using the DES algorithm.
- crypt(String, String) - Static method in class org.apache.commons.codec.digest.Crypt
-
Encrypts a password in a crypt(3) compatible way.
- crypt(String, String) - Static method in class org.apache.commons.codec.digest.UnixCrypt
-
Generates a crypt(3) compatible hash using the DES algorithm.
- Crypt - Class in org.apache.commons.codec.digest
-
GNU libc crypt(3) compatible hash method.
- Crypt() - Constructor for class org.apache.commons.codec.digest.Crypt
- CSZ - Static variable in class org.apache.commons.codec.language.ColognePhonetic
- currentLinePos - Variable in class org.apache.commons.codec.binary.BaseNCodec.Context
-
Variable tracks how many characters have been written to the current line.
D
- DaitchMokotoffSoundex - Class in org.apache.commons.codec.language
-
Encodes a string into a Daitch-Mokotoff Soundex value.
- DaitchMokotoffSoundex() - Constructor for class org.apache.commons.codec.language.DaitchMokotoffSoundex
-
Creates a new instance with ASCII-folding enabled.
- DaitchMokotoffSoundex(boolean) - Constructor for class org.apache.commons.codec.language.DaitchMokotoffSoundex
-
Creates a new instance.
- DaitchMokotoffSoundex.Branch - Class in org.apache.commons.codec.language
-
Inner class representing a branch during DM soundex encoding.
- DaitchMokotoffSoundex.Rule - Class in org.apache.commons.codec.language
-
Inner class for storing rules.
- data - Variable in class org.apache.commons.codec.language.ColognePhonetic.CologneBuffer
- decode(byte[]) - Method in class org.apache.commons.codec.binary.BaseNCodec
-
Decodes a byte[] containing characters in the Base-N alphabet.
- decode(byte[]) - Method in class org.apache.commons.codec.binary.BinaryCodec
-
Decodes a byte array where each byte represents an ASCII '0' or '1'.
- decode(byte[]) - Method in class org.apache.commons.codec.binary.Hex
-
Converts an array of character bytes representing hexadecimal values into an array of bytes of those same values.
- decode(byte[]) - Method in interface org.apache.commons.codec.BinaryDecoder
-
Decodes a byte array and returns the results as a byte array.
- decode(byte[]) - Method in class org.apache.commons.codec.net.PercentCodec
-
Decode bytes encoded with Percent-Encoding based on RFC 3986.
- decode(byte[]) - Method in class org.apache.commons.codec.net.QuotedPrintableCodec
-
Decodes an array of quoted-printable characters into an array of original bytes.
- decode(byte[]) - Method in class org.apache.commons.codec.net.URLCodec
-
Decodes an array of URL safe 7-bit characters into an array of original bytes.
- decode(byte[], int, int, BaseNCodec.Context) - Method in class org.apache.commons.codec.binary.Base16
- decode(byte[], int, int, BaseNCodec.Context) - Method in class org.apache.commons.codec.binary.Base32
-
Decodes all of the provided data, starting at inPos, for inAvail bytes.
- decode(byte[], int, int, BaseNCodec.Context) - Method in class org.apache.commons.codec.binary.Base64
-
Decodes all of the provided data, starting at inPos, for inAvail bytes.
- decode(byte[], int, int, BaseNCodec.Context) - Method in class org.apache.commons.codec.binary.BaseNCodec
- decode(Object) - Method in class org.apache.commons.codec.binary.BaseNCodec
-
Decodes an Object using the Base-N algorithm.
- decode(Object) - Method in class org.apache.commons.codec.binary.BinaryCodec
-
Decodes a byte array where each byte represents an ASCII '0' or '1'.
- decode(Object) - Method in class org.apache.commons.codec.binary.Hex
-
Converts a String or an array of character bytes representing hexadecimal values into an array of bytes of those same values.
- decode(Object) - Method in interface org.apache.commons.codec.Decoder
-
Decodes an "encoded" Object and returns a "decoded" Object.
- decode(Object) - Method in class org.apache.commons.codec.net.BCodec
-
Decodes a Base64 object into its original form.
- decode(Object) - Method in class org.apache.commons.codec.net.PercentCodec
-
Decodes a byte[] Object, whose bytes are encoded with Percent-Encoding.
- decode(Object) - Method in class org.apache.commons.codec.net.QCodec
-
Decodes a quoted-printable object into its original form.
- decode(Object) - Method in class org.apache.commons.codec.net.QuotedPrintableCodec
-
Decodes a quoted-printable object into its original form.
- decode(Object) - Method in class org.apache.commons.codec.net.URLCodec
-
Decodes a URL safe object into its original form.
- decode(String) - Method in class org.apache.commons.codec.binary.BaseNCodec
-
Decodes a String containing characters in the Base-N alphabet.
- decode(String) - Method in class org.apache.commons.codec.net.BCodec
-
Decodes a Base64 string into its original form.
- decode(String) - Method in class org.apache.commons.codec.net.QCodec
-
Decodes a quoted-printable string into its original form.
- decode(String) - Method in class org.apache.commons.codec.net.QuotedPrintableCodec
-
Decodes a quoted-printable string into its original form using the default string Charset.
- decode(String) - Method in class org.apache.commons.codec.net.URLCodec
-
Decodes a URL safe string into its original form using the default string charset.
- decode(String) - Method in interface org.apache.commons.codec.StringDecoder
-
Decodes a String and returns a String.
- decode(String, String) - Method in class org.apache.commons.codec.net.QuotedPrintableCodec
-
Decodes a quoted-printable string into its original form using the specified string Charset.
- decode(String, String) - Method in class org.apache.commons.codec.net.URLCodec
-
Decodes a URL safe string into its original form using the specified encoding.
- decode(String, Charset) - Method in class org.apache.commons.codec.net.QuotedPrintableCodec
-
Decodes a quoted-printable string into its original form using the specified string Charset.
- decode(ByteBuffer) - Method in class org.apache.commons.codec.binary.Hex
-
Converts a buffer of character bytes representing hexadecimal values into an array of bytes of those same values.
- DECODE_TABLE - Static variable in class org.apache.commons.codec.binary.Base32
-
This array is a lookup table that translates Unicode characters drawn from the "Base32 Alphabet" (as specified in Table 3 of RFC 4648) into their 5-bit positive integer equivalents.
- DECODE_TABLE - Static variable in class org.apache.commons.codec.binary.Base64
-
This array is a lookup table that translates Unicode characters drawn from the "Base64 Alphabet" (as specified in Table 1 of RFC 2045) into their 6-bit positive integer equivalents.
- decodeBase64(byte[]) - Static method in class org.apache.commons.codec.binary.Base64
-
Decodes Base64 data into octets.
- decodeBase64(String) - Static method in class org.apache.commons.codec.binary.Base64
-
Decodes a Base64 String into octets.
- decodeHex(char[]) - Static method in class org.apache.commons.codec.binary.Hex
-
Converts an array of characters representing hexadecimal values into an array of bytes of those same values.
- decodeHex(char[], byte[], int) - Static method in class org.apache.commons.codec.binary.Hex
-
Converts an array of characters representing hexadecimal values into an array of bytes of those same values.
- decodeHex(String) - Static method in class org.apache.commons.codec.binary.Hex
-
Converts a String representing hexadecimal values into an array of bytes of those same values.
- decodeInteger(byte[]) - Static method in class org.apache.commons.codec.binary.Base64
-
Decodes a byte64-encoded integer according to crypto standards such as W3C's XML-Signature.
- decodeOctet(byte) - Method in class org.apache.commons.codec.binary.Base16
- decodeQuotedPrintable(byte[]) - Static method in class org.apache.commons.codec.net.QuotedPrintableCodec
-
Decodes an array quoted-printable characters into an array of original bytes.
- Decoder - Interface in org.apache.commons.codec
-
Provides the highest level of abstraction for Decoders.
- DecoderException - Exception in org.apache.commons.codec
-
Thrown when there is a failure condition during the decoding process.
- DecoderException() - Constructor for exception org.apache.commons.codec.DecoderException
-
Constructs a new exception with
null
as its detail message. - DecoderException(String) - Constructor for exception org.apache.commons.codec.DecoderException
-
Constructs a new exception with the specified detail message.
- DecoderException(String, Throwable) - Constructor for exception org.apache.commons.codec.DecoderException
-
Constructs a new exception with the specified detail message and cause.
- DecoderException(Throwable) - Constructor for exception org.apache.commons.codec.DecoderException
-
Constructs a new exception with the specified cause and a detail message of
(cause==null ? null : cause.toString())
(which typically contains the class and detail message ofcause
). - decodeSize - Variable in class org.apache.commons.codec.binary.Base32
-
Convenience variable to help us determine when our buffer is going to run out of room and needs resizing.
- decodeSize - Variable in class org.apache.commons.codec.binary.Base64
-
Convenience variable to help us determine when our buffer is going to run out of room and needs resizing.
- decodeTable - Variable in class org.apache.commons.codec.binary.Base16
-
Decode table to use.
- decodeTable - Variable in class org.apache.commons.codec.binary.Base32
-
Decode table to use.
- decodeTable - Variable in class org.apache.commons.codec.binary.Base64
- decodeText(String) - Method in class org.apache.commons.codec.net.RFC1522Codec
-
Applies an RFC 1522 compliant decoding scheme to the given string of text.
- decodeUrl(byte[]) - Static method in class org.apache.commons.codec.net.URLCodec
-
Decodes an array of URL safe 7-bit characters into an array of original bytes.
- DECODING_POLICY_DEFAULT - Static variable in class org.apache.commons.codec.binary.BaseNCodec
-
The default decoding policy.
- DECODING_POLICY_DEFAULT - Static variable in class org.apache.commons.codec.net.BCodec
-
The default decoding policy.
- decodingPolicy - Variable in class org.apache.commons.codec.binary.BaseNCodec
-
Defines the decoding behavior when the input bytes contain leftover trailing bits that cannot be created by a valid encoding.
- decodingPolicy - Variable in class org.apache.commons.codec.net.BCodec
-
If true then decoding should throw an exception for impossible combinations of bits at the end of the byte input.
- DEFAULT_BUFFER_RESIZE_FACTOR - Static variable in class org.apache.commons.codec.binary.BaseNCodec
- DEFAULT_BUFFER_SIZE - Static variable in class org.apache.commons.codec.binary.BaseNCodec
-
Defines the default buffer size - currently 8192 - must be large enough for at least one encoded block+separator
- DEFAULT_CHARSET - Static variable in class org.apache.commons.codec.binary.Hex
-
Default charset is
StandardCharsets.UTF_8
. - DEFAULT_CHARSET_NAME - Static variable in class org.apache.commons.codec.binary.Hex
-
Default charset name is
CharEncoding.UTF_8
. - DEFAULT_MAX_PHONEMES - Static variable in class org.apache.commons.codec.language.bm.PhoneticEngine
- DEFAULT_SEED - Static variable in class org.apache.commons.codec.digest.MurmurHash3
-
A default seed to use for the murmur hash algorithm.
- dEncrypt(int, int, int, int, int, int[]) - Static method in class org.apache.commons.codec.digest.UnixCrypt
- desSetKey(byte[]) - Static method in class org.apache.commons.codec.digest.UnixCrypt
- difference(String, String) - Method in class org.apache.commons.codec.language.RefinedSoundex
-
Returns the number of characters in the two encoded Strings that are the same.
- difference(String, String) - Method in class org.apache.commons.codec.language.Soundex
-
Encodes the Strings and returns the number of characters in the two encoded Strings that are the same.
- difference(StringEncoder, String, String) - Static method in class org.apache.commons.codec.language.SoundexUtils
-
Encodes the Strings and returns the number of characters in the two encoded Strings that are the same.
- differenceEncoded(String, String) - Static method in class org.apache.commons.codec.language.SoundexUtils
-
Returns the number of characters in the two Soundex encoded Strings that are the same.
- digest(byte[]) - Method in class org.apache.commons.codec.digest.DigestUtils
-
Reads through a byte array and returns the digest for the data.
- digest(File) - Method in class org.apache.commons.codec.digest.DigestUtils
-
Reads through a File and returns the digest for the data
- digest(InputStream) - Method in class org.apache.commons.codec.digest.DigestUtils
-
Reads through an InputStream and returns the digest for the data
- digest(String) - Method in class org.apache.commons.codec.digest.DigestUtils
-
Reads through a byte array and returns the digest for the data.
- digest(ByteBuffer) - Method in class org.apache.commons.codec.digest.DigestUtils
-
Reads through a ByteBuffer and returns the digest for the data
- digest(Path, OpenOption...) - Method in class org.apache.commons.codec.digest.DigestUtils
-
Reads through a File and returns the digest for the data
- digest(MessageDigest, byte[]) - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Reads through a byte array and returns the digest for the data.
- digest(MessageDigest, File) - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Reads through a File and returns the digest for the data
- digest(MessageDigest, InputStream) - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Reads through an InputStream and returns the digest for the data
- digest(MessageDigest, RandomAccessFile) - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Reads through a RandomAccessFile using non-blocking-io (NIO) and returns the digest for the data
- digest(MessageDigest, ByteBuffer) - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Reads through a ByteBuffer and returns the digest for the data
- digest(MessageDigest, Path, OpenOption...) - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Reads through a File and returns the digest for the data
- Digest - Class in org.apache.commons.codec.cli
-
A minimal command line to run digest over files, directories or a string
- Digest(String[]) - Constructor for class org.apache.commons.codec.cli.Digest
- digestAsHex(byte[]) - Method in class org.apache.commons.codec.digest.DigestUtils
-
Reads through a byte array and returns the digest for the data.
- digestAsHex(File) - Method in class org.apache.commons.codec.digest.DigestUtils
-
Reads through a File and returns the digest for the data
- digestAsHex(InputStream) - Method in class org.apache.commons.codec.digest.DigestUtils
-
Reads through an InputStream and returns the digest for the data
- digestAsHex(String) - Method in class org.apache.commons.codec.digest.DigestUtils
-
Reads through a byte array and returns the digest for the data.
- digestAsHex(ByteBuffer) - Method in class org.apache.commons.codec.digest.DigestUtils
-
Reads through a ByteBuffer and returns the digest for the data
- digestAsHex(Path, OpenOption...) - Method in class org.apache.commons.codec.digest.DigestUtils
-
Reads through a File and returns the digest for the data
- DigestUtils - Class in org.apache.commons.codec.digest
-
Operations to simplify common
MessageDigest
tasks. - DigestUtils() - Constructor for class org.apache.commons.codec.digest.DigestUtils
-
Deprecated.since 1.11; only useful to preserve binary compatibility
- DigestUtils(String) - Constructor for class org.apache.commons.codec.digest.DigestUtils
-
Creates an instance using the provided
MessageDigest
parameter. - DigestUtils(MessageDigest) - Constructor for class org.apache.commons.codec.digest.DigestUtils
-
Creates an instance using the provided
MessageDigest
parameter. - digit16(byte) - Static method in class org.apache.commons.codec.net.Utils
-
Returns the numeric value of the character
b
in radix 16. - DIGITS_LOWER - Static variable in class org.apache.commons.codec.binary.Hex
-
Used to build output as hex.
- DIGITS_UPPER - Static variable in class org.apache.commons.codec.binary.Hex
-
Used to build output as hex.
- doDecoding(byte[]) - Method in class org.apache.commons.codec.net.BCodec
- doDecoding(byte[]) - Method in class org.apache.commons.codec.net.QCodec
- doDecoding(byte[]) - Method in class org.apache.commons.codec.net.RFC1522Codec
-
Decodes an array of bytes using the defined encoding scheme.
- doEncode - Variable in class org.apache.commons.codec.binary.BaseNCodecInputStream
- doEncode - Variable in class org.apache.commons.codec.binary.BaseNCodecOutputStream
- doEncode(byte[], int, boolean) - Method in class org.apache.commons.codec.net.PercentCodec
- doEncoding(byte[]) - Method in class org.apache.commons.codec.net.BCodec
- doEncoding(byte[]) - Method in class org.apache.commons.codec.net.QCodec
- doEncoding(byte[]) - Method in class org.apache.commons.codec.net.RFC1522Codec
-
Encodes an array of bytes using the defined encoding scheme.
- DOUBLE_CONSONANT - Static variable in class org.apache.commons.codec.language.MatchRatingApproachEncoder
- DOUBLE_QUOTE - Static variable in class org.apache.commons.codec.language.bm.Rule
- DOUBLE_QUOTE - Static variable in class org.apache.commons.codec.language.DaitchMokotoffSoundex
- doubleMetaphone(String) - Method in class org.apache.commons.codec.language.DoubleMetaphone
-
Encode a value with Double Metaphone.
- doubleMetaphone(String, boolean) - Method in class org.apache.commons.codec.language.DoubleMetaphone
-
Encode a value with Double Metaphone, optionally using the alternate encoding.
- DoubleMetaphone - Class in org.apache.commons.codec.language
-
Encodes a string into a double metaphone value.
- DoubleMetaphone() - Constructor for class org.apache.commons.codec.language.DoubleMetaphone
-
Creates an instance of this DoubleMetaphone encoder
- DoubleMetaphone.DoubleMetaphoneResult - Class in org.apache.commons.codec.language
-
Inner class for storing results, since there is the optional alternate encoding.
- DoubleMetaphoneResult(int) - Constructor for class org.apache.commons.codec.language.DoubleMetaphone.DoubleMetaphoneResult
- DTX - Static variable in class org.apache.commons.codec.language.ColognePhonetic
E
- ELEVEN - Static variable in class org.apache.commons.codec.language.MatchRatingApproachEncoder
-
Constants used mainly for the min rating value.
- empty(Languages.LanguageSet) - Static method in class org.apache.commons.codec.language.bm.PhoneticEngine.PhonemeBuilder
-
An empty builder where all phonemes must come from some set of languages.
- EMPTY - Static variable in class org.apache.commons.codec.language.MatchRatingApproachEncoder
- EMPTY_BYTE_ARRAY - Static variable in class org.apache.commons.codec.binary.BinaryCodec
-
Empty byte array.
- EMPTY_CHAR_ARRAY - Static variable in class org.apache.commons.codec.binary.BinaryCodec
-
Empty char array.
- encode(byte[]) - Method in class org.apache.commons.codec.binary.BaseNCodec
-
Encodes a byte[] containing binary data, into a byte[] containing characters in the alphabet.
- encode(byte[]) - Method in class org.apache.commons.codec.binary.BinaryCodec
-
Converts an array of raw binary data into an array of ASCII 0 and 1 characters.
- encode(byte[]) - Method in class org.apache.commons.codec.binary.Hex
-
Converts an array of bytes into an array of bytes for the characters representing the hexadecimal values of each byte in order.
- encode(byte[]) - Method in interface org.apache.commons.codec.BinaryEncoder
-
Encodes a byte array and return the encoded data as a byte array.
- encode(byte[]) - Method in class org.apache.commons.codec.net.PercentCodec
-
Percent-Encoding based on RFC 3986.
- encode(byte[]) - Method in class org.apache.commons.codec.net.QuotedPrintableCodec
-
Encodes an array of bytes into an array of quoted-printable 7-bit characters.
- encode(byte[]) - Method in class org.apache.commons.codec.net.URLCodec
-
Encodes an array of bytes into an array of URL safe 7-bit characters.
- encode(byte[], int, int) - Method in class org.apache.commons.codec.binary.BaseNCodec
-
Encodes a byte[] containing binary data, into a byte[] containing characters in the alphabet.
- encode(byte[], int, int, BaseNCodec.Context) - Method in class org.apache.commons.codec.binary.Base16
- encode(byte[], int, int, BaseNCodec.Context) - Method in class org.apache.commons.codec.binary.Base32
-
Encodes all of the provided data, starting at inPos, for inAvail bytes.
- encode(byte[], int, int, BaseNCodec.Context) - Method in class org.apache.commons.codec.binary.Base64
-
Encodes all of the provided data, starting at inPos, for inAvail bytes.
- encode(byte[], int, int, BaseNCodec.Context) - Method in class org.apache.commons.codec.binary.BaseNCodec
- encode(Object) - Method in class org.apache.commons.codec.binary.BaseNCodec
-
Encodes an Object using the Base-N algorithm.
- encode(Object) - Method in class org.apache.commons.codec.binary.BinaryCodec
-
Converts an array of raw binary data into an array of ASCII 0 and 1 chars.
- encode(Object) - Method in class org.apache.commons.codec.binary.Hex
-
Converts a String or an array of bytes into an array of characters representing the hexadecimal values of each byte in order.
- encode(Object) - Method in interface org.apache.commons.codec.Encoder
-
Encodes an "Object" and returns the encoded content as an Object.
- encode(Object) - Method in class org.apache.commons.codec.language.AbstractCaverphone
-
Encodes an Object using the caverphone algorithm.
- encode(Object) - Method in class org.apache.commons.codec.language.bm.BeiderMorseEncoder
- encode(Object) - Method in class org.apache.commons.codec.language.Caverphone
-
Deprecated.Encodes an Object using the caverphone algorithm.
- encode(Object) - Method in class org.apache.commons.codec.language.ColognePhonetic
- encode(Object) - Method in class org.apache.commons.codec.language.DaitchMokotoffSoundex
-
Encodes an Object using the Daitch-Mokotoff soundex algorithm without branching.
- encode(Object) - Method in class org.apache.commons.codec.language.DoubleMetaphone
-
Encode the value using DoubleMetaphone.
- encode(Object) - Method in class org.apache.commons.codec.language.MatchRatingApproachEncoder
-
Encodes an Object using the Match Rating Approach algorithm.
- encode(Object) - Method in class org.apache.commons.codec.language.Metaphone
-
Encodes an Object using the metaphone algorithm.
- encode(Object) - Method in class org.apache.commons.codec.language.Nysiis
-
Encodes an Object using the NYSIIS algorithm.
- encode(Object) - Method in class org.apache.commons.codec.language.RefinedSoundex
-
Encodes an Object using the refined soundex algorithm.
- encode(Object) - Method in class org.apache.commons.codec.language.Soundex
-
Encodes an Object using the soundex algorithm.
- encode(Object) - Method in class org.apache.commons.codec.net.BCodec
-
Encodes an object into its Base64 form using the default Charset.
- encode(Object) - Method in class org.apache.commons.codec.net.PercentCodec
-
Encodes an object into using the Percent-Encoding.
- encode(Object) - Method in class org.apache.commons.codec.net.QCodec
-
Encodes an object into its quoted-printable form using the default Charset.
- encode(Object) - Method in class org.apache.commons.codec.net.QuotedPrintableCodec
-
Encodes an object into its quoted-printable safe form.
- encode(Object) - Method in class org.apache.commons.codec.net.URLCodec
-
Encodes an object into its URL safe form.
- encode(String) - Method in class org.apache.commons.codec.language.bm.BeiderMorseEncoder
- encode(String) - Method in class org.apache.commons.codec.language.bm.PhoneticEngine
-
Encodes a string to its phonetic representation.
- encode(String) - Method in class org.apache.commons.codec.language.Caverphone
-
Deprecated.Encodes a String using the Caverphone algorithm.
- encode(String) - Method in class org.apache.commons.codec.language.Caverphone1
-
Encodes the given String into a Caverphone value.
- encode(String) - Method in class org.apache.commons.codec.language.Caverphone2
-
Encodes the given String into a Caverphone 2.0 value.
- encode(String) - Method in class org.apache.commons.codec.language.ColognePhonetic
- encode(String) - Method in class org.apache.commons.codec.language.DaitchMokotoffSoundex
-
Encodes a String using the Daitch-Mokotoff soundex algorithm without branching.
- encode(String) - Method in class org.apache.commons.codec.language.DoubleMetaphone
-
Encode the value using DoubleMetaphone.
- encode(String) - Method in class org.apache.commons.codec.language.MatchRatingApproachEncoder
-
Encodes a String using the Match Rating Approach (MRA) algorithm.
- encode(String) - Method in class org.apache.commons.codec.language.Metaphone
-
Encodes a String using the Metaphone algorithm.
- encode(String) - Method in class org.apache.commons.codec.language.Nysiis
-
Encodes a String using the NYSIIS algorithm.
- encode(String) - Method in class org.apache.commons.codec.language.RefinedSoundex
-
Encodes a String using the refined soundex algorithm.
- encode(String) - Method in class org.apache.commons.codec.language.Soundex
-
Encodes a String using the soundex algorithm.
- encode(String) - Method in class org.apache.commons.codec.net.BCodec
-
Encodes a string into its Base64 form using the default Charset.
- encode(String) - Method in class org.apache.commons.codec.net.QCodec
-
Encodes a string into its quoted-printable form using the default Charset.
- encode(String) - Method in class org.apache.commons.codec.net.QuotedPrintableCodec
-
Encodes a string into its quoted-printable form using the default string Charset.
- encode(String) - Method in class org.apache.commons.codec.net.URLCodec
-
Encodes a string into its URL safe form using the default string charset.
- encode(String) - Method in interface org.apache.commons.codec.StringEncoder
-
Encodes a String and returns a String.
- encode(String, String) - Method in class org.apache.commons.codec.net.BCodec
-
Encodes a string into its Base64 form using the specified Charset.
- encode(String, String) - Method in class org.apache.commons.codec.net.QCodec
-
Encodes a string into its quoted-printable form using the specified Charset.
- encode(String, String) - Method in class org.apache.commons.codec.net.QuotedPrintableCodec
-
Encodes a string into its quoted-printable form using the specified Charset.
- encode(String, String) - Method in class org.apache.commons.codec.net.URLCodec
-
Encodes a string into its URL safe form using the specified string charset.
- encode(String, Charset) - Method in class org.apache.commons.codec.net.BCodec
-
Encodes a string into its Base64 form using the specified Charset.
- encode(String, Charset) - Method in class org.apache.commons.codec.net.QCodec
-
Encodes a string into its quoted-printable form using the specified Charset.
- encode(String, Charset) - Method in class org.apache.commons.codec.net.QuotedPrintableCodec
-
Encodes a string into its quoted-printable form using the specified Charset.
- encode(String, Languages.LanguageSet) - Method in class org.apache.commons.codec.language.bm.PhoneticEngine
-
Encodes an input string into an output phonetic representation, given a set of possible origin languages.
- encode(ByteBuffer) - Method in class org.apache.commons.codec.binary.Hex
-
Converts byte buffer into an array of bytes for the characters representing the hexadecimal values of each byte in order.
- ENCODE_TABLE - Static variable in class org.apache.commons.codec.binary.Base32
-
This array is a lookup table that translates 5-bit positive integer index values into their "Base32 Alphabet" equivalents as specified in Table 3 of RFC 4648.
- encodeAsString(byte[]) - Method in class org.apache.commons.codec.binary.BaseNCodec
-
Encodes a byte[] containing binary data, into a String containing characters in the appropriate alphabet.
- encodeBase64(byte[]) - Static method in class org.apache.commons.codec.binary.Base64
-
Encodes binary data using the base64 algorithm but does not chunk the output.
- encodeBase64(byte[], boolean) - Static method in class org.apache.commons.codec.binary.Base64
-
Encodes binary data using the base64 algorithm, optionally chunking the output into 76 character blocks.
- encodeBase64(byte[], boolean, boolean) - Static method in class org.apache.commons.codec.binary.Base64
-
Encodes binary data using the base64 algorithm, optionally chunking the output into 76 character blocks.
- encodeBase64(byte[], boolean, boolean, int) - Static method in class org.apache.commons.codec.binary.Base64
-
Encodes binary data using the base64 algorithm, optionally chunking the output into 76 character blocks.
- encodeBase64Chunked(byte[]) - Static method in class org.apache.commons.codec.binary.Base64
-
Encodes binary data using the base64 algorithm and chunks the encoded output into 76 character blocks
- encodeBase64String(byte[]) - Static method in class org.apache.commons.codec.binary.Base64
-
Encodes binary data using the base64 algorithm but does not chunk the output.
- encodeBase64URLSafe(byte[]) - Static method in class org.apache.commons.codec.binary.Base64
-
Encodes binary data using a URL-safe variation of the base64 algorithm but does not chunk the output.
- encodeBase64URLSafeString(byte[]) - Static method in class org.apache.commons.codec.binary.Base64
-
Encodes binary data using a URL-safe variation of the base64 algorithm but does not chunk the output.
- encodeBlanks - Variable in class org.apache.commons.codec.net.QCodec
- encodeByte(int, boolean, ByteArrayOutputStream) - Static method in class org.apache.commons.codec.net.QuotedPrintableCodec
-
Write a byte to the buffer.
- encodedBlockSize - Variable in class org.apache.commons.codec.binary.BaseNCodec
-
Number of bytes in each full block of encoded data, e.g.
- encodeHex(byte[]) - Static method in class org.apache.commons.codec.binary.Hex
-
Converts an array of bytes into an array of characters representing the hexadecimal values of each byte in order.
- encodeHex(byte[], boolean) - Static method in class org.apache.commons.codec.binary.Hex
-
Converts an array of bytes into an array of characters representing the hexadecimal values of each byte in order.
- encodeHex(byte[], char[]) - Static method in class org.apache.commons.codec.binary.Hex
-
Converts an array of bytes into an array of characters representing the hexadecimal values of each byte in order.
- encodeHex(byte[], int, int, boolean) - Static method in class org.apache.commons.codec.binary.Hex
-
Converts an array of bytes into an array of characters representing the hexadecimal values of each byte in order.
- encodeHex(byte[], int, int, boolean, char[], int) - Static method in class org.apache.commons.codec.binary.Hex
-
Converts an array of bytes into an array of characters representing the hexadecimal values of each byte in order.
- encodeHex(byte[], int, int, char[], char[], int) - Static method in class org.apache.commons.codec.binary.Hex
-
Converts an array of bytes into an array of characters representing the hexadecimal values of each byte in order.
- encodeHex(ByteBuffer) - Static method in class org.apache.commons.codec.binary.Hex
-
Converts a byte buffer into an array of characters representing the hexadecimal values of each byte in order.
- encodeHex(ByteBuffer, boolean) - Static method in class org.apache.commons.codec.binary.Hex
-
Converts a byte buffer into an array of characters representing the hexadecimal values of each byte in order.
- encodeHex(ByteBuffer, char[]) - Static method in class org.apache.commons.codec.binary.Hex
-
Converts a byte buffer into an array of characters representing the hexadecimal values of each byte in order.
- encodeHexString(byte[]) - Static method in class org.apache.commons.codec.binary.Hex
-
Converts an array of bytes into a String representing the hexadecimal values of each byte in order.
- encodeHexString(byte[], boolean) - Static method in class org.apache.commons.codec.binary.Hex
-
Converts an array of bytes into a String representing the hexadecimal values of each byte in order.
- encodeHexString(ByteBuffer) - Static method in class org.apache.commons.codec.binary.Hex
-
Converts a byte buffer into a String representing the hexadecimal values of each byte in order.
- encodeHexString(ByteBuffer, boolean) - Static method in class org.apache.commons.codec.binary.Hex
-
Converts a byte buffer into a String representing the hexadecimal values of each byte in order.
- encodeInteger(BigInteger) - Static method in class org.apache.commons.codec.binary.Base64
-
Encodes to a byte64-encoded integer according to crypto standards such as W3C's XML-Signature.
- encodeQuotedPrintable(int, ByteArrayOutputStream) - Static method in class org.apache.commons.codec.net.QuotedPrintableCodec
-
Encodes byte into its quoted-printable representation.
- encodeQuotedPrintable(BitSet, byte[]) - Static method in class org.apache.commons.codec.net.QuotedPrintableCodec
-
Encodes an array of bytes into an array of quoted-printable 7-bit characters.
- encodeQuotedPrintable(BitSet, byte[], boolean) - Static method in class org.apache.commons.codec.net.QuotedPrintableCodec
-
Encodes an array of bytes into an array of quoted-printable 7-bit characters.
- encoder - Variable in class org.apache.commons.codec.language.Caverphone
-
Deprecated.Delegate to a
Caverphone2
instance to avoid code duplication. - Encoder - Interface in org.apache.commons.codec
-
Provides the highest level of abstraction for Encoders.
- EncoderException - Exception in org.apache.commons.codec
-
Thrown when there is a failure condition during the encoding process.
- EncoderException() - Constructor for exception org.apache.commons.codec.EncoderException
-
Constructs a new exception with
null
as its detail message. - EncoderException(String) - Constructor for exception org.apache.commons.codec.EncoderException
-
Constructs a new exception with the specified detail message.
- EncoderException(String, Throwable) - Constructor for exception org.apache.commons.codec.EncoderException
-
Constructs a new exception with the specified detail message and cause.
- EncoderException(Throwable) - Constructor for exception org.apache.commons.codec.EncoderException
-
Constructs a new exception with the specified cause and a detail message of
(cause==null ? null : cause.toString())
(which typically contains the class and detail message ofcause
). - encodeSize - Variable in class org.apache.commons.codec.binary.Base32
-
Convenience variable to help us determine when our buffer is going to run out of room and needs resizing.
- encodeSize - Variable in class org.apache.commons.codec.binary.Base64
-
Convenience variable to help us determine when our buffer is going to run out of room and needs resizing.
- encodeTable - Variable in class org.apache.commons.codec.binary.Base16
-
Encode table to use.
- encodeTable - Variable in class org.apache.commons.codec.binary.Base32
-
Encode table to use.
- encodeTable - Variable in class org.apache.commons.codec.binary.Base64
-
Encode table to use: either STANDARD or URL_SAFE.
- encodeText(String, String) - Method in class org.apache.commons.codec.net.RFC1522Codec
-
Applies an RFC 1522 compliant encoding scheme to the given string of text with the given charset.
- encodeText(String, Charset) - Method in class org.apache.commons.codec.net.RFC1522Codec
-
Applies an RFC 1522 compliant encoding scheme to the given string of text with the given charset.
- encodeToString(byte[]) - Method in class org.apache.commons.codec.binary.BaseNCodec
-
Encodes a byte[] containing binary data, into a String containing characters in the Base-N alphabet.
- encodeUrl(BitSet, byte[]) - Static method in class org.apache.commons.codec.net.URLCodec
-
Encodes an array of bytes into an array of URL safe 7-bit characters.
- ENCODING - Static variable in class org.apache.commons.codec.language.bm.ResourceConstants
- end() - Method in class org.apache.commons.codec.digest.MurmurHash3.IncrementalHash32x86
-
Generate the 32-bit hash value.
- endsWith(CharSequence, CharSequence) - Static method in class org.apache.commons.codec.language.bm.Rule
- engine - Variable in class org.apache.commons.codec.language.bm.BeiderMorseEncoder
- ensureBufferSize(int, BaseNCodec.Context) - Method in class org.apache.commons.codec.binary.BaseNCodec
-
Ensure that the buffer has room for
size
bytes - eof - Variable in class org.apache.commons.codec.binary.BaseNCodec.Context
-
Boolean flag to indicate the EOF has been reached.
- eof() - Method in class org.apache.commons.codec.binary.BaseNCodecOutputStream
-
Writes EOF.
- EOF - Static variable in class org.apache.commons.codec.binary.BaseNCodec
-
EOF
- equals(CharSequence, CharSequence) - Static method in class org.apache.commons.codec.binary.StringUtils
-
Compares two CharSequences, returning
true
if they represent equal sequences of characters. - equals(Object) - Method in class org.apache.commons.codec.language.DaitchMokotoffSoundex.Branch
- ES_EP_EB_EL_EY_IB_IL_IN_IE_EI_ER - Static variable in class org.apache.commons.codec.language.DoubleMetaphone
- ESCAPE_CHAR - Static variable in class org.apache.commons.codec.net.PercentCodec
-
The escape character used by the Percent-Encoding in order to introduce an encoded character.
- ESCAPE_CHAR - Static variable in class org.apache.commons.codec.net.QuotedPrintableCodec
- ESCAPE_CHAR - Static variable in class org.apache.commons.codec.net.URLCodec
-
Release 1.5 made this field final.
- EXACT - org.apache.commons.codec.language.bm.RuleType
-
Exact rules, which will lead to a minimum number of phonetic interpretations.
- expectedDecodingBytes(byte[]) - Method in class org.apache.commons.codec.net.PercentCodec
- expectedEncodingBytes(byte[]) - Method in class org.apache.commons.codec.net.PercentCodec
- EXT_CMT_END - Static variable in class org.apache.commons.codec.language.bm.ResourceConstants
- EXT_CMT_START - Static variable in class org.apache.commons.codec.language.bm.ResourceConstants
F
- finalise(int, int, byte[], int) - Method in class org.apache.commons.codec.digest.MurmurHash3.IncrementalHash32
-
Deprecated.Use IncrementalHash32x86. This corrects the processing of trailing bytes.
- finalise(int, int, byte[], int) - Method in class org.apache.commons.codec.digest.MurmurHash3.IncrementalHash32x86
-
Finalize the running hash to the output 32-bit hash by processing remaining bytes and performing final mixing.
- finalRules - Variable in class org.apache.commons.codec.language.bm.PhoneticEngine.RulesApplication
- finish() - Method in class org.apache.commons.codec.language.DaitchMokotoffSoundex.Branch
-
Finish this branch by appending '0's until the maximum code length has been reached.
- FIVE - Static variable in class org.apache.commons.codec.language.MatchRatingApproachEncoder
-
Constants used mainly for the min rating value.
- flush() - Method in class org.apache.commons.codec.binary.BaseNCodecOutputStream
-
Flushes this output stream and forces any buffered output bytes to be written out to the stream.
- flush(boolean) - Method in class org.apache.commons.codec.binary.BaseNCodecOutputStream
-
Flushes this output stream and forces any buffered output bytes to be written out to the stream.
- fmix32(int) - Static method in class org.apache.commons.codec.digest.MurmurHash3
-
Performs the final avalanche mix step of the 32-bit hash function
MurmurHash3_x86_32
. - fmix64(long) - Static method in class org.apache.commons.codec.digest.MurmurHash3
-
Performs the final avalanche mix step of the 64-bit hash function
MurmurHash3_x64_128
. - folding - Variable in class org.apache.commons.codec.language.DaitchMokotoffSoundex
-
Whether to use ASCII folding prior to encoding.
- FOLDINGS - Static variable in class org.apache.commons.codec.language.DaitchMokotoffSoundex
-
Folding rules.
- found - Variable in class org.apache.commons.codec.language.bm.PhoneticEngine.RulesApplication
- FOUR - Static variable in class org.apache.commons.codec.language.MatchRatingApproachEncoder
-
Constants used mainly for the min rating value.
- fourBytesToInt(byte[], int) - Static method in class org.apache.commons.codec.digest.UnixCrypt
- FPVW - Static variable in class org.apache.commons.codec.language.ColognePhonetic
- from(Set<String>) - Static method in class org.apache.commons.codec.language.bm.Languages.LanguageSet
- fromAscii(byte[]) - Static method in class org.apache.commons.codec.binary.BinaryCodec
-
Decodes a byte array where each byte represents an ASCII '0' or '1'.
- fromAscii(char[]) - Static method in class org.apache.commons.codec.binary.BinaryCodec
-
Decodes a char array where each char represents an ASCII '0' or '1'.
- FRONTV - Static variable in class org.apache.commons.codec.language.Metaphone
-
Variable used in Metaphone algorithm
G
- GENERIC - org.apache.commons.codec.language.bm.NameType
-
Generic names and words
- getAlternate() - Method in class org.apache.commons.codec.language.DoubleMetaphone.DoubleMetaphoneResult
- getAny() - Method in class org.apache.commons.codec.language.bm.Languages.LanguageSet
- getAny() - Method in class org.apache.commons.codec.language.bm.Languages.SomeLanguages
- getByteBuffer(String, Charset) - Static method in class org.apache.commons.codec.binary.StringUtils
-
Calls
String.getBytes(Charset)
- getByteBufferUtf8(String) - Static method in class org.apache.commons.codec.binary.StringUtils
-
Encodes the given string into a byte buffer using the UTF-8 charset, storing the result into a new byte array.
- getBytes(String, Charset) - Static method in class org.apache.commons.codec.binary.StringUtils
-
Calls
String.getBytes(Charset)
- getBytesIso8859_1(String) - Static method in class org.apache.commons.codec.binary.StringUtils
-
Encodes the given string into a sequence of bytes using the ISO-8859-1 charset, storing the result into a new byte array.
- getBytesUnchecked(String, String) - Static method in class org.apache.commons.codec.binary.StringUtils
-
Encodes the given string into a sequence of bytes using the named charset, storing the result into a new byte array.
- getBytesUsAscii(String) - Static method in class org.apache.commons.codec.binary.StringUtils
-
Encodes the given string into a sequence of bytes using the US-ASCII charset, storing the result into a new byte array.
- getBytesUtf16(String) - Static method in class org.apache.commons.codec.binary.StringUtils
-
Encodes the given string into a sequence of bytes using the UTF-16 charset, storing the result into a new byte array.
- getBytesUtf16Be(String) - Static method in class org.apache.commons.codec.binary.StringUtils
-
Encodes the given string into a sequence of bytes using the UTF-16BE charset, storing the result into a new byte array.
- getBytesUtf16Le(String) - Static method in class org.apache.commons.codec.binary.StringUtils
-
Encodes the given string into a sequence of bytes using the UTF-16LE charset, storing the result into a new byte array.
- getBytesUtf8(String) - Static method in class org.apache.commons.codec.binary.StringUtils
-
Encodes the given string into a sequence of bytes using the UTF-8 charset, storing the result into a new byte array.
- getCharset() - Method in class org.apache.commons.codec.binary.Hex
-
Gets the charset.
- getCharset() - Method in class org.apache.commons.codec.net.BCodec
-
Gets the default Charset name used for string decoding and encoding.
- getCharset() - Method in class org.apache.commons.codec.net.QCodec
-
Gets the default Charset name used for string decoding and encoding.
- getCharset() - Method in class org.apache.commons.codec.net.QuotedPrintableCodec
-
Gets the default Charset name used for string decoding and encoding.
- getCharsetName() - Method in class org.apache.commons.codec.binary.Hex
-
Gets the charset name.
- getChunkSeparator() - Static method in class org.apache.commons.codec.binary.BaseNCodec
-
Gets a copy of the chunk separator per RFC 2045 section 2.1.
- getCodecPolicy() - Method in class org.apache.commons.codec.binary.BaseNCodec
-
Returns the decoding behavior policy.
- getDefaultBufferSize() - Method in class org.apache.commons.codec.binary.BaseNCodec
-
Get the default buffer size.
- getDefaultCharset() - Method in class org.apache.commons.codec.net.BCodec
-
Gets the default Charset name used for string decoding and encoding.
- getDefaultCharset() - Method in class org.apache.commons.codec.net.QCodec
-
Gets the default Charset name used for string decoding and encoding.
- getDefaultCharset() - Method in class org.apache.commons.codec.net.QuotedPrintableCodec
-
Gets the default Charset name used for string decoding and encoding.
- getDefaultCharset() - Method in class org.apache.commons.codec.net.URLCodec
-
The default charset used for string decoding and encoding.
- getDigest(String) - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Returns a
MessageDigest
for the givenalgorithm
. - getDigest(String, MessageDigest) - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Returns a
MessageDigest
for the givenalgorithm
or a default if there is a problem getting the algorithm. - getEncodedLength(byte[]) - Method in class org.apache.commons.codec.binary.BaseNCodec
-
Calculates the amount of space needed to encode the supplied array.
- getEncoding() - Method in class org.apache.commons.codec.net.BCodec
- getEncoding() - Method in class org.apache.commons.codec.net.QCodec
- getEncoding() - Method in class org.apache.commons.codec.net.RFC1522Codec
-
Returns the codec name (referred to as encoding in the RFC 1522).
- getEncoding() - Method in class org.apache.commons.codec.net.URLCodec
-
Deprecated.Use
URLCodec.getDefaultCharset()
, will be removed in 2.0. - getFirst3Last3(String) - Method in class org.apache.commons.codec.language.MatchRatingApproachEncoder
-
Gets the first and last 3 letters of a name (if > 6 characters) Else just returns the name.
- getHmacMd5(byte[]) - Static method in class org.apache.commons.codec.digest.HmacUtils
-
Deprecated.(1.11) Use
getInitializedMac(HmacAlgorithms.HMAC_MD5, byte[])
- getHmacSha1(byte[]) - Static method in class org.apache.commons.codec.digest.HmacUtils
-
Deprecated.(1.11) Use
getInitializedMac(HmacAlgorithms.HMAC_SHA_1, byte[])
- getHmacSha256(byte[]) - Static method in class org.apache.commons.codec.digest.HmacUtils
-
Deprecated.(1.11) Use
getInitializedMac(HmacAlgorithms.HMAC_SHA_256, byte[])
- getHmacSha384(byte[]) - Static method in class org.apache.commons.codec.digest.HmacUtils
-
Deprecated.(1.11) Use
getInitializedMac(HmacAlgorithms.HMAC_SHA_384, byte[])
- getHmacSha512(byte[]) - Static method in class org.apache.commons.codec.digest.HmacUtils
-
Deprecated.(1.11) Use
getInitializedMac(HmacAlgorithms.HMAC_SHA_512, byte[])
- getI() - Method in class org.apache.commons.codec.language.bm.PhoneticEngine.RulesApplication
- getInitializedMac(String, byte[]) - Static method in class org.apache.commons.codec.digest.HmacUtils
-
Returns an initialized
Mac
for the givenalgorithm
. - getInitializedMac(HmacAlgorithms, byte[]) - Static method in class org.apache.commons.codec.digest.HmacUtils
-
Returns an initialized
Mac
for the givenalgorithm
. - getInputStream(String) - Static method in class org.apache.commons.codec.Resources
-
Opens the given named resource from the given class.
- getInstance(String) - Static method in class org.apache.commons.codec.language.bm.Languages
- getInstance(NameType) - Static method in class org.apache.commons.codec.language.bm.Languages
- getInstance(NameType, RuleType, String) - Static method in class org.apache.commons.codec.language.bm.Rule
-
Gets rules for a combination of name type, rule type and a single language.
- getInstance(NameType, RuleType, Languages.LanguageSet) - Static method in class org.apache.commons.codec.language.bm.Rule
-
Gets rules for a combination of name type, rule type and languages.
- getInstanceMap(NameType, RuleType, String) - Static method in class org.apache.commons.codec.language.bm.Rule
-
Gets rules for a combination of name type, rule type and a single language.
- getInstanceMap(NameType, RuleType, Languages.LanguageSet) - Static method in class org.apache.commons.codec.language.bm.Rule
-
Gets rules for a combination of name type, rule type and languages.
- getInt(byte[], int) - Static method in class org.apache.commons.codec.digest.XXHash32
-
Gets the little-endian int from 4 bytes starting at the specified index.
- getLang() - Method in class org.apache.commons.codec.language.bm.PhoneticEngine
-
Gets the Lang language guessing rules being used.
- getLanguages() - Method in class org.apache.commons.codec.language.bm.Languages
- getLanguages() - Method in class org.apache.commons.codec.language.bm.Languages.SomeLanguages
- getLanguages() - Method in class org.apache.commons.codec.language.bm.Rule.Phoneme
- getLContext() - Method in class org.apache.commons.codec.language.bm.Rule
-
Gets the left context.
- getLittleEndianInt(byte[], int) - Static method in class org.apache.commons.codec.digest.MurmurHash2
-
Gets the little-endian int from 4 bytes starting at the specified index.
- getLittleEndianInt(byte[], int) - Static method in class org.apache.commons.codec.digest.MurmurHash3
-
Gets the little-endian int from 4 bytes starting at the specified index.
- getLittleEndianLong(byte[], int) - Static method in class org.apache.commons.codec.digest.MurmurHash2
-
Gets the little-endian long from 8 bytes starting at the specified index.
- getLittleEndianLong(byte[], int) - Static method in class org.apache.commons.codec.digest.MurmurHash3
-
Gets the little-endian long from 8 bytes starting at the specified index.
- getMappingCode(char) - Method in class org.apache.commons.codec.language.RefinedSoundex
-
Returns the mapping code for a given character.
- getMaxCodeLen() - Method in class org.apache.commons.codec.language.DoubleMetaphone
-
Returns the maxCodeLen.
- getMaxCodeLen() - Method in class org.apache.commons.codec.language.Metaphone
-
Returns the maxCodeLen.
- getMaxLength() - Method in class org.apache.commons.codec.language.Soundex
-
Deprecated.This feature is not needed since the encoding size must be constant. Will be removed in 2.0.
- getMaxPhonemes() - Method in class org.apache.commons.codec.language.bm.PhoneticEngine
-
Gets the maximum number of phonemes the engine will calculate for a given input.
- getMd2Digest() - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Returns an MD2 MessageDigest.
- getMd5Digest() - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Returns an MD5 MessageDigest.
- getMessageDigest() - Method in class org.apache.commons.codec.digest.DigestUtils
-
Returns the message digest instance.
- getMinRating(int) - Method in class org.apache.commons.codec.language.MatchRatingApproachEncoder
-
Obtains the min rating of the length sum of the 2 names.
- getName() - Method in enum org.apache.commons.codec.digest.HmacAlgorithms
-
Gets the algorithm name.
- getName() - Method in enum org.apache.commons.codec.language.bm.NameType
-
Gets the short version of the name type.
- getName() - Method in enum org.apache.commons.codec.language.bm.RuleType
-
Gets the rule name.
- getNameType() - Method in class org.apache.commons.codec.language.bm.BeiderMorseEncoder
-
Gets the name type currently in operation.
- getNameType() - Method in class org.apache.commons.codec.language.bm.PhoneticEngine
-
Gets the NameType being used.
- getNextChar() - Method in class org.apache.commons.codec.language.ColognePhonetic.CologneInputBuffer
- getNextPos() - Method in class org.apache.commons.codec.language.ColognePhonetic.CologneInputBuffer
- getPattern() - Method in class org.apache.commons.codec.language.bm.Rule
-
Gets the pattern.
- getPatternLength() - Method in class org.apache.commons.codec.language.DaitchMokotoffSoundex.Rule
- getPhoneme() - Method in class org.apache.commons.codec.language.bm.Rule
-
Gets the phoneme.
- getPhonemeBuilder() - Method in class org.apache.commons.codec.language.bm.PhoneticEngine.RulesApplication
- getPhonemes() - Method in class org.apache.commons.codec.language.bm.PhoneticEngine.PhonemeBuilder
-
Gets underlying phoneme set.
- getPhonemes() - Method in class org.apache.commons.codec.language.bm.Rule.Phoneme
- getPhonemes() - Method in interface org.apache.commons.codec.language.bm.Rule.PhonemeExpr
- getPhonemes() - Method in class org.apache.commons.codec.language.bm.Rule.PhonemeList
- getPhonemeText() - Method in class org.apache.commons.codec.language.bm.Rule.Phoneme
- getPrimary() - Method in class org.apache.commons.codec.language.DoubleMetaphone.DoubleMetaphoneResult
- getRandomSalt(int) - Static method in class org.apache.commons.codec.digest.B64
-
Generates a string of random chars from the B64T set.
- getRandomSalt(int, Random) - Static method in class org.apache.commons.codec.digest.B64
-
Generates a string of random chars from the B64T set.
- getRContext() - Method in class org.apache.commons.codec.language.bm.Rule
-
Gets the right context.
- getReplacements(String, boolean) - Method in class org.apache.commons.codec.language.DaitchMokotoffSoundex.Rule
- getRuleType() - Method in class org.apache.commons.codec.language.bm.BeiderMorseEncoder
-
Gets the rule type currently in operation.
- getRuleType() - Method in class org.apache.commons.codec.language.bm.PhoneticEngine
-
Gets the RuleType being used.
- getSha1Digest() - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Returns an SHA-1 digest.
- getSha256Digest() - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Returns an SHA-256 digest.
- getSha3_224Digest() - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Returns an SHA3-224 digest.
- getSha3_256Digest() - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Returns an SHA3-256 digest.
- getSha3_384Digest() - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Returns an SHA3-384 digest.
- getSha3_512Digest() - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Returns an SHA3-512 digest.
- getSha384Digest() - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Returns an SHA-384 digest.
- getSha512_224Digest() - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Returns an SHA-512/224 digest.
- getSha512_256Digest() - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Returns an SHA-512/256 digest.
- getSha512Digest() - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Returns an SHA-512 digest.
- getShaDigest() - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Deprecated.(1.11) Use
DigestUtils.getSha1Digest()
- getUnsignedOctet(int, byte[]) - Static method in class org.apache.commons.codec.net.QuotedPrintableCodec
-
Return the byte at position
index
of the byte array and make sure it is unsigned. - getValue() - Method in class org.apache.commons.codec.digest.PureJavaCrc32
- getValue() - Method in class org.apache.commons.codec.digest.PureJavaCrc32C
- getValue() - Method in class org.apache.commons.codec.digest.XXHash32
- GKQ - Static variable in class org.apache.commons.codec.language.ColognePhonetic
- guessLanguage(String) - Method in class org.apache.commons.codec.language.bm.Lang
-
Guesses the language of a word.
- guessLanguages(String) - Method in class org.apache.commons.codec.language.bm.Lang
-
Guesses the languages of a word.
H
- handleAEIOUY(DoubleMetaphone.DoubleMetaphoneResult, int) - Method in class org.apache.commons.codec.language.DoubleMetaphone
-
Handles 'A', 'E', 'I', 'O', 'U', and 'Y' cases.
- handleC(String, DoubleMetaphone.DoubleMetaphoneResult, int) - Method in class org.apache.commons.codec.language.DoubleMetaphone
-
Handles 'C' cases.
- handleCC(String, DoubleMetaphone.DoubleMetaphoneResult, int) - Method in class org.apache.commons.codec.language.DoubleMetaphone
-
Handles 'CC' cases.
- handleCH(String, DoubleMetaphone.DoubleMetaphoneResult, int) - Method in class org.apache.commons.codec.language.DoubleMetaphone
-
Handles 'CH' cases.
- handleD(String, DoubleMetaphone.DoubleMetaphoneResult, int) - Method in class org.apache.commons.codec.language.DoubleMetaphone
-
Handles 'D' cases.
- handleG(String, DoubleMetaphone.DoubleMetaphoneResult, int, boolean) - Method in class org.apache.commons.codec.language.DoubleMetaphone
-
Handles 'G' cases.
- handleGH(String, DoubleMetaphone.DoubleMetaphoneResult, int) - Method in class org.apache.commons.codec.language.DoubleMetaphone
-
Handles 'GH' cases.
- handleH(String, DoubleMetaphone.DoubleMetaphoneResult, int) - Method in class org.apache.commons.codec.language.DoubleMetaphone
-
Handles 'H' cases.
- handleJ(String, DoubleMetaphone.DoubleMetaphoneResult, int, boolean) - Method in class org.apache.commons.codec.language.DoubleMetaphone
-
Handles 'J' cases.
- handleL(String, DoubleMetaphone.DoubleMetaphoneResult, int) - Method in class org.apache.commons.codec.language.DoubleMetaphone
-
Handles 'L' cases.
- handleP(String, DoubleMetaphone.DoubleMetaphoneResult, int) - Method in class org.apache.commons.codec.language.DoubleMetaphone
-
Handles 'P' cases.
- handleR(String, DoubleMetaphone.DoubleMetaphoneResult, int, boolean) - Method in class org.apache.commons.codec.language.DoubleMetaphone
-
Handles 'R' cases.
- handleS(String, DoubleMetaphone.DoubleMetaphoneResult, int, boolean) - Method in class org.apache.commons.codec.language.DoubleMetaphone
-
Handles 'S' cases.
- handleSC(String, DoubleMetaphone.DoubleMetaphoneResult, int) - Method in class org.apache.commons.codec.language.DoubleMetaphone
-
Handles 'SC' cases.
- handleT(String, DoubleMetaphone.DoubleMetaphoneResult, int) - Method in class org.apache.commons.codec.language.DoubleMetaphone
-
Handles 'T' cases.
- handleW(String, DoubleMetaphone.DoubleMetaphoneResult, int) - Method in class org.apache.commons.codec.language.DoubleMetaphone
-
Handles 'W' cases.
- handleX(String, DoubleMetaphone.DoubleMetaphoneResult, int) - Method in class org.apache.commons.codec.language.DoubleMetaphone
-
Handles 'X' cases.
- handleZ(String, DoubleMetaphone.DoubleMetaphoneResult, int, boolean) - Method in class org.apache.commons.codec.language.DoubleMetaphone
-
Handles 'Z' cases.
- hasData(BaseNCodec.Context) - Method in class org.apache.commons.codec.binary.BaseNCodec
-
Returns true if this object has buffered data for reading.
- hash - Variable in class org.apache.commons.codec.digest.MurmurHash3.IncrementalHash32x86
-
The current running hash.
- HASH_INCLUDE - Static variable in class org.apache.commons.codec.language.bm.Rule
- hash128(byte[]) - Static method in class org.apache.commons.codec.digest.MurmurHash3
-
Generates 128-bit hash from the byte array with a default seed.
- hash128(byte[], int, int, int) - Static method in class org.apache.commons.codec.digest.MurmurHash3
-
Deprecated.Use
MurmurHash3.hash128x64(byte[], int, int, int)
. This corrects the seed initialization. - hash128(String) - Static method in class org.apache.commons.codec.digest.MurmurHash3
-
Deprecated.Use
MurmurHash3.hash128x64(byte[])
using the bytes returned fromString.getBytes(java.nio.charset.Charset)
. - hash128x64(byte[]) - Static method in class org.apache.commons.codec.digest.MurmurHash3
-
Generates 128-bit hash from the byte array with a seed of zero.
- hash128x64(byte[], int, int, int) - Static method in class org.apache.commons.codec.digest.MurmurHash3
-
Generates 128-bit hash from the byte array with the given offset, length and seed.
- hash128x64Internal(byte[], int, int, long) - Static method in class org.apache.commons.codec.digest.MurmurHash3
-
Generates 128-bit hash from the byte array with the given offset, length and seed.
- hash32(byte[]) - Static method in class org.apache.commons.codec.digest.MurmurHash3
-
Deprecated.Use
MurmurHash3.hash32x86(byte[], int, int, int)
. This corrects the processing of trailing bytes. - hash32(byte[], int) - Static method in class org.apache.commons.codec.digest.MurmurHash2
-
Generates a 32-bit hash from byte array with the given length and a default seed value.
- hash32(byte[], int) - Static method in class org.apache.commons.codec.digest.MurmurHash3
-
Deprecated.Use
MurmurHash3.hash32x86(byte[], int, int, int)
. This corrects the processing of trailing bytes. - hash32(byte[], int, int) - Static method in class org.apache.commons.codec.digest.MurmurHash2
-
Generates a 32-bit hash from byte array with the given length and seed.
- hash32(byte[], int, int) - Static method in class org.apache.commons.codec.digest.MurmurHash3
-
Deprecated.Use
MurmurHash3.hash32x86(byte[], int, int, int)
. This corrects the processing of trailing bytes. - hash32(byte[], int, int, int) - Static method in class org.apache.commons.codec.digest.MurmurHash3
-
Deprecated.Use
MurmurHash3.hash32x86(byte[], int, int, int)
. This corrects the processing of trailing bytes. - hash32(long) - Static method in class org.apache.commons.codec.digest.MurmurHash3
-
Generates 32-bit hash from a long with a default seed value.
- hash32(long, int) - Static method in class org.apache.commons.codec.digest.MurmurHash3
-
Generates 32-bit hash from a long with the given seed.
- hash32(long, long) - Static method in class org.apache.commons.codec.digest.MurmurHash3
-
Generates 32-bit hash from two longs with a default seed value.
- hash32(long, long, int) - Static method in class org.apache.commons.codec.digest.MurmurHash3
-
Generates 32-bit hash from two longs with the given seed.
- hash32(String) - Static method in class org.apache.commons.codec.digest.MurmurHash2
-
Generates a 32-bit hash from a string with a default seed.
- hash32(String) - Static method in class org.apache.commons.codec.digest.MurmurHash3
-
Deprecated.Use
MurmurHash3.hash32x86(byte[], int, int, int)
with the bytes returned fromString.getBytes(java.nio.charset.Charset)
. This corrects the processing of trailing bytes. - hash32(String, int, int) - Static method in class org.apache.commons.codec.digest.MurmurHash2
-
Generates a 32-bit hash from a substring with a default seed value.
- hash32x86(byte[]) - Static method in class org.apache.commons.codec.digest.MurmurHash3
-
Generates 32-bit hash from the byte array with a seed of zero.
- hash32x86(byte[], int, int, int) - Static method in class org.apache.commons.codec.digest.MurmurHash3
-
Generates 32-bit hash from the byte array with the given offset, length and seed.
- hash64(byte[]) - Static method in class org.apache.commons.codec.digest.MurmurHash3
-
Deprecated.Not part of the MurmurHash3 implementation. Use half of the hash bytes from
MurmurHash3.hash128x64(byte[])
. - hash64(byte[], int) - Static method in class org.apache.commons.codec.digest.MurmurHash2
-
Generates a 64-bit hash from byte array with given length and a default seed value.
- hash64(byte[], int, int) - Static method in class org.apache.commons.codec.digest.MurmurHash2
-
Generates a 64-bit hash from byte array of the given length and seed.
- hash64(byte[], int, int) - Static method in class org.apache.commons.codec.digest.MurmurHash3
-
Deprecated.Not part of the MurmurHash3 implementation. Use half of the hash bytes from
MurmurHash3.hash128x64(byte[], int, int, int)
. - hash64(byte[], int, int, int) - Static method in class org.apache.commons.codec.digest.MurmurHash3
-
Deprecated.Not part of the MurmurHash3 implementation. Use half of the hash bytes from
MurmurHash3.hash128x64(byte[], int, int, int)
. - hash64(int) - Static method in class org.apache.commons.codec.digest.MurmurHash3
-
Deprecated.Not part of the MurmurHash3 implementation. Use half of the hash bytes from
MurmurHash3.hash128x64(byte[])
with the bytes from theint
. - hash64(long) - Static method in class org.apache.commons.codec.digest.MurmurHash3
-
Deprecated.Not part of the MurmurHash3 implementation. Use half of the hash bytes from
MurmurHash3.hash128x64(byte[])
with the bytes from thelong
. - hash64(short) - Static method in class org.apache.commons.codec.digest.MurmurHash3
-
Deprecated.Not part of the MurmurHash3 implementation. Use half of the hash bytes from
MurmurHash3.hash128x64(byte[])
with the bytes from theshort
. - hash64(String) - Static method in class org.apache.commons.codec.digest.MurmurHash2
-
Generates a 64-bit hash from a string with a default seed.
- hash64(String, int, int) - Static method in class org.apache.commons.codec.digest.MurmurHash2
-
Generates a 64-bit hash from a substring with a default seed value.
- hashCode() - Method in class org.apache.commons.codec.language.DaitchMokotoffSoundex.Branch
- hasMarker(char[]) - Method in class org.apache.commons.codec.language.Soundex
- Hex - Class in org.apache.commons.codec.binary
-
Converts hexadecimal Strings.
- Hex() - Constructor for class org.apache.commons.codec.binary.Hex
-
Creates a new codec with the default charset name
Hex.DEFAULT_CHARSET
- Hex(String) - Constructor for class org.apache.commons.codec.binary.Hex
-
Creates a new codec with the given charset name.
- Hex(Charset) - Constructor for class org.apache.commons.codec.binary.Hex
-
Creates a new codec with the given Charset.
- HEX_DECODE_TABLE - Static variable in class org.apache.commons.codec.binary.Base32
-
This array is a lookup table that translates Unicode characters drawn from the "Base32 Hex Alphabet" (as specified in Table 4 of RFC 4648) into their 5-bit positive integer equivalents.
- HEX_ENCODE_TABLE - Static variable in class org.apache.commons.codec.binary.Base32
-
This array is a lookup table that translates 5-bit positive integer index values into their "Base32 Hex Alphabet" equivalents as specified in Table 4 of RFC 4648.
- hexDigit(int) - Static method in class org.apache.commons.codec.net.Utils
-
Returns the upper case hex digit of the lower 4 bits of the int.
- hmac(byte[]) - Method in class org.apache.commons.codec.digest.HmacUtils
-
Returns the digest for the input data.
- hmac(File) - Method in class org.apache.commons.codec.digest.HmacUtils
-
Returns the digest for the file.
- hmac(InputStream) - Method in class org.apache.commons.codec.digest.HmacUtils
-
Returns the digest for the stream.
- hmac(String) - Method in class org.apache.commons.codec.digest.HmacUtils
-
Returns the digest for the input data.
- hmac(ByteBuffer) - Method in class org.apache.commons.codec.digest.HmacUtils
-
Returns the digest for the input data.
- HMAC_MD5 - org.apache.commons.codec.digest.HmacAlgorithms
-
The HmacMD5 Message Authentication Code (MAC) algorithm specified in RFC 2104 and RFC 1321.
- HMAC_SHA_1 - org.apache.commons.codec.digest.HmacAlgorithms
-
The HmacSHA1 Message Authentication Code (MAC) algorithm specified in RFC 2104 and FIPS PUB 180-2.
- HMAC_SHA_224 - org.apache.commons.codec.digest.HmacAlgorithms
-
The HmacSHA224 Message Authentication Code (MAC) algorithm specified in RFC 2104 and FIPS PUB 180-2.
- HMAC_SHA_256 - org.apache.commons.codec.digest.HmacAlgorithms
-
The HmacSHA256 Message Authentication Code (MAC) algorithm specified in RFC 2104 and FIPS PUB 180-2.
- HMAC_SHA_384 - org.apache.commons.codec.digest.HmacAlgorithms
-
The HmacSHA384 Message Authentication Code (MAC) algorithm specified in RFC 2104 and FIPS PUB 180-2.
- HMAC_SHA_512 - org.apache.commons.codec.digest.HmacAlgorithms
-
The HmacSHA512 Message Authentication Code (MAC) algorithm specified in RFC 2104 and FIPS PUB 180-2.
- HmacAlgorithms - Enum in org.apache.commons.codec.digest
-
Standard
HmacUtils
algorithm names from the Java Cryptography Architecture Standard Algorithm Name Documentation. - HmacAlgorithms(String) - Constructor for enum org.apache.commons.codec.digest.HmacAlgorithms
- hmacHex(byte[]) - Method in class org.apache.commons.codec.digest.HmacUtils
-
Returns the digest for the input data.
- hmacHex(File) - Method in class org.apache.commons.codec.digest.HmacUtils
-
Returns the digest for the file.
- hmacHex(InputStream) - Method in class org.apache.commons.codec.digest.HmacUtils
-
Returns the digest for the stream.
- hmacHex(String) - Method in class org.apache.commons.codec.digest.HmacUtils
-
Returns the digest for the input data.
- hmacHex(ByteBuffer) - Method in class org.apache.commons.codec.digest.HmacUtils
-
Returns the digest for the input data.
- hmacMd5(byte[], byte[]) - Static method in class org.apache.commons.codec.digest.HmacUtils
-
Deprecated.(1.11) Use
new HmacUtils(HmacAlgorithms.HMAC_MD5, byte[]).hmac(byte[])
- hmacMd5(byte[], InputStream) - Static method in class org.apache.commons.codec.digest.HmacUtils
-
Deprecated.(1.11) Use
new HmacUtils(HmacAlgorithms.HMAC_MD5, byte[]).hmac(InputStream)
- hmacMd5(String, String) - Static method in class org.apache.commons.codec.digest.HmacUtils
-
Deprecated.(1.11) Use
new HmacUtils(HmacAlgorithms.HMAC_MD5, String).hmac(String)
- hmacMd5Hex(byte[], byte[]) - Static method in class org.apache.commons.codec.digest.HmacUtils
-
Deprecated.(1.11) Use
new HmacUtils(HmacAlgorithms.HMAC_MD5, byte[]).hmacHex(byte[])
- hmacMd5Hex(byte[], InputStream) - Static method in class org.apache.commons.codec.digest.HmacUtils
-
Deprecated.(1.11) Use
new HmacUtils(HmacAlgorithms.HMAC_MD5, byte[]).hmacHex(InputStream)
- hmacMd5Hex(String, String) - Static method in class org.apache.commons.codec.digest.HmacUtils
-
Deprecated.(1.11) Use
new HmacUtils(HmacAlgorithms.HMAC_MD5, String).hmacHex(String)
- hmacSha1(byte[], byte[]) - Static method in class org.apache.commons.codec.digest.HmacUtils
-
Deprecated.(1.11) Use
new HmacUtils(HmacAlgorithms.HMAC_SHA_1, byte[]).hmac(byte[])
- hmacSha1(byte[], InputStream) - Static method in class org.apache.commons.codec.digest.HmacUtils
-
Deprecated.(1.11) Use
new HmacUtils(HmacAlgorithms.HMAC_SHA_1, byte[]).hmac(InputStream)
- hmacSha1(String, String) - Static method in class org.apache.commons.codec.digest.HmacUtils
-
Deprecated.(1.11) Use
new HmacUtils(HmacAlgorithms.HMAC_SHA_1, String).hmac(String)
- hmacSha1Hex(byte[], byte[]) - Static method in class org.apache.commons.codec.digest.HmacUtils
-
Deprecated.(1.11) Use
new HmacUtils(HmacAlgorithms.HMAC_SHA_1, byte[]).hmacHex(byte[])
- hmacSha1Hex(byte[], InputStream) - Static method in class org.apache.commons.codec.digest.HmacUtils
-
Deprecated.(1.11) Use
new HmacUtils(HmacAlgorithms.HMAC_SHA_1, byte[]).hmacHex(InputStream)
- hmacSha1Hex(String, String) - Static method in class org.apache.commons.codec.digest.HmacUtils
-
Deprecated.(1.11) Use
new HmacUtils(HmacAlgorithms.HMAC_SHA_1, String).hmacHex(String)
- hmacSha256(byte[], byte[]) - Static method in class org.apache.commons.codec.digest.HmacUtils
-
Deprecated.(1.11) Use
new HmacUtils(HmacAlgorithms.HMAC_SHA_256, byte[]).hmac(byte[])
- hmacSha256(byte[], InputStream) - Static method in class org.apache.commons.codec.digest.HmacUtils
-
Deprecated.(1.11) Use
new HmacUtils(HmacAlgorithms.HMAC_SHA_256, byte[]).hmac(InputStream)
- hmacSha256(String, String) - Static method in class org.apache.commons.codec.digest.HmacUtils
-
Deprecated.(1.11) Use
new HmacUtils(HmacAlgorithms.HMAC_SHA_256, String).hmac(String)
- hmacSha256Hex(byte[], byte[]) - Static method in class org.apache.commons.codec.digest.HmacUtils
-
Deprecated.(1.11) Use
new HmacUtils(HmacAlgorithms.HMAC_SHA_256, byte[]).hmacHex(byte[])
- hmacSha256Hex(byte[], InputStream) - Static method in class org.apache.commons.codec.digest.HmacUtils
-
Deprecated.(1.11) Use
new HmacUtils(HmacAlgorithms.HMAC_SHA_256, byte[]).hmacHex(InputStream)
- hmacSha256Hex(String, String) - Static method in class org.apache.commons.codec.digest.HmacUtils
-
Deprecated.(1.11) Use
new HmacUtils(HmacAlgorithms.HMAC_SHA_256, String).hmacHex(String)
- hmacSha384(byte[], byte[]) - Static method in class org.apache.commons.codec.digest.HmacUtils
-
Deprecated.(1.11) Use
new HmacUtils(HmacAlgorithms.HMAC_SHA_384, byte[]).hmac(byte[])
- hmacSha384(byte[], InputStream) - Static method in class org.apache.commons.codec.digest.HmacUtils
-
Deprecated.(1.11) Use
new HmacUtils(HmacAlgorithms.HMAC_SHA_384, byte[]).hmac(InputStream)
- hmacSha384(String, String) - Static method in class org.apache.commons.codec.digest.HmacUtils
-
Deprecated.(1.11) Use
new HmacUtils(HmacAlgorithms.HMAC_SHA_384, String).hmac(String)
- hmacSha384Hex(byte[], byte[]) - Static method in class org.apache.commons.codec.digest.HmacUtils
-
Deprecated.(1.11) Use
new HmacUtils(HmacAlgorithms.HMAC_SHA_384, byte[]).hmacHex(byte[])
- hmacSha384Hex(byte[], InputStream) - Static method in class org.apache.commons.codec.digest.HmacUtils
-
Deprecated.(1.11) Use
new HmacUtils(HmacAlgorithms.HMAC_SHA_384, byte[]).hmacHex(InputStream)
- hmacSha384Hex(String, String) - Static method in class org.apache.commons.codec.digest.HmacUtils
-
Deprecated.(1.11) Use
new HmacUtils(HmacAlgorithms.HMAC_SHA_384, String).hmacHex(String)
- hmacSha512(byte[], byte[]) - Static method in class org.apache.commons.codec.digest.HmacUtils
-
Deprecated.(1.11) Use
new HmacUtils(HmacAlgorithms.HMAC_SHA_512, byte[]).hmac(byte[])
- hmacSha512(byte[], InputStream) - Static method in class org.apache.commons.codec.digest.HmacUtils
-
Deprecated.(1.11) Use
new HmacUtils(HmacAlgorithms.HMAC_SHA_512, byte[]).hmac(InputStream)
- hmacSha512(String, String) - Static method in class org.apache.commons.codec.digest.HmacUtils
-
Deprecated.(1.11) Use
new HmacUtils(HmacAlgorithms.HMAC_SHA_512, String).hmac(String)
- hmacSha512Hex(byte[], byte[]) - Static method in class org.apache.commons.codec.digest.HmacUtils
-
Deprecated.(1.11) Use
new HmacUtils(HmacAlgorithms.HMAC_SHA_512, byte[]).hmacHex(byte[])
- hmacSha512Hex(byte[], InputStream) - Static method in class org.apache.commons.codec.digest.HmacUtils
-
Deprecated.(1.11) Use
new HmacUtils(HmacAlgorithms.HMAC_SHA_512, byte[]).hmacHex(InputStream)
- hmacSha512Hex(String, String) - Static method in class org.apache.commons.codec.digest.HmacUtils
-
Deprecated.(1.11) Use
new HmacUtils(HmacAlgorithms.HMAC_SHA_512, String).hmacHex(String)
- HmacUtils - Class in org.apache.commons.codec.digest
-
Simplifies common
Mac
tasks. - HmacUtils() - Constructor for class org.apache.commons.codec.digest.HmacUtils
-
Deprecated.since 1.11; only useful to preserve binary compatibility
- HmacUtils(String, byte[]) - Constructor for class org.apache.commons.codec.digest.HmacUtils
-
Creates an instance using the provided algorithm type.
- HmacUtils(String, String) - Constructor for class org.apache.commons.codec.digest.HmacUtils
-
Creates an instance using the provided algorithm type.
- HmacUtils(Mac) - Constructor for class org.apache.commons.codec.digest.HmacUtils
- HmacUtils(HmacAlgorithms, byte[]) - Constructor for class org.apache.commons.codec.digest.HmacUtils
-
Creates an instance using the provided algorithm type.
- HmacUtils(HmacAlgorithms, String) - Constructor for class org.apache.commons.codec.digest.HmacUtils
-
Creates an instance using the provided algorithm type.
- hPermOp(int, int, int) - Static method in class org.apache.commons.codec.digest.UnixCrypt
I
- i - Variable in class org.apache.commons.codec.language.bm.PhoneticEngine.RulesApplication
- ibitWorkArea - Variable in class org.apache.commons.codec.binary.BaseNCodec.Context
-
Place holder for the bytes we're dealing with for our based logic.
- inAlwaysEncodeCharsRange(byte) - Method in class org.apache.commons.codec.net.PercentCodec
- IncrementalHash32() - Constructor for class org.apache.commons.codec.digest.MurmurHash3.IncrementalHash32
-
Deprecated.
- IncrementalHash32x86() - Constructor for class org.apache.commons.codec.digest.MurmurHash3.IncrementalHash32x86
- initializeState() - Method in class org.apache.commons.codec.digest.XXHash32
- input - Variable in class org.apache.commons.codec.language.bm.PhoneticEngine.RulesApplication
- inputs - Variable in class org.apache.commons.codec.cli.Digest
- insertAlwaysEncodeChar(byte) - Method in class org.apache.commons.codec.net.PercentCodec
-
Inserts a single character into a BitSet and maintains the min and max of the characters of the
BitSet alwaysEncodeChars
in order to avoid look-ups when a byte is out of this range. - insertAlwaysEncodeChars(byte[]) - Method in class org.apache.commons.codec.net.PercentCodec
-
Adds the byte array into a BitSet for faster lookup
- instance(NameType) - Static method in class org.apache.commons.codec.language.bm.Lang
-
Gets a Lang instance for one of the supported NameTypes.
- INTEGER_BYTES - Static variable in class org.apache.commons.codec.digest.MurmurHash3
-
TODO Replace on Java 8 with Integer.BYTES.
- intToFourBytes(int, byte[], int) - Static method in class org.apache.commons.codec.digest.UnixCrypt
- invoke() - Method in class org.apache.commons.codec.language.bm.PhoneticEngine.RulesApplication
-
Invokes the rules.
- isArrayByteBase64(byte[]) - Static method in class org.apache.commons.codec.binary.Base64
-
Deprecated.1.5 Use
Base64.isBase64(byte[])
, will be removed in 2.0. - isAsciiChar(byte) - Method in class org.apache.commons.codec.net.PercentCodec
- isAvailable(String) - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Test whether the algorithm is supported.
- isAvailable(String) - Static method in class org.apache.commons.codec.digest.HmacUtils
-
Returns whether this algorithm is available
- isAvailable(HmacAlgorithms) - Static method in class org.apache.commons.codec.digest.HmacUtils
-
Returns whether this algorithm is available
- isBase64(byte) - Static method in class org.apache.commons.codec.binary.Base64
-
Returns whether or not the
octet
is in the base 64 alphabet. - isBase64(byte[]) - Static method in class org.apache.commons.codec.binary.Base64
-
Tests a given byte array to see if it contains only valid characters within the Base64 alphabet.
- isBase64(String) - Static method in class org.apache.commons.codec.binary.Base64
-
Tests a given String to see if it contains only valid characters within the Base64 alphabet.
- isCaverphoneEqual(String, String) - Method in class org.apache.commons.codec.language.Caverphone
-
Deprecated.Tests if the caverphones of two strings are identical.
- isComplete() - Method in class org.apache.commons.codec.language.DoubleMetaphone.DoubleMetaphoneResult
- isConcat() - Method in class org.apache.commons.codec.language.bm.BeiderMorseEncoder
-
Discovers if multiple possible encodings are concatenated.
- isConcat() - Method in class org.apache.commons.codec.language.bm.PhoneticEngine
-
Gets if multiple phonetic encodings are concatenated or if just the first one is kept.
- isDoubleMetaphoneEqual(String, String) - Method in class org.apache.commons.codec.language.DoubleMetaphone
-
Check if the Double Metaphone values of two
String
values are equal. - isDoubleMetaphoneEqual(String, String, boolean) - Method in class org.apache.commons.codec.language.DoubleMetaphone
-
Check if the Double Metaphone values of two
String
values are equal, optionally using the alternate value. - isEmpty() - Method in class org.apache.commons.codec.language.bm.Languages.LanguageSet
- isEmpty() - Method in class org.apache.commons.codec.language.bm.Languages.SomeLanguages
- isEmpty(byte[]) - Static method in class org.apache.commons.codec.binary.BinaryCodec
-
Returns
true
if the given array isnull
or empty (size 0.) - isEncodeBlanks() - Method in class org.apache.commons.codec.net.QCodec
-
Tests if optional transformation of SPACE characters is to be used
- isEncodeEqual(String, String) - Method in class org.apache.commons.codec.language.AbstractCaverphone
-
Tests if the encodings of two strings are equal.
- isEncodeEqual(String, String) - Method in class org.apache.commons.codec.language.ColognePhonetic
-
Compares the first encoded string to the second encoded string.
- isEncodeEquals(String, String) - Method in class org.apache.commons.codec.language.MatchRatingApproachEncoder
-
Determines if two names are homophonous via Match Rating Approach (MRA) algorithm.
- isFound() - Method in class org.apache.commons.codec.language.bm.PhoneticEngine.RulesApplication
- isInAlphabet(byte) - Method in class org.apache.commons.codec.binary.Base16
-
Returns whether or not the
octet
is in the Base16 alphabet. - isInAlphabet(byte) - Method in class org.apache.commons.codec.binary.Base32
-
Returns whether or not the
octet
is in the Base32 alphabet. - isInAlphabet(byte) - Method in class org.apache.commons.codec.binary.Base64
-
Returns whether or not the
octet
is in the Base64 alphabet. - isInAlphabet(byte) - Method in class org.apache.commons.codec.binary.BaseNCodec
-
Returns whether or not the
octet
is in the current alphabet. - isInAlphabet(byte[], boolean) - Method in class org.apache.commons.codec.binary.BaseNCodec
-
Tests a given byte array to see if it contains only valid characters within the alphabet.
- isInAlphabet(String) - Method in class org.apache.commons.codec.binary.BaseNCodec
-
Tests a given String to see if it contains only valid characters within the alphabet.
- isLastChar(int, int) - Method in class org.apache.commons.codec.language.Metaphone
- isMatch(CharSequence) - Method in interface org.apache.commons.codec.language.bm.Rule.RPattern
- isMetaphoneEqual(String, String) - Method in class org.apache.commons.codec.language.Metaphone
-
Tests is the metaphones of two strings are identical.
- isNextChar(StringBuilder, int, char) - Method in class org.apache.commons.codec.language.Metaphone
- ISO_8859_1 - Static variable in class org.apache.commons.codec.CharEncoding
-
CharEncodingISO Latin Alphabet No.
- ISO_8859_1 - Static variable in class org.apache.commons.codec.Charsets
-
Deprecated.Use
StandardCharsets.ISO_8859_1
instead. - isPreviousChar(StringBuilder, int, char) - Method in class org.apache.commons.codec.language.Metaphone
- isSilentStart(String) - Method in class org.apache.commons.codec.language.DoubleMetaphone
-
Determines whether or not the value starts with a silent letter.
- isSingleton() - Method in class org.apache.commons.codec.language.bm.Languages.LanguageSet
- isSingleton() - Method in class org.apache.commons.codec.language.bm.Languages.SomeLanguages
- isSlavoGermanic(String) - Method in class org.apache.commons.codec.language.DoubleMetaphone
-
Determines whether or not a value is of slavo-germanic origin.
- isStrict() - Method in class org.apache.commons.codec.language.Nysiis
-
Indicates the strict mode for this
Nysiis
encoder. - isStrictDecoding() - Method in class org.apache.commons.codec.binary.BaseNCodec
-
Returns true if decoding behavior is strict.
- isStrictDecoding() - Method in class org.apache.commons.codec.binary.BaseNCodecInputStream
-
Returns true if decoding behavior is strict.
- isStrictDecoding() - Method in class org.apache.commons.codec.binary.BaseNCodecOutputStream
-
Returns true if decoding behavior is strict.
- isStrictDecoding() - Method in class org.apache.commons.codec.net.BCodec
-
Returns true if decoding behavior is strict.
- isUrlSafe() - Method in class org.apache.commons.codec.binary.Base64
-
Returns our current encode mode.
- isVowel(char) - Method in class org.apache.commons.codec.language.DaitchMokotoffSoundex.Rule
- isVowel(char) - Method in class org.apache.commons.codec.language.DoubleMetaphone
-
Determines whether or not a character is a vowel or not
- isVowel(char) - Static method in class org.apache.commons.codec.language.Nysiis
-
Tests if the given character is a vowel.
- isVowel(String) - Method in class org.apache.commons.codec.language.MatchRatingApproachEncoder
-
Determines if a letter is a vowel.
- isVowel(StringBuilder, int) - Method in class org.apache.commons.codec.language.Metaphone
- isWhitespace(int) - Static method in class org.apache.commons.codec.net.QuotedPrintableCodec
-
Checks whether the given byte is whitespace.
- isWhiteSpace(byte) - Static method in class org.apache.commons.codec.binary.BaseNCodec
-
Checks if a byte value is whitespace or not.
J
- join(Iterable<String>, String) - Static method in class org.apache.commons.codec.language.bm.PhoneticEngine
-
Joins some strings with an internal separator.
- join(Rule.Phoneme) - Method in class org.apache.commons.codec.language.bm.Rule.Phoneme
-
Deprecated.since 1.9
L
- L_R_N_M_B_H_F_V_W_SPACE - Static variable in class org.apache.commons.codec.language.DoubleMetaphone
- L_T_K_S_N_M_B_Z - Static variable in class org.apache.commons.codec.language.DoubleMetaphone
- lang - Variable in class org.apache.commons.codec.language.bm.PhoneticEngine
- Lang - Class in org.apache.commons.codec.language.bm
-
Language guessing utility.
- Lang(List<Lang.LangRule>, Languages) - Constructor for class org.apache.commons.codec.language.bm.Lang
- Lang.LangRule - Class in org.apache.commons.codec.language.bm
- langResourceName(NameType) - Static method in class org.apache.commons.codec.language.bm.Languages
- LangRule(Pattern, Set<String>, boolean) - Constructor for class org.apache.commons.codec.language.bm.Lang.LangRule
- Langs - Static variable in class org.apache.commons.codec.language.bm.Lang
- LANGUAGE_RULES_RN - Static variable in class org.apache.commons.codec.language.bm.Lang
- languages - Variable in class org.apache.commons.codec.language.bm.Lang.LangRule
- languages - Variable in class org.apache.commons.codec.language.bm.Lang
- languages - Variable in class org.apache.commons.codec.language.bm.Languages
- languages - Variable in class org.apache.commons.codec.language.bm.Languages.SomeLanguages
- languages - Variable in class org.apache.commons.codec.language.bm.Rule.Phoneme
- Languages - Class in org.apache.commons.codec.language.bm
-
Language codes.
- Languages(Set<String>) - Constructor for class org.apache.commons.codec.language.bm.Languages
- LANGUAGES - Static variable in class org.apache.commons.codec.language.bm.Languages
- Languages.LanguageSet - Class in org.apache.commons.codec.language.bm
-
A set of languages.
- Languages.SomeLanguages - Class in org.apache.commons.codec.language.bm
-
Some languages, explicitly enumerated.
- LanguageSet() - Constructor for class org.apache.commons.codec.language.bm.Languages.LanguageSet
- lastCode - Variable in class org.apache.commons.codec.language.ColognePhonetic.CologneOutputBuffer
- lastReplacement - Variable in class org.apache.commons.codec.language.DaitchMokotoffSoundex.Branch
- lbitWorkArea - Variable in class org.apache.commons.codec.binary.BaseNCodec.Context
-
Place holder for the bytes we're dealing with for our based logic.
- lContext - Variable in class org.apache.commons.codec.language.bm.Rule
- leftToRightThenRightToLeftProcessing(String, String) - Method in class org.apache.commons.codec.language.MatchRatingApproachEncoder
-
Processes the names from left to right (first) then right to left removing identical letters in same positions.
- length - Variable in class org.apache.commons.codec.language.ColognePhonetic.CologneBuffer
- length() - Method in class org.apache.commons.codec.language.ColognePhonetic.CologneBuffer
- LENIENT - org.apache.commons.codec.CodecPolicy
-
The lenient policy.
- LF - Static variable in class org.apache.commons.codec.net.QuotedPrintableCodec
- lineLength - Variable in class org.apache.commons.codec.binary.BaseNCodec
-
Chunksize for encoding.
- lineSeparator - Variable in class org.apache.commons.codec.binary.Base32
-
Line separator for encoding.
- lineSeparator - Variable in class org.apache.commons.codec.binary.Base64
-
Line separator for encoding.
- loadFromResource(String, Languages) - Static method in class org.apache.commons.codec.language.bm.Lang
-
Loads language rules from a resource.
- LONG_BYTES - Static variable in class org.apache.commons.codec.digest.MurmurHash3
-
TODO Replace on Java 8 with Long.BYTES.
- LOWER_CASE_DECODE_TABLE - Static variable in class org.apache.commons.codec.binary.Base16
-
This array is a lookup table that translates Unicode characters drawn from the a lower-case "Base16 Alphabet" into their 4-bit positive integer equivalents.
- LOWER_CASE_ENCODE_TABLE - Static variable in class org.apache.commons.codec.binary.Base16
-
This array is a lookup table that translates 4-bit positive integer index values into their "Base16 Alphabet" lower-case equivalents.
M
- M - Static variable in class org.apache.commons.codec.digest.MurmurHash3
- M_32 - Static variable in class org.apache.commons.codec.digest.MurmurHash3
- M32 - Static variable in class org.apache.commons.codec.digest.MurmurHash2
- M64 - Static variable in class org.apache.commons.codec.digest.MurmurHash2
- mac - Variable in class org.apache.commons.codec.digest.HmacUtils
- main(String[]) - Static method in class org.apache.commons.codec.cli.Digest
-
Runs the digest algorithm in
args[0]
on the file inargs[1]
. - makeString() - Method in class org.apache.commons.codec.language.bm.PhoneticEngine.PhonemeBuilder
-
Stringifies the phoneme set.
- map(char) - Method in class org.apache.commons.codec.language.Soundex
-
Maps the given upper-case character to its Soundex code.
- mark(int) - Method in class org.apache.commons.codec.binary.BaseNCodecInputStream
-
Marks the current position in this input stream.
- markSupported() - Method in class org.apache.commons.codec.binary.BaseNCodecInputStream
- MASK_1BITS - Static variable in class org.apache.commons.codec.binary.Base32
-
Mask used to extract 1 bits, used when decoding final trailing character.
- MASK_2BITS - Static variable in class org.apache.commons.codec.binary.Base32
-
Mask used to extract 2 bits, used when decoding final trailing character.
- MASK_2BITS - Static variable in class org.apache.commons.codec.binary.Base64
-
Mask used to extract 2 bits, used when decoding final trailing character.
- MASK_3BITS - Static variable in class org.apache.commons.codec.binary.Base32
-
Mask used to extract 3 bits, used when decoding final trailing character.
- MASK_4BITS - Static variable in class org.apache.commons.codec.binary.Base16
-
Mask used to extract 4 bits, used when decoding character.
- MASK_4BITS - Static variable in class org.apache.commons.codec.binary.Base32
-
Mask used to extract 4 bits, used when decoding final trailing character.
- MASK_4BITS - Static variable in class org.apache.commons.codec.binary.Base64
-
Mask used to extract 4 bits, used when decoding final trailing character.
- MASK_5BITS - Static variable in class org.apache.commons.codec.binary.Base32
-
Mask used to extract 5 bits, used when encoding Base32 bytes
- MASK_6BITS - Static variable in class org.apache.commons.codec.binary.Base64
-
Mask used to extract 6 bits, used when encoding
- MASK_8BITS - Static variable in class org.apache.commons.codec.binary.BaseNCodec
-
Mask used to extract 8 bits, used in decoding bytes
- matches(String) - Method in class org.apache.commons.codec.language.bm.Lang.LangRule
- matches(String) - Method in class org.apache.commons.codec.language.DaitchMokotoffSoundex.Rule
- MatchRatingApproachEncoder - Class in org.apache.commons.codec.language
-
Match Rating Approach Phonetic Algorithm Developed by Western Airlines in 1977.
- MatchRatingApproachEncoder() - Constructor for class org.apache.commons.codec.language.MatchRatingApproachEncoder
- MAX_BUFFER_SIZE - Static variable in class org.apache.commons.codec.binary.BaseNCodec
-
The maximum size buffer to allocate.
- MAX_LENGTH - Static variable in class org.apache.commons.codec.language.DaitchMokotoffSoundex
-
The code length of a DM soundex value.
- maxCodeLen - Variable in class org.apache.commons.codec.language.DoubleMetaphone
-
Maximum length of an encoding, default is 4
- maxCodeLen - Variable in class org.apache.commons.codec.language.Metaphone
-
The max code length for metaphone is 4
- maxLength - Variable in class org.apache.commons.codec.language.DoubleMetaphone.DoubleMetaphoneResult
- maxLength - Variable in class org.apache.commons.codec.language.Soundex
-
Deprecated.This feature is not needed since the encoding size must be constant. Will be removed in 2.0.
- maxPhonemes - Variable in class org.apache.commons.codec.language.bm.PhoneticEngine
- maxPhonemes - Variable in class org.apache.commons.codec.language.bm.PhoneticEngine.RulesApplication
- md2(byte[]) - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Calculates the MD2 digest and returns the value as a 16 element
byte[]
. - md2(InputStream) - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Calculates the MD2 digest and returns the value as a 16 element
byte[]
. - md2(String) - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Calculates the MD2 digest and returns the value as a 16 element
byte[]
. - MD2 - Static variable in class org.apache.commons.codec.digest.MessageDigestAlgorithms
-
The MD2 message digest algorithm defined in RFC 1319.
- md2Hex(byte[]) - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Calculates the MD2 digest and returns the value as a 32 character hex string.
- md2Hex(InputStream) - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Calculates the MD2 digest and returns the value as a 32 character hex string.
- md2Hex(String) - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Calculates the MD2 digest and returns the value as a 32 character hex string.
- md5(byte[]) - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Calculates the MD5 digest and returns the value as a 16 element
byte[]
. - md5(InputStream) - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Calculates the MD5 digest and returns the value as a 16 element
byte[]
. - md5(String) - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Calculates the MD5 digest and returns the value as a 16 element
byte[]
. - MD5 - Static variable in class org.apache.commons.codec.digest.MessageDigestAlgorithms
-
The MD5 message digest algorithm defined in RFC 1321.
- MD5_PREFIX - Static variable in class org.apache.commons.codec.digest.Md5Crypt
-
The Identifier of this crypt() variant.
- md5Crypt(byte[]) - Static method in class org.apache.commons.codec.digest.Md5Crypt
-
Generates a libc6 crypt() compatible "$1$" hash value.
- md5Crypt(byte[], String) - Static method in class org.apache.commons.codec.digest.Md5Crypt
-
Generates a libc crypt() compatible "$1$" MD5 based hash value.
- md5Crypt(byte[], String, String) - Static method in class org.apache.commons.codec.digest.Md5Crypt
-
Generates a libc6 crypt() "$1$" or Apache htpasswd "$apr1$" hash value.
- md5Crypt(byte[], String, String, Random) - Static method in class org.apache.commons.codec.digest.Md5Crypt
-
Generates a libc6 crypt() "$1$" or Apache htpasswd "$apr1$" hash value.
- md5Crypt(byte[], Random) - Static method in class org.apache.commons.codec.digest.Md5Crypt
-
Generates a libc6 crypt() compatible "$1$" hash value.
- Md5Crypt - Class in org.apache.commons.codec.digest
-
The libc crypt() "$1$" and Apache "$apr1$" MD5-based hash algorithm.
- Md5Crypt() - Constructor for class org.apache.commons.codec.digest.Md5Crypt
- md5Hex(byte[]) - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Calculates the MD5 digest and returns the value as a 32 character hex string.
- md5Hex(InputStream) - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Calculates the MD5 digest and returns the value as a 32 character hex string.
- md5Hex(String) - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Calculates the MD5 digest and returns the value as a 32 character hex string.
- merge(Languages.LanguageSet) - Method in class org.apache.commons.codec.language.bm.Languages.LanguageSet
- merge(Languages.LanguageSet) - Method in class org.apache.commons.codec.language.bm.Languages.SomeLanguages
- mergeWithLanguage(Languages.LanguageSet) - Method in class org.apache.commons.codec.language.bm.Rule.Phoneme
-
Returns a new Phoneme with the same text but a union of its current language set and the given one.
- messageDigest - Variable in class org.apache.commons.codec.digest.DigestUtils
- MessageDigestAlgorithms - Class in org.apache.commons.codec.digest
-
Standard
MessageDigest
algorithm names from the Java Cryptography Architecture Standard Algorithm Name Documentation. - MessageDigestAlgorithms() - Constructor for class org.apache.commons.codec.digest.MessageDigestAlgorithms
- metaphone(String) - Method in class org.apache.commons.codec.language.Metaphone
-
Find the metaphone value of a String.
- Metaphone - Class in org.apache.commons.codec.language
-
Encodes a string into a Metaphone value.
- Metaphone() - Constructor for class org.apache.commons.codec.language.Metaphone
-
Creates an instance of the Metaphone encoder
- MIME_CHUNK_SIZE - Static variable in class org.apache.commons.codec.binary.BaseNCodec
-
MIME chunk size per RFC 2045 section 6.8.
- mix32(int, int) - Static method in class org.apache.commons.codec.digest.MurmurHash3
-
Performs the intermediate mix step of the 32-bit hash function
MurmurHash3_x86_32
. - modulus - Variable in class org.apache.commons.codec.binary.BaseNCodec.Context
-
Writes to the buffer only occur after every 3/5 reads when encoding, and every 4/8 reads when decoding.
- MULTILINE_COMMENT_END - Static variable in class org.apache.commons.codec.language.DaitchMokotoffSoundex
- MULTILINE_COMMENT_START - Static variable in class org.apache.commons.codec.language.DaitchMokotoffSoundex
- MurmurHash2 - Class in org.apache.commons.codec.digest
-
Implementation of the MurmurHash2 32-bit and 64-bit hash functions.
- MurmurHash2() - Constructor for class org.apache.commons.codec.digest.MurmurHash2
-
No instance methods.
- MurmurHash3 - Class in org.apache.commons.codec.digest
-
Implementation of the MurmurHash3 32-bit and 128-bit hash functions.
- MurmurHash3() - Constructor for class org.apache.commons.codec.digest.MurmurHash3
-
No instance methods.
- MurmurHash3.IncrementalHash32 - Class in org.apache.commons.codec.digest
-
Deprecated.Use IncrementalHash32x86. This corrects the processing of trailing bytes.
- MurmurHash3.IncrementalHash32x86 - Class in org.apache.commons.codec.digest
-
Generates 32-bit hash from input bytes.
N
- N_32 - Static variable in class org.apache.commons.codec.digest.MurmurHash3
- N1 - Static variable in class org.apache.commons.codec.digest.MurmurHash3
- N2 - Static variable in class org.apache.commons.codec.digest.MurmurHash3
- name - Variable in enum org.apache.commons.codec.digest.HmacAlgorithms
- name - Variable in enum org.apache.commons.codec.language.bm.NameType
- name - Variable in enum org.apache.commons.codec.language.bm.RuleType
- NAME_PREFIXES - Static variable in class org.apache.commons.codec.language.bm.PhoneticEngine
- nameType - Variable in class org.apache.commons.codec.language.bm.PhoneticEngine
- NameType - Enum in org.apache.commons.codec.language.bm
-
Supported types of names.
- NameType(String) - Constructor for enum org.apache.commons.codec.language.bm.NameType
- newIllegalStateException(String, UnsupportedEncodingException) - Static method in class org.apache.commons.codec.binary.StringUtils
- newString(byte[], String) - Static method in class org.apache.commons.codec.binary.StringUtils
-
Constructs a new
String
by decoding the specified array of bytes using the given charset. - newString(byte[], Charset) - Static method in class org.apache.commons.codec.binary.StringUtils
-
Constructs a new
String
by decoding the specified array of bytes using the given charset. - newStringIso8859_1(byte[]) - Static method in class org.apache.commons.codec.binary.StringUtils
-
Constructs a new
String
by decoding the specified array of bytes using the ISO-8859-1 charset. - newStringUsAscii(byte[]) - Static method in class org.apache.commons.codec.binary.StringUtils
-
Constructs a new
String
by decoding the specified array of bytes using the US-ASCII charset. - newStringUtf16(byte[]) - Static method in class org.apache.commons.codec.binary.StringUtils
-
Constructs a new
String
by decoding the specified array of bytes using the UTF-16 charset. - newStringUtf16Be(byte[]) - Static method in class org.apache.commons.codec.binary.StringUtils
-
Constructs a new
String
by decoding the specified array of bytes using the UTF-16BE charset. - newStringUtf16Le(byte[]) - Static method in class org.apache.commons.codec.binary.StringUtils
-
Constructs a new
String
by decoding the specified array of bytes using the UTF-16LE charset. - newStringUtf8(byte[]) - Static method in class org.apache.commons.codec.binary.StringUtils
-
Constructs a new
String
by decoding the specified array of bytes using the UTF-8 charset. - NO_LANGUAGES - Static variable in class org.apache.commons.codec.language.bm.Languages
-
No languages at all.
- NULL_HASHCODE - Static variable in class org.apache.commons.codec.digest.MurmurHash3
-
Deprecated.This is not used internally and will be removed in a future release.
- nysiis(String) - Method in class org.apache.commons.codec.language.Nysiis
-
Retrieves the NYSIIS code for a given String object.
- Nysiis - Class in org.apache.commons.codec.language
-
Encodes a string into a NYSIIS value.
- Nysiis() - Constructor for class org.apache.commons.codec.language.Nysiis
-
Creates an instance of the
Nysiis
encoder with strict mode (original form), i.e. - Nysiis(boolean) - Constructor for class org.apache.commons.codec.language.Nysiis
-
Create an instance of the
Nysiis
encoder with the specified strict mode:true
: encoded strings have a maximum length of 6false
: encoded strings may have arbitrary length
O
- ONE - Static variable in class org.apache.commons.codec.language.MatchRatingApproachEncoder
-
Constants used mainly for the min rating value.
- oneByte - Variable in class org.apache.commons.codec.digest.XXHash32
- orBytes(byte, byte, byte, byte) - Static method in class org.apache.commons.codec.digest.MurmurHash3.IncrementalHash32x86
-
Combines the bytes using an Or operation (
|
in a little-endian representation of a 32-bit integer; byte 1 will be the least significant byte, byte 4 the most significant. - org.apache.commons.codec - package org.apache.commons.codec
-
Interfaces and classes used by the various implementations in the sub-packages.
- org.apache.commons.codec.binary - package org.apache.commons.codec.binary
-
Base64, Base32, Binary, and Hexadecimal String encoding and decoding.
- org.apache.commons.codec.cli - package org.apache.commons.codec.cli
-
Command line utility.
- org.apache.commons.codec.digest - package org.apache.commons.codec.digest
-
Simplifies common
MessageDigest
tasks and includes a libc crypt(3) compatible crypt method that supports DES, MD5, SHA-256 and SHA-512 based algorithms as well as the Apache specific "$apr1$" variant. - org.apache.commons.codec.language - package org.apache.commons.codec.language
-
Language and phonetic encoders.
- org.apache.commons.codec.language.bm - package org.apache.commons.codec.language.bm
-
Implementation details of the Beider-Morse codec.
- org.apache.commons.codec.net - package org.apache.commons.codec.net
-
Network related encoding and decoding.
P
- pad - Variable in class org.apache.commons.codec.binary.BaseNCodec
- PAD - Variable in class org.apache.commons.codec.binary.BaseNCodec
-
Deprecated.Use
BaseNCodec.pad
. Will be removed in 2.0. - PAD_DEFAULT - Static variable in class org.apache.commons.codec.binary.BaseNCodec
-
Byte used to pad output.
- parsePhoneme(String) - Static method in class org.apache.commons.codec.language.bm.Rule
- parsePhonemeExpr(String) - Static method in class org.apache.commons.codec.language.bm.Rule
- parseRules(Scanner, String) - Static method in class org.apache.commons.codec.language.bm.Rule
- parseRules(Scanner, String, Map<Character, List<DaitchMokotoffSoundex.Rule>>, Map<Character, Character>) - Static method in class org.apache.commons.codec.language.DaitchMokotoffSoundex
- PAT_DT_ETC - Static variable in class org.apache.commons.codec.language.Nysiis
- PAT_EE_IE - Static variable in class org.apache.commons.codec.language.Nysiis
- PAT_K - Static variable in class org.apache.commons.codec.language.Nysiis
- PAT_KN - Static variable in class org.apache.commons.codec.language.Nysiis
- PAT_MAC - Static variable in class org.apache.commons.codec.language.Nysiis
- PAT_PH_PF - Static variable in class org.apache.commons.codec.language.Nysiis
- PAT_SCH - Static variable in class org.apache.commons.codec.language.Nysiis
- pattern - Variable in class org.apache.commons.codec.language.bm.Lang.LangRule
- pattern - Variable in class org.apache.commons.codec.language.bm.Rule
- pattern - Variable in class org.apache.commons.codec.language.DaitchMokotoffSoundex.Rule
- pattern(String) - Static method in class org.apache.commons.codec.language.bm.Rule
-
Attempts to compile the regex into direct string ops, falling back to Pattern and Matcher in the worst case.
- patternAndContextMatches(CharSequence, int) - Method in class org.apache.commons.codec.language.bm.Rule
-
Decides if the pattern and context match the input starting at a position.
- PEM_CHUNK_SIZE - Static variable in class org.apache.commons.codec.binary.BaseNCodec
-
PEM chunk size per RFC 1421 section 4.3.2.4.
- PercentCodec - Class in org.apache.commons.codec.net
-
Implements the Percent-Encoding scheme, as described in HTTP 1.1 specification.
- PercentCodec() - Constructor for class org.apache.commons.codec.net.PercentCodec
-
Constructs a Percent coded that will encode all the non US-ASCII characters using the Percent-Encoding while it will not encode all the US-ASCII characters, except for character '%' that is used as escape character for Percent-Encoding.
- PercentCodec(byte[], boolean) - Constructor for class org.apache.commons.codec.net.PercentCodec
-
Constructs a Percent codec by specifying the characters that belong to US-ASCII that should always be encoded.
- permOp(int, int, int, int, int[]) - Static method in class org.apache.commons.codec.digest.UnixCrypt
- phoneme - Variable in class org.apache.commons.codec.language.bm.Rule
- Phoneme(CharSequence, Languages.LanguageSet) - Constructor for class org.apache.commons.codec.language.bm.Rule.Phoneme
- Phoneme(Rule.Phoneme, Rule.Phoneme) - Constructor for class org.apache.commons.codec.language.bm.Rule.Phoneme
- Phoneme(Rule.Phoneme, Rule.Phoneme, Languages.LanguageSet) - Constructor for class org.apache.commons.codec.language.bm.Rule.Phoneme
- phonemeBuilder - Variable in class org.apache.commons.codec.language.bm.PhoneticEngine.RulesApplication
- PhonemeBuilder(Set<Rule.Phoneme>) - Constructor for class org.apache.commons.codec.language.bm.PhoneticEngine.PhonemeBuilder
- PhonemeBuilder(Rule.Phoneme) - Constructor for class org.apache.commons.codec.language.bm.PhoneticEngine.PhonemeBuilder
- PhonemeList(List<Rule.Phoneme>) - Constructor for class org.apache.commons.codec.language.bm.Rule.PhonemeList
- phonemes - Variable in class org.apache.commons.codec.language.bm.PhoneticEngine.PhonemeBuilder
- phonemes - Variable in class org.apache.commons.codec.language.bm.Rule.PhonemeList
- phonemeText - Variable in class org.apache.commons.codec.language.bm.Rule.Phoneme
- PhoneticEngine - Class in org.apache.commons.codec.language.bm
-
Converts words into potential phonetic representations.
- PhoneticEngine(NameType, RuleType, boolean) - Constructor for class org.apache.commons.codec.language.bm.PhoneticEngine
-
Generates a new, fully-configured phonetic engine.
- PhoneticEngine(NameType, RuleType, boolean, int) - Constructor for class org.apache.commons.codec.language.bm.PhoneticEngine
-
Generates a new, fully-configured phonetic engine.
- PhoneticEngine.PhonemeBuilder - Class in org.apache.commons.codec.language.bm
-
Utility for manipulating a set of phonemes as they are being built up.
- PhoneticEngine.RulesApplication - Class in org.apache.commons.codec.language.bm
-
A function closure capturing the application of a list of rules to an input sequence at a particular offset.
- PLAIN_ASCII - Static variable in class org.apache.commons.codec.language.MatchRatingApproachEncoder
-
The plain letter equivalent of the accented letters.
- plusForSpace - Variable in class org.apache.commons.codec.net.PercentCodec
-
The flag defining if the space character should be encoded as '+'
- pos - Variable in class org.apache.commons.codec.binary.BaseNCodec.Context
-
Position where next character should be written in the buffer.
- pos - Variable in class org.apache.commons.codec.digest.XXHash32
- POSTFIX - Static variable in class org.apache.commons.codec.net.RFC1522Codec
-
Prefix.
- PREFIX - Static variable in class org.apache.commons.codec.net.RFC1522Codec
-
Postfix.
- preprocess(String) - Method in class org.apache.commons.codec.language.ColognePhonetic
-
Converts the string to upper case and replaces Germanic umlaut characters The following characters are mapped: capital A, umlaut mark capital U, umlaut mark capital O, umlaut mark small sharp s, German
- primary - Variable in class org.apache.commons.codec.language.DoubleMetaphone.DoubleMetaphoneResult
- PRIME1 - Static variable in class org.apache.commons.codec.digest.XXHash32
- PRIME2 - Static variable in class org.apache.commons.codec.digest.XXHash32
- PRIME3 - Static variable in class org.apache.commons.codec.digest.XXHash32
- PRIME4 - Static variable in class org.apache.commons.codec.digest.XXHash32
- PRIME5 - Static variable in class org.apache.commons.codec.digest.XXHash32
- PRINTABLE_CHARS - Static variable in class org.apache.commons.codec.net.QCodec
-
BitSet of printable characters as defined in RFC 1522.
- PRINTABLE_CHARS - Static variable in class org.apache.commons.codec.net.QuotedPrintableCodec
-
BitSet of printable characters as defined in RFC 1521.
- println(String, byte[]) - Method in class org.apache.commons.codec.cli.Digest
- println(String, byte[], String) - Method in class org.apache.commons.codec.cli.Digest
- process(byte[], int) - Method in class org.apache.commons.codec.digest.XXHash32
- processNextReplacement(String, boolean) - Method in class org.apache.commons.codec.language.DaitchMokotoffSoundex.Branch
-
Process the next replacement to be added to this branch.
- PureJavaCrc32 - Class in org.apache.commons.codec.digest
-
A pure-java implementation of the CRC32 checksum that uses the same polynomial as the built-in native CRC32.
- PureJavaCrc32() - Constructor for class org.apache.commons.codec.digest.PureJavaCrc32
-
Create a new PureJavaCrc32 object.
- PureJavaCrc32C - Class in org.apache.commons.codec.digest
-
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.
- PureJavaCrc32C() - Constructor for class org.apache.commons.codec.digest.PureJavaCrc32C
-
Create a new PureJavaCrc32 object.
- put(char) - Method in class org.apache.commons.codec.language.ColognePhonetic.CologneOutputBuffer
-
Stores the next code in the output buffer, keeping track of the previous code.
Q
- QCodec - Class in org.apache.commons.codec.net
-
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.
- QCodec() - Constructor for class org.apache.commons.codec.net.QCodec
-
Default constructor.
- QCodec(String) - Constructor for class org.apache.commons.codec.net.QCodec
-
Constructor which allows for the selection of a default Charset.
- QCodec(Charset) - Constructor for class org.apache.commons.codec.net.QCodec
-
Constructor which allows for the selection of a default Charset.
- QuotedPrintableCodec - Class in org.apache.commons.codec.net
-
Codec for the Quoted-Printable section of RFC 1521.
- QuotedPrintableCodec() - Constructor for class org.apache.commons.codec.net.QuotedPrintableCodec
-
Default constructor, assumes default Charset of
StandardCharsets.UTF_8
- QuotedPrintableCodec(boolean) - Constructor for class org.apache.commons.codec.net.QuotedPrintableCodec
-
Constructor which allows for the selection of the strict mode.
- QuotedPrintableCodec(String) - Constructor for class org.apache.commons.codec.net.QuotedPrintableCodec
-
Constructor which allows for the selection of a default Charset.
- QuotedPrintableCodec(Charset) - Constructor for class org.apache.commons.codec.net.QuotedPrintableCodec
-
Constructor which allows for the selection of a default Charset.
- QuotedPrintableCodec(Charset, boolean) - Constructor for class org.apache.commons.codec.net.QuotedPrintableCodec
-
Constructor which allows for the selection of a default Charset and strict mode.
R
- R1 - Static variable in class org.apache.commons.codec.digest.MurmurHash3
- R1_32 - Static variable in class org.apache.commons.codec.digest.MurmurHash3
- R2 - Static variable in class org.apache.commons.codec.digest.MurmurHash3
- R2_32 - Static variable in class org.apache.commons.codec.digest.MurmurHash3
- R3 - Static variable in class org.apache.commons.codec.digest.MurmurHash3
- R32 - Static variable in class org.apache.commons.codec.digest.MurmurHash2
- R64 - Static variable in class org.apache.commons.codec.digest.MurmurHash2
- RADIX - Static variable in class org.apache.commons.codec.net.Utils
-
Radix used in encoding and decoding.
- rContext - Variable in class org.apache.commons.codec.language.bm.Rule
- read() - Method in class org.apache.commons.codec.binary.BaseNCodecInputStream
-
Reads one
byte
from this input stream. - read(byte[], int, int) - Method in class org.apache.commons.codec.binary.BaseNCodecInputStream
-
Attempts to read
len
bytes into the specifiedb
array starting atoffset
from this InputStream. - readPos - Variable in class org.apache.commons.codec.binary.BaseNCodec.Context
-
Position where next character should be read from the buffer.
- readResults(byte[], int, int, BaseNCodec.Context) - Method in class org.apache.commons.codec.binary.BaseNCodec
-
Extracts buffered data into the provided byte[] array, starting at position bPos, up to a maximum of bAvail bytes.
- RefinedSoundex - Class in org.apache.commons.codec.language
-
Encodes a string into a Refined Soundex value.
- RefinedSoundex() - Constructor for class org.apache.commons.codec.language.RefinedSoundex
-
Creates an instance of the RefinedSoundex object using the default US English mapping.
- RefinedSoundex(char[]) - Constructor for class org.apache.commons.codec.language.RefinedSoundex
-
Creates a refined soundex instance using a custom mapping.
- RefinedSoundex(String) - Constructor for class org.apache.commons.codec.language.RefinedSoundex
-
Creates a refined Soundex instance using a custom mapping.
- regionMatch(StringBuilder, int, String) - Method in class org.apache.commons.codec.language.Metaphone
- regionMatches(CharSequence, boolean, int, CharSequence, int, int) - Static method in class org.apache.commons.codec.binary.CharSequenceUtils
-
Green implementation of regionMatches.
- removeAccents(String) - Method in class org.apache.commons.codec.language.MatchRatingApproachEncoder
-
Removes accented letters and replaces with non-accented ascii equivalent Case is preserved.
- removeDoubleConsonants(String) - Method in class org.apache.commons.codec.language.MatchRatingApproachEncoder
-
Replaces any double consonant pair with the single letter equivalent.
- removeNext() - Method in class org.apache.commons.codec.language.ColognePhonetic.CologneInputBuffer
- removeVowels(String) - Method in class org.apache.commons.codec.language.MatchRatingApproachEncoder
-
Deletes all vowels unless the vowel begins the word.
- replacementAtStart - Variable in class org.apache.commons.codec.language.DaitchMokotoffSoundex.Rule
- replacementBeforeVowel - Variable in class org.apache.commons.codec.language.DaitchMokotoffSoundex.Rule
- replacementDefault - Variable in class org.apache.commons.codec.language.DaitchMokotoffSoundex.Rule
- reset() - Method in class org.apache.commons.codec.binary.BaseNCodecInputStream
-
Repositions this stream to the position at the time the mark method was last called on this input stream.
- reset() - Method in class org.apache.commons.codec.digest.PureJavaCrc32
- reset() - Method in class org.apache.commons.codec.digest.PureJavaCrc32C
- reset() - Method in class org.apache.commons.codec.digest.XXHash32
- resizeBuffer(BaseNCodec.Context, int) - Static method in class org.apache.commons.codec.binary.BaseNCodec
-
Increases our buffer by the
BaseNCodec.DEFAULT_BUFFER_RESIZE_FACTOR
. - RESOURCE_FILE - Static variable in class org.apache.commons.codec.language.DaitchMokotoffSoundex
-
The resource file containing the replacement and folding rules
- ResourceConstants - Class in org.apache.commons.codec.language.bm
-
Constants used to process resource files.
- ResourceConstants() - Constructor for class org.apache.commons.codec.language.bm.ResourceConstants
- Resources - Class in org.apache.commons.codec
-
Consider this class package private.
- Resources() - Constructor for class org.apache.commons.codec.Resources
- restrictTo(Languages.LanguageSet) - Method in class org.apache.commons.codec.language.bm.Languages.LanguageSet
- restrictTo(Languages.LanguageSet) - Method in class org.apache.commons.codec.language.bm.Languages.SomeLanguages
- RFC1522Codec - Class in org.apache.commons.codec.net
-
Implements methods common to all codecs defined in RFC 1522.
- RFC1522Codec() - Constructor for class org.apache.commons.codec.net.RFC1522Codec
- ROTATE_BITS - Static variable in class org.apache.commons.codec.digest.XXHash32
- ROUNDS - Static variable in class org.apache.commons.codec.digest.Md5Crypt
-
The number of rounds of the big loop.
- ROUNDS_DEFAULT - Static variable in class org.apache.commons.codec.digest.Sha2Crypt
-
Default number of rounds if not explicitly specified.
- ROUNDS_MAX - Static variable in class org.apache.commons.codec.digest.Sha2Crypt
-
Maximum number of rounds.
- ROUNDS_MIN - Static variable in class org.apache.commons.codec.digest.Sha2Crypt
-
Minimum number of rounds.
- ROUNDS_PREFIX - Static variable in class org.apache.commons.codec.digest.Sha2Crypt
-
Prefix for optional rounds specification.
- Rule - Class in org.apache.commons.codec.language.bm
-
A phoneme rule.
- Rule(String, String, String, String) - Constructor for class org.apache.commons.codec.language.DaitchMokotoffSoundex.Rule
- Rule(String, String, String, Rule.PhonemeExpr) - Constructor for class org.apache.commons.codec.language.bm.Rule
-
Creates a new rule.
- Rule.Phoneme - Class in org.apache.commons.codec.language.bm
- Rule.PhonemeExpr - Interface in org.apache.commons.codec.language.bm
- Rule.PhonemeList - Class in org.apache.commons.codec.language.bm
- Rule.RPattern - Interface in org.apache.commons.codec.language.bm
-
A minimal wrapper around the functionality of Pattern that we use, to allow for alternate implementations.
- rules - Variable in class org.apache.commons.codec.language.bm.Lang
- RULES - org.apache.commons.codec.language.bm.RuleType
-
For internal use only.
- RULES - Static variable in class org.apache.commons.codec.language.bm.Rule
- RULES - Static variable in class org.apache.commons.codec.language.DaitchMokotoffSoundex
-
Transformation rules indexed by the first character of their pattern.
- RulesApplication(Map<String, List<Rule>>, CharSequence, PhoneticEngine.PhonemeBuilder, int, int) - Constructor for class org.apache.commons.codec.language.bm.PhoneticEngine.RulesApplication
- ruleType - Variable in class org.apache.commons.codec.language.bm.PhoneticEngine
- RuleType - Enum in org.apache.commons.codec.language.bm
-
Types of rule.
- RuleType(String) - Constructor for enum org.apache.commons.codec.language.bm.RuleType
- run() - Method in class org.apache.commons.codec.cli.Digest
- run(String[]) - Method in class org.apache.commons.codec.cli.Digest
- run(String, String) - Method in class org.apache.commons.codec.cli.Digest
- run(String, MessageDigest) - Method in class org.apache.commons.codec.cli.Digest
- run(String, MessageDigest, File[]) - Method in class org.apache.commons.codec.cli.Digest
S
- SAFE_LENGTH - Static variable in class org.apache.commons.codec.net.QuotedPrintableCodec
-
Safe line length for quoted printable encoded text.
- SALT_CHARS - Static variable in class org.apache.commons.codec.digest.UnixCrypt
- SALT_PATTERN - Static variable in class org.apache.commons.codec.digest.Sha2Crypt
-
The pattern to match valid salt values.
- seed - Variable in class org.apache.commons.codec.digest.XXHash32
- SEP - Static variable in class org.apache.commons.codec.net.RFC1522Codec
-
Separator.
- SEPHARDIC - org.apache.commons.codec.language.bm.NameType
-
Sephardic family names
- serialVersionUID - Static variable in exception org.apache.commons.codec.DecoderException
-
Declares the Serial Version Uid.
- serialVersionUID - Static variable in exception org.apache.commons.codec.EncoderException
-
Declares the Serial Version Uid.
- setConcat(boolean) - Method in class org.apache.commons.codec.language.bm.BeiderMorseEncoder
-
Sets how multiple possible phonetic encodings are combined.
- setEncodeBlanks(boolean) - Method in class org.apache.commons.codec.net.QCodec
-
Defines whether optional transformation of SPACE characters is to be used
- setMaxCodeLen(int) - Method in class org.apache.commons.codec.language.DoubleMetaphone
-
Sets the maxCodeLen.
- setMaxCodeLen(int) - Method in class org.apache.commons.codec.language.Metaphone
-
Sets the maxCodeLen.
- setMaxLength(int) - Method in class org.apache.commons.codec.language.Soundex
-
Deprecated.This feature is not needed since the encoding size must be constant. Will be removed in 2.0.
- setMaxPhonemes(int) - Method in class org.apache.commons.codec.language.bm.BeiderMorseEncoder
-
Sets the number of maximum of phonemes that shall be considered by the engine.
- setNameType(NameType) - Method in class org.apache.commons.codec.language.bm.BeiderMorseEncoder
-
Sets the type of name.
- setRuleType(RuleType) - Method in class org.apache.commons.codec.language.bm.BeiderMorseEncoder
-
Sets the rule type to apply.
- SEVEN - Static variable in class org.apache.commons.codec.language.MatchRatingApproachEncoder
-
Constants used mainly for the min rating value.
- sha(byte[]) - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Deprecated.(1.11) Use
DigestUtils.sha1(byte[])
- sha(InputStream) - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Deprecated.(1.11) Use
DigestUtils.sha1(InputStream)
- sha(String) - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Deprecated.(1.11) Use
DigestUtils.sha1(String)
- SHA_1 - Static variable in class org.apache.commons.codec.digest.MessageDigestAlgorithms
-
The SHA-1 hash algorithm defined in the FIPS PUB 180-2.
- SHA_224 - Static variable in class org.apache.commons.codec.digest.MessageDigestAlgorithms
-
The SHA-224 hash algorithm defined in the FIPS PUB 180-3.
- SHA_256 - Static variable in class org.apache.commons.codec.digest.MessageDigestAlgorithms
-
The SHA-256 hash algorithm defined in the FIPS PUB 180-2.
- SHA_384 - Static variable in class org.apache.commons.codec.digest.MessageDigestAlgorithms
-
The SHA-384 hash algorithm defined in the FIPS PUB 180-2.
- SHA_512 - Static variable in class org.apache.commons.codec.digest.MessageDigestAlgorithms
-
The SHA-512 hash algorithm defined in the FIPS PUB 180-2.
- SHA_512_224 - Static variable in class org.apache.commons.codec.digest.MessageDigestAlgorithms
-
The SHA-512 hash algorithm defined in the FIPS PUB 180-4.
- SHA_512_256 - Static variable in class org.apache.commons.codec.digest.MessageDigestAlgorithms
-
The SHA-512 hash algorithm defined in the FIPS PUB 180-4.
- sha1(byte[]) - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Calculates the SHA-1 digest and returns the value as a
byte[]
. - sha1(InputStream) - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Calculates the SHA-1 digest and returns the value as a
byte[]
. - sha1(String) - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Calculates the SHA-1 digest and returns the value as a
byte[]
. - sha1Hex(byte[]) - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Calculates the SHA-1 digest and returns the value as a hex string.
- sha1Hex(InputStream) - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Calculates the SHA-1 digest and returns the value as a hex string.
- sha1Hex(String) - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Calculates the SHA-1 digest and returns the value as a hex string.
- sha256(byte[]) - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Calculates the SHA-256 digest and returns the value as a
byte[]
. - sha256(InputStream) - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Calculates the SHA-256 digest and returns the value as a
byte[]
. - sha256(String) - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Calculates the SHA-256 digest and returns the value as a
byte[]
. - SHA256_BLOCKSIZE - Static variable in class org.apache.commons.codec.digest.Sha2Crypt
-
The number of bytes the final hash value will have (SHA-256 variant).
- SHA256_PREFIX - Static variable in class org.apache.commons.codec.digest.Sha2Crypt
-
The prefixes that can be used to identify this crypt() variant (SHA-256).
- sha256Crypt(byte[]) - Static method in class org.apache.commons.codec.digest.Sha2Crypt
-
Generates a libc crypt() compatible "$5$" hash value with random salt.
- sha256Crypt(byte[], String) - Static method in class org.apache.commons.codec.digest.Sha2Crypt
-
Generates a libc6 crypt() compatible "$5$" hash value.
- sha256Crypt(byte[], String, Random) - Static method in class org.apache.commons.codec.digest.Sha2Crypt
-
Generates a libc6 crypt() compatible "$5$" hash value.
- sha256Hex(byte[]) - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Calculates the SHA-256 digest and returns the value as a hex string.
- sha256Hex(InputStream) - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Calculates the SHA-256 digest and returns the value as a hex string.
- sha256Hex(String) - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Calculates the SHA-256 digest and returns the value as a hex string.
- sha2Crypt(byte[], String, String, int, String) - Static method in class org.apache.commons.codec.digest.Sha2Crypt
-
Generates a libc6 crypt() compatible "$5$" or "$6$" SHA2 based hash value.
- Sha2Crypt - Class in org.apache.commons.codec.digest
-
SHA2-based Unix crypt implementation.
- Sha2Crypt() - Constructor for class org.apache.commons.codec.digest.Sha2Crypt
- sha3_224(byte[]) - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Calculates the SHA3-224 digest and returns the value as a
byte[]
. - sha3_224(InputStream) - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Calculates the SHA3-224 digest and returns the value as a
byte[]
. - sha3_224(String) - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Calculates the SHA3-224 digest and returns the value as a
byte[]
. - SHA3_224 - Static variable in class org.apache.commons.codec.digest.MessageDigestAlgorithms
-
The SHA3-224 hash algorithm defined in the FIPS PUB 202.
- sha3_224Hex(byte[]) - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Calculates the SHA3-224 digest and returns the value as a hex string.
- sha3_224Hex(InputStream) - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Calculates the SHA3-224 digest and returns the value as a hex string.
- sha3_224Hex(String) - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Calculates the SHA3-224 digest and returns the value as a hex string.
- sha3_256(byte[]) - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Calculates the SHA3-256 digest and returns the value as a
byte[]
. - sha3_256(InputStream) - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Calculates the SHA3-256 digest and returns the value as a
byte[]
. - sha3_256(String) - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Calculates the SHA3-256 digest and returns the value as a
byte[]
. - SHA3_256 - Static variable in class org.apache.commons.codec.digest.MessageDigestAlgorithms
-
The SHA3-256 hash algorithm defined in the FIPS PUB 202.
- sha3_256Hex(byte[]) - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Calculates the SHA3-256 digest and returns the value as a hex string.
- sha3_256Hex(InputStream) - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Calculates the SHA3-256 digest and returns the value as a hex string.
- sha3_256Hex(String) - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Calculates the SHA3-256 digest and returns the value as a hex string.
- sha3_384(byte[]) - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Calculates the SHA3-384 digest and returns the value as a
byte[]
. - sha3_384(InputStream) - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Calculates the SHA3-384 digest and returns the value as a
byte[]
. - sha3_384(String) - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Calculates the SHA3-384 digest and returns the value as a
byte[]
. - SHA3_384 - Static variable in class org.apache.commons.codec.digest.MessageDigestAlgorithms
-
The SHA3-384 hash algorithm defined in the FIPS PUB 202.
- sha3_384Hex(byte[]) - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Calculates the SHA3-384 digest and returns the value as a hex string.
- sha3_384Hex(InputStream) - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Calculates the SHA3-384 digest and returns the value as a hex string.
- sha3_384Hex(String) - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Calculates the SHA3-384 digest and returns the value as a hex string.
- sha3_512(byte[]) - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Calculates the SHA3-512 digest and returns the value as a
byte[]
. - sha3_512(InputStream) - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Calculates the SHA3-512 digest and returns the value as a
byte[]
. - sha3_512(String) - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Calculates the SHA3-512 digest and returns the value as a
byte[]
. - SHA3_512 - Static variable in class org.apache.commons.codec.digest.MessageDigestAlgorithms
-
The SHA3-512 hash algorithm defined in the FIPS PUB 202.
- sha3_512Hex(byte[]) - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Calculates the SHA3-512 digest and returns the value as a hex string.
- sha3_512Hex(InputStream) - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Calculates the SHA3-512 digest and returns the value as a hex string.
- sha3_512Hex(String) - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Calculates the SHA3-512 digest and returns the value as a hex string.
- sha384(byte[]) - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Calculates the SHA-384 digest and returns the value as a
byte[]
. - sha384(InputStream) - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Calculates the SHA-384 digest and returns the value as a
byte[]
. - sha384(String) - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Calculates the SHA-384 digest and returns the value as a
byte[]
. - sha384Hex(byte[]) - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Calculates the SHA-384 digest and returns the value as a hex string.
- sha384Hex(InputStream) - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Calculates the SHA-384 digest and returns the value as a hex string.
- sha384Hex(String) - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Calculates the SHA-384 digest and returns the value as a hex string.
- sha512(byte[]) - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Calculates the SHA-512 digest and returns the value as a
byte[]
. - sha512(InputStream) - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Calculates the SHA-512 digest and returns the value as a
byte[]
. - sha512(String) - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Calculates the SHA-512 digest and returns the value as a
byte[]
. - sha512_224(byte[]) - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Calculates the SHA-512/224 digest and returns the value as a
byte[]
. - sha512_224(InputStream) - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Calculates the SHA-512/224 digest and returns the value as a
byte[]
. - sha512_224(String) - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Calculates the SHA-512/224 digest and returns the value as a
byte[]
. - sha512_224Hex(byte[]) - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Calculates the SHA-512/224 digest and returns the value as a hex string.
- sha512_224Hex(InputStream) - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Calculates the SHA-512/224 digest and returns the value as a hex string.
- sha512_224Hex(String) - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Calculates the SHA-512/224 digest and returns the value as a hex string.
- sha512_256(byte[]) - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Calculates the SHA-512/256 digest and returns the value as a
byte[]
. - sha512_256(InputStream) - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Calculates the SHA-512/256 digest and returns the value as a
byte[]
. - sha512_256(String) - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Calculates the SHA-512/256 digest and returns the value as a
byte[]
. - sha512_256Hex(byte[]) - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Calculates the SHA-512/256 digest and returns the value as a hex string.
- sha512_256Hex(InputStream) - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Calculates the SHA-512/256 digest and returns the value as a hex string.
- sha512_256Hex(String) - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Calculates the SHA-512/256 digest and returns the value as a hex string.
- SHA512_BLOCKSIZE - Static variable in class org.apache.commons.codec.digest.Sha2Crypt
-
The number of bytes the final hash value will have (SHA-512 variant).
- SHA512_PREFIX - Static variable in class org.apache.commons.codec.digest.Sha2Crypt
-
The prefixes that can be used to identify this crypt() variant (SHA-512).
- sha512Crypt(byte[]) - Static method in class org.apache.commons.codec.digest.Sha2Crypt
-
Generates a libc crypt() compatible "$6$" hash value with random salt.
- sha512Crypt(byte[], String) - Static method in class org.apache.commons.codec.digest.Sha2Crypt
-
Generates a libc6 crypt() compatible "$6$" hash value.
- sha512Crypt(byte[], String, Random) - Static method in class org.apache.commons.codec.digest.Sha2Crypt
-
Generates a libc6 crypt() compatible "$6$" hash value.
- sha512Hex(byte[]) - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Calculates the SHA-512 digest and returns the value as a hex string.
- sha512Hex(InputStream) - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Calculates the SHA-512 digest and returns the value as a hex string.
- sha512Hex(String) - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Calculates the SHA-512 digest and returns the value as a hex string.
- shaHex(byte[]) - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Deprecated.(1.11) Use
DigestUtils.sha1Hex(byte[])
- shaHex(InputStream) - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Deprecated.(1.11) Use
DigestUtils.sha1Hex(InputStream)
- shaHex(String) - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Deprecated.(1.11) Use
DigestUtils.sha1Hex(String)
- SHIFT2 - Static variable in class org.apache.commons.codec.digest.UnixCrypt
- SHORT_BYTES - Static variable in class org.apache.commons.codec.digest.MurmurHash3
-
TODO Replace on Java 8 with Short.BYTES.
- SILENT_MARKER - Static variable in class org.apache.commons.codec.language.Soundex
-
The marker character used to indicate a silent (ignored) character.
- SILENT_START - Static variable in class org.apache.commons.codec.language.DoubleMetaphone
-
Prefixes when present which are not pronounced
- singleByte - Variable in class org.apache.commons.codec.binary.BaseNCodecInputStream
- singleByte - Variable in class org.apache.commons.codec.binary.BaseNCodecOutputStream
- SIX - Static variable in class org.apache.commons.codec.language.MatchRatingApproachEncoder
-
Constants used mainly for the min rating value.
- SIX_1 - Static variable in class org.apache.commons.codec.language.Caverphone1
- SKB - Static variable in class org.apache.commons.codec.digest.UnixCrypt
- skip(long) - Method in class org.apache.commons.codec.binary.BaseNCodecInputStream
- SomeLanguages(Set<String>) - Constructor for class org.apache.commons.codec.language.bm.Languages.SomeLanguages
- soundex(String) - Method in class org.apache.commons.codec.language.DaitchMokotoffSoundex
-
Encodes a String using the Daitch-Mokotoff soundex algorithm with branching.
- soundex(String) - Method in class org.apache.commons.codec.language.RefinedSoundex
-
Retrieves the Refined Soundex code for a given String object.
- soundex(String) - Method in class org.apache.commons.codec.language.Soundex
-
Retrieves the Soundex code for a given String object.
- soundex(String, boolean) - Method in class org.apache.commons.codec.language.DaitchMokotoffSoundex
-
Perform the actual DM Soundex algorithm on the input string.
- Soundex - Class in org.apache.commons.codec.language
-
Encodes a string into a Soundex value.
- Soundex() - Constructor for class org.apache.commons.codec.language.Soundex
-
Creates an instance using US_ENGLISH_MAPPING
- Soundex(char[]) - Constructor for class org.apache.commons.codec.language.Soundex
-
Creates a soundex instance using the given mapping.
- Soundex(String) - Constructor for class org.apache.commons.codec.language.Soundex
-
Creates a refined soundex instance using a custom mapping.
- Soundex(String, boolean) - Constructor for class org.apache.commons.codec.language.Soundex
-
Creates a refined soundex instance using a custom mapping.
- soundexMapping - Variable in class org.apache.commons.codec.language.RefinedSoundex
-
Every letter of the alphabet is "mapped" to a numerical value.
- soundexMapping - Variable in class org.apache.commons.codec.language.Soundex
-
Every letter of the alphabet is "mapped" to a numerical value.
- SoundexUtils - Class in org.apache.commons.codec.language
-
Utility methods for
Soundex
andRefinedSoundex
classes. - SoundexUtils() - Constructor for class org.apache.commons.codec.language.SoundexUtils
- SPACE - Static variable in class org.apache.commons.codec.language.MatchRatingApproachEncoder
- SPACE - Static variable in class org.apache.commons.codec.language.Nysiis
- SPACE - Static variable in class org.apache.commons.codec.net.QCodec
- SPACE - Static variable in class org.apache.commons.codec.net.QuotedPrintableCodec
- specialCaseHW - Variable in class org.apache.commons.codec.language.Soundex
-
Should H and W be treated specially?
- SPTRANS - Static variable in class org.apache.commons.codec.digest.UnixCrypt
- STANDARD_ENCODE_TABLE - Static variable in class org.apache.commons.codec.binary.Base64
-
This array is a lookup table that translates 6-bit positive integer index values into their "Base64 Alphabet" equivalents as specified in Table 1 of RFC 2045.
- start(int) - Method in class org.apache.commons.codec.digest.MurmurHash3.IncrementalHash32x86
-
Starts a new incremental hash.
- startsWith(CharSequence, CharSequence) - Static method in class org.apache.commons.codec.language.bm.Rule
- state - Variable in class org.apache.commons.codec.digest.XXHash32
- stateUpdated - Variable in class org.apache.commons.codec.digest.XXHash32
-
Set to true when the state array has been updated since the last reset.
- STREAM_BUFFER_LENGTH - Static variable in class org.apache.commons.codec.digest.DigestUtils
- STREAM_BUFFER_LENGTH - Static variable in class org.apache.commons.codec.digest.HmacUtils
- strict - Variable in class org.apache.commons.codec.language.Nysiis
-
Indicates the strict mode.
- strict - Variable in class org.apache.commons.codec.net.QuotedPrintableCodec
-
Indicates whether soft line breaks shall be used during encoding (rule #3-5).
- STRICT - org.apache.commons.codec.CodecPolicy
-
The strict policy.
- StringDecoder - Interface in org.apache.commons.codec
-
Defines common decoding methods for String decoders.
- stringEncoder - Variable in class org.apache.commons.codec.StringEncoderComparator
-
Internal encoder instance.
- StringEncoder - Interface in org.apache.commons.codec
-
Defines common encoding methods for String encoders.
- StringEncoderComparator - Class in org.apache.commons.codec
-
Compares Strings using a
StringEncoder
. - StringEncoderComparator() - Constructor for class org.apache.commons.codec.StringEncoderComparator
-
Deprecated.Creating an instance without a
StringEncoder
leads to aNullPointerException
. Will be removed in 2.0. - StringEncoderComparator(StringEncoder) - Constructor for class org.apache.commons.codec.StringEncoderComparator
-
Constructs a new instance with the given algorithm.
- StringUtils - Class in org.apache.commons.codec.binary
-
Converts String to and from bytes using the encodings required by the Java specification.
- StringUtils() - Constructor for class org.apache.commons.codec.binary.StringUtils
- stripQuotes(String) - Static method in class org.apache.commons.codec.language.bm.Rule
- stripQuotes(String) - Static method in class org.apache.commons.codec.language.DaitchMokotoffSoundex
- SZ - Static variable in class org.apache.commons.codec.language.ColognePhonetic
T
- T - Static variable in class org.apache.commons.codec.digest.PureJavaCrc32
- T - Static variable in class org.apache.commons.codec.digest.PureJavaCrc32C
- T8_0_start - Static variable in class org.apache.commons.codec.digest.PureJavaCrc32C
- T8_1_start - Static variable in class org.apache.commons.codec.digest.PureJavaCrc32C
- T8_2_start - Static variable in class org.apache.commons.codec.digest.PureJavaCrc32C
- T8_3_start - Static variable in class org.apache.commons.codec.digest.PureJavaCrc32C
- T8_4_start - Static variable in class org.apache.commons.codec.digest.PureJavaCrc32C
- T8_5_start - Static variable in class org.apache.commons.codec.digest.PureJavaCrc32C
- T8_6_start - Static variable in class org.apache.commons.codec.digest.PureJavaCrc32C
- T8_7_start - Static variable in class org.apache.commons.codec.digest.PureJavaCrc32C
- TAB - Static variable in class org.apache.commons.codec.net.QuotedPrintableCodec
- TEN_1 - Static variable in class org.apache.commons.codec.language.Caverphone2
- THREE - Static variable in class org.apache.commons.codec.language.MatchRatingApproachEncoder
-
Constants used mainly for the min rating value.
- toAsciiBytes(byte[]) - Static method in class org.apache.commons.codec.binary.BinaryCodec
-
Converts an array of raw binary data into an array of ASCII 0 and 1 character bytes - each byte is a truncated char.
- toAsciiChars(byte[]) - Static method in class org.apache.commons.codec.binary.BinaryCodec
-
Converts an array of raw binary data into an array of ASCII 0 and 1 characters.
- toAsciiString(byte[]) - Static method in class org.apache.commons.codec.binary.BinaryCodec
-
Converts an array of raw binary data into a String of ASCII 0 and 1 characters.
- toByteArray(String) - Method in class org.apache.commons.codec.binary.BinaryCodec
-
Decodes a String where each char of the String represents an ASCII '0' or '1'.
- toByteArray(ByteBuffer) - Static method in class org.apache.commons.codec.binary.Hex
-
Convert the byte buffer to a byte array.
- toCharset(String) - Static method in class org.apache.commons.codec.Charsets
-
Returns a Charset for the named charset.
- toCharset(Charset) - Static method in class org.apache.commons.codec.Charsets
-
Returns the given Charset or the default Charset if the given Charset is null.
- toDigit(char, int) - Static method in class org.apache.commons.codec.binary.Hex
-
Converts a hexadecimal character to an integer.
- toIntegerBytes(BigInteger) - Static method in class org.apache.commons.codec.binary.Base64
-
Returns a byte-array representation of a
BigInteger
without sign bit. - toString() - Method in class org.apache.commons.codec.binary.BaseNCodec.Context
-
Returns a String useful for debugging (especially within a debugger.)
- toString() - Method in class org.apache.commons.codec.binary.Hex
-
Returns a string representation of the object, which includes the charset name.
- toString() - Method in class org.apache.commons.codec.cli.Digest
- toString() - Method in enum org.apache.commons.codec.digest.HmacAlgorithms
-
The algorithm name
- toString() - Method in class org.apache.commons.codec.language.bm.Languages.SomeLanguages
- toString() - Method in class org.apache.commons.codec.language.bm.Rule.Phoneme
- toString() - Method in class org.apache.commons.codec.language.ColognePhonetic.CologneBuffer
- toString() - Method in class org.apache.commons.codec.language.DaitchMokotoffSoundex.Branch
- toString() - Method in class org.apache.commons.codec.language.DaitchMokotoffSoundex.Rule
- totalLen - Variable in class org.apache.commons.codec.digest.MurmurHash3.IncrementalHash32x86
-
The total number of input bytes added since the start.
- totalLen - Variable in class org.apache.commons.codec.digest.XXHash32
- transcodeRemaining(char, char, char, char) - Static method in class org.apache.commons.codec.language.Nysiis
-
Transcodes the remaining parts of the String.
- TRUE_LENGTH - Static variable in class org.apache.commons.codec.language.Nysiis
- TWELVE - Static variable in class org.apache.commons.codec.language.MatchRatingApproachEncoder
-
Constants used mainly for the min rating value.
- TWO - Static variable in class org.apache.commons.codec.language.MatchRatingApproachEncoder
-
Constants used mainly for the min rating value.
U
- UNDERSCORE - Static variable in class org.apache.commons.codec.net.QCodec
- unencodedBlockSize - Variable in class org.apache.commons.codec.binary.BaseNCodec
-
Number of bytes in each full block of unencoded data, e.g.
- UNICODE - Static variable in class org.apache.commons.codec.language.MatchRatingApproachEncoder
-
Unicode characters corresponding to various accented letters.
- UnixCrypt - Class in org.apache.commons.codec.digest
-
Unix crypt(3) algorithm implementation.
- UnixCrypt() - Constructor for class org.apache.commons.codec.digest.UnixCrypt
- unprocessed - Variable in class org.apache.commons.codec.digest.MurmurHash3.IncrementalHash32x86
-
Up to 3 unprocessed bytes from input data.
- unprocessedLength - Variable in class org.apache.commons.codec.digest.MurmurHash3.IncrementalHash32x86
-
The number of unprocessed bytes in the tail data.
- update(byte[], int, int) - Method in class org.apache.commons.codec.digest.PureJavaCrc32
- update(byte[], int, int) - Method in class org.apache.commons.codec.digest.PureJavaCrc32C
- update(byte[], int, int) - Method in class org.apache.commons.codec.digest.XXHash32
- update(int) - Method in class org.apache.commons.codec.digest.PureJavaCrc32
- update(int) - Method in class org.apache.commons.codec.digest.PureJavaCrc32C
- update(int) - Method in class org.apache.commons.codec.digest.XXHash32
- updateDigest(MessageDigest, byte[]) - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Updates the given
MessageDigest
. - updateDigest(MessageDigest, File) - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Reads through a File and updates the digest for the data
- updateDigest(MessageDigest, InputStream) - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Reads through an InputStream and updates the digest for the data
- updateDigest(MessageDigest, RandomAccessFile) - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Reads through a RandomAccessFile and updates the digest for the data using non-blocking-io (NIO)
- updateDigest(MessageDigest, String) - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Updates the given
MessageDigest
from a String (converted to bytes using UTF-8). - updateDigest(MessageDigest, ByteBuffer) - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Updates the given
MessageDigest
. - updateDigest(MessageDigest, FileChannel) - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Reads through a RandomAccessFile and updates the digest for the data using non-blocking-io (NIO).
- updateDigest(MessageDigest, Path, OpenOption...) - Static method in class org.apache.commons.codec.digest.DigestUtils
-
Reads through a Path and updates the digest for the data
- updateHmac(Mac, byte[]) - Static method in class org.apache.commons.codec.digest.HmacUtils
-
Resets and then updates the given
Mac
with the value. - updateHmac(Mac, InputStream) - Static method in class org.apache.commons.codec.digest.HmacUtils
-
Resets and then updates the given
Mac
with the value. - updateHmac(Mac, String) - Static method in class org.apache.commons.codec.digest.HmacUtils
-
Resets and then updates the given
Mac
with the value. - UPPER_CASE_DECODE_TABLE - Static variable in class org.apache.commons.codec.binary.Base16
-
This array is a lookup table that translates Unicode characters drawn from the "Base16 Alphabet" (as specified in Table 5 of RFC 4648) into their 4-bit positive integer equivalents.
- UPPER_CASE_ENCODE_TABLE - Static variable in class org.apache.commons.codec.binary.Base16
-
This array is a lookup table that translates 4-bit positive integer index values into their "Base16 Alphabet" equivalents as specified in Table 5 of RFC 4648.
- URL_SAFE_ENCODE_TABLE - Static variable in class org.apache.commons.codec.binary.Base64
-
This is a copy of the STANDARD_ENCODE_TABLE above, but with + and / changed to - and _ to make the encoded Base64 results more URL-SAFE.
- URLCodec - Class in org.apache.commons.codec.net
-
Implements the 'www-form-urlencoded' encoding scheme, also misleadingly known as URL encoding.
- URLCodec() - Constructor for class org.apache.commons.codec.net.URLCodec
-
Default constructor.
- URLCodec(String) - Constructor for class org.apache.commons.codec.net.URLCodec
-
Constructor which allows for the selection of a default charset.
- US_ASCII - Static variable in class org.apache.commons.codec.CharEncoding
-
Seven-bit ASCII, also known as ISO646-US, also known as the Basic Latin block of the Unicode character set.
- US_ASCII - Static variable in class org.apache.commons.codec.Charsets
-
Deprecated.Use
StandardCharsets.US_ASCII
instead. - US_ENGLISH - Static variable in class org.apache.commons.codec.language.RefinedSoundex
-
This static variable contains an instance of the RefinedSoundex using the US_ENGLISH mapping.
- US_ENGLISH - Static variable in class org.apache.commons.codec.language.Soundex
-
An instance of Soundex using the US_ENGLISH_MAPPING mapping.
- US_ENGLISH_GENEALOGY - Static variable in class org.apache.commons.codec.language.Soundex
-
An instance of Soundex using the mapping as per the Genealogy site: http://www.genealogy.com/articles/research/00000060.html
- US_ENGLISH_MAPPING - Static variable in class org.apache.commons.codec.language.RefinedSoundex
-
RefinedSoundex is *refined* for a number of reasons one being that the mappings have been altered.
- US_ENGLISH_MAPPING - Static variable in class org.apache.commons.codec.language.Soundex
-
This is a default mapping of the 26 letters used in US English.
- US_ENGLISH_MAPPING_STRING - Static variable in class org.apache.commons.codec.language.RefinedSoundex
-
Mapping:
- US_ENGLISH_MAPPING_STRING - Static variable in class org.apache.commons.codec.language.Soundex
-
This is a default mapping of the 26 letters used in US English.
- US_ENGLISH_SIMPLIFIED - Static variable in class org.apache.commons.codec.language.Soundex
-
An instance of Soundex using the Simplified Soundex mapping, as described here: http://west-penwith.org.uk/misc/soundex.htm
- UTF_16 - Static variable in class org.apache.commons.codec.CharEncoding
-
Sixteen-bit Unicode Transformation Format, The byte order specified by a mandatory initial byte-order mark (either order accepted on input, big-endian used on output)
- UTF_16 - Static variable in class org.apache.commons.codec.Charsets
-
Deprecated.Use
StandardCharsets.UTF_16
instead. - UTF_16BE - Static variable in class org.apache.commons.codec.CharEncoding
-
Sixteen-bit Unicode Transformation Format, big-endian byte order.
- UTF_16BE - Static variable in class org.apache.commons.codec.Charsets
-
Deprecated.Use
StandardCharsets.UTF_16BE
instead. - UTF_16LE - Static variable in class org.apache.commons.codec.CharEncoding
-
Sixteen-bit Unicode Transformation Format, little-endian byte order.
- UTF_16LE - Static variable in class org.apache.commons.codec.Charsets
-
Deprecated.Use
StandardCharsets.UTF_16LE
instead. - UTF_8 - Static variable in class org.apache.commons.codec.CharEncoding
-
Eight-bit Unicode Transformation Format.
- UTF_8 - Static variable in class org.apache.commons.codec.Charsets
-
Deprecated.Use
StandardCharsets.UTF_8
instead. - Utils - Class in org.apache.commons.codec.net
-
Utility methods for this package.
- Utils() - Constructor for class org.apache.commons.codec.net.Utils
V
- validateCharacter(int, BaseNCodec.Context) - Method in class org.apache.commons.codec.binary.Base64
-
Validates whether decoding the final trailing character is possible in the context of the set of possible base 64 values.
- validateCharacter(long, BaseNCodec.Context) - Method in class org.apache.commons.codec.binary.Base32
-
Validates whether decoding the final trailing character is possible in the context of the set of possible base 32 values.
- validateTrailingCharacter() - Method in class org.apache.commons.codec.binary.Base16
-
Validates whether decoding allows an entire final trailing character that cannot be used for a complete byte.
- validateTrailingCharacter() - Method in class org.apache.commons.codec.binary.Base64
-
Validates whether decoding allows an entire final trailing character that cannot be used for a complete byte.
- validateTrailingCharacters() - Method in class org.apache.commons.codec.binary.Base32
-
Validates whether decoding allows final trailing characters that cannot be created during encoding.
- valueOf(String) - Static method in enum org.apache.commons.codec.CodecPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.commons.codec.digest.HmacAlgorithms
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.commons.codec.language.bm.NameType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.commons.codec.language.bm.RuleType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.apache.commons.codec.CodecPolicy
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.commons.codec.digest.HmacAlgorithms
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in class org.apache.commons.codec.digest.MessageDigestAlgorithms
-
Gets all constant values defined in this class.
- values() - Static method in enum org.apache.commons.codec.language.bm.NameType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.commons.codec.language.bm.RuleType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VARSON - Static variable in class org.apache.commons.codec.language.Metaphone
-
Variable used in Metaphone algorithm
- VOWELS - Static variable in class org.apache.commons.codec.language.DoubleMetaphone
-
"Vowels" to test for
- VOWELS - Static variable in class org.apache.commons.codec.language.Metaphone
-
Five values in the English language
W
- write(byte[], int, int) - Method in class org.apache.commons.codec.binary.BaseNCodecOutputStream
-
Writes
len
bytes from the specifiedb
array starting atoffset
to this output stream. - write(int) - Method in class org.apache.commons.codec.binary.BaseNCodecOutputStream
-
Writes the specified
byte
to this output stream. - WWW_FORM_URL - Static variable in class org.apache.commons.codec.net.URLCodec
-
Deprecated.1.11 Will be removed in 2.0 (CODEC-230)
- WWW_FORM_URL_SAFE - Static variable in class org.apache.commons.codec.net.URLCodec
X
- XXHash32 - Class in org.apache.commons.codec.digest
-
Implementation of the xxhash32 hash algorithm.
- XXHash32() - Constructor for class org.apache.commons.codec.digest.XXHash32
-
Creates an XXHash32 instance with a seed of 0.
- XXHash32(int) - Constructor for class org.apache.commons.codec.digest.XXHash32
-
Creates an XXHash32 instance.
_
- _reset() - Method in class org.apache.commons.codec.digest.PureJavaCrc32
All Classes All Packages