Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- ACCEPTED - Enum constant in enum class org.seppiko.commons.utils.http.HttpStatus
-
202 Accepted. - addHeaders(String, String...) - Method in class org.seppiko.commons.utils.http.HttpHeaders
-
Add headers.
- addHeaders(String, List<String>) - Method in class org.seppiko.commons.utils.http.HttpHeaders
-
Add headers.
- addPath(String) - Method in class org.seppiko.commons.utils.http.UriBuilder
- addQuery(String, String) - Method in class org.seppiko.commons.utils.http.UriBuilder
- algorithmParameterGenerator(String) - Static method in class org.seppiko.commons.utils.crypto.GeneratorUtil
-
Returns an AlgorithmParameterGenerator object for generating a set of parameters to be used with the specified algorithm.
- algorithmParameterGenerator(String, Provider) - Static method in class org.seppiko.commons.utils.crypto.GeneratorUtil
-
Returns an AlgorithmParameterGenerator object for generating a set of parameters to be used with the specified algorithm.
- ALL - Enum constant in enum class org.seppiko.commons.utils.http.MediaType
-
Public constant media type that includes all media ranges (i.e.
- allocate(int, Class<T>) - Static method in class org.seppiko.commons.utils.ArrayUtil
-
It will have a backing array, and its array offset will be zero.
- ALPHABET_LENGTH - Static variable in class org.seppiko.commons.utils.Environment
-
Alphabet length
- ALREADY_REPORTED - Enum constant in enum class org.seppiko.commons.utils.http.HttpStatus
-
208 Already Reported. - AMPERSAND - Static variable in class org.seppiko.commons.utils.CharUtil
-
'&' - APOSTROPHE - Static variable in class org.seppiko.commons.utils.CharUtil
-
'\\u0027' - APPLICATION_ATOM_XML - Enum constant in enum class org.seppiko.commons.utils.http.MediaType
-
Public constant media type for
application/atom+xml. - APPLICATION_FORM_URLENCODED - Enum constant in enum class org.seppiko.commons.utils.http.MediaType
-
Public constant media type for
application/x-www-form-urlencoded. - APPLICATION_JSON - Enum constant in enum class org.seppiko.commons.utils.http.MediaType
-
Public constant media type for
application/json. - APPLICATION_OCTET_STREAM - Enum constant in enum class org.seppiko.commons.utils.http.MediaType
-
Public constant media type for
application/octet-stream. - APPLICATION_PDF - Enum constant in enum class org.seppiko.commons.utils.http.MediaType
-
Public constant media type for
application/pdf. - APPLICATION_RSS_XML - Enum constant in enum class org.seppiko.commons.utils.http.MediaType
-
Public constant media type for
application/rss+xml. - APPLICATION_SOAP_XML - Enum constant in enum class org.seppiko.commons.utils.http.MediaType
-
Public constant media type for
application/soap+xml. - APPLICATION_XHTML_XML - Enum constant in enum class org.seppiko.commons.utils.http.MediaType
-
Public constant media type for
application/xhtml+xml. - APPLICATION_XML - Enum constant in enum class org.seppiko.commons.utils.http.MediaType
-
Public constant media type for
application/xml. - APPLICATION_XSLT - Enum constant in enum class org.seppiko.commons.utils.http.MediaType
-
Public constant media type for
application/xslt+xml. - ArrayUtil - Class in org.seppiko.commons.utils
-
Array Util
- Assert - Class in org.seppiko.commons.utils
-
Assert
- ASTERISK - Static variable in class org.seppiko.commons.utils.CharUtil
-
'*' - AsymmetricUtil - Class in org.seppiko.commons.utils.crypto
-
Public-key cryptography (aka Asymmetric cryptography) util
- AsymmetricUtil(String) - Constructor for class org.seppiko.commons.utils.crypto.AsymmetricUtil
-
Public-key cryptography algorithm
- AsyncHttpClientUtil - Class in org.seppiko.commons.utils.http
-
Http Async Response Util with
java.net.http - AUDIO_WEBM - Enum constant in enum class org.seppiko.commons.utils.http.MediaType
-
Public constant media type for
audio/webm. - avgDecimal(List<BigDecimal>) - Static method in class org.seppiko.commons.utils.MathUtil
-
BigDecimal list avg number
- avgDecimal(List<BigDecimal>, RoundingMode) - Static method in class org.seppiko.commons.utils.MathUtil
-
BigDecimal list avg number
- avgInteger(List<BigInteger>, RoundingMode) - Static method in class org.seppiko.commons.utils.MathUtil
-
BigInteger list avg number
B
- BAD_GATEWAY - Enum constant in enum class org.seppiko.commons.utils.http.HttpStatus
-
502 Bad Gateway. - BAD_REQUEST - Enum constant in enum class org.seppiko.commons.utils.http.HttpStatus
-
400 Bad Request. - BANDWIDTH_LIMIT_EXCEEDED - Enum constant in enum class org.seppiko.commons.utils.http.HttpStatus
-
509 Bandwidth Limit Exceeded - Base16 - Class in org.seppiko.commons.utils.codec
-
Base16 encoding and decoding.
- BASE16_CASE - Static variable in class org.seppiko.commons.utils.codec.Base16
-
The used lowercase alphabet.
- BASE16_UPPERCASE - Static variable in class org.seppiko.commons.utils.codec.Base16
-
The used uppercase alphabet.
- Base32 - Class in org.seppiko.commons.utils.codec
-
Base32 encoding and decoding.
- Base36 - Class in org.seppiko.commons.utils.codec
-
Base36 A simple base36 encode / decode.
- Base62 - Class in org.seppiko.commons.utils.codec
-
Base62 A simple base62 encode / decode.
- Base64Util - Class in org.seppiko.commons.utils.codec
-
Base64 encoding and decoding util base on Java 8+.
- Base64x - Class in org.seppiko.commons.utils.codec
-
Base64 eXtension encoding and decoding with custom alphabet.
- Base64x(char[], boolean) - Constructor for class org.seppiko.commons.utils.codec.Base64x
-
Base64 eXtension is a custom alphabet implementation based on the Base64 codec algorithm.
- BASE64X - Static variable in class org.seppiko.commons.utils.codec.Base64x
-
BASE64 eXtension with [0-9a-zA-Z@+] padding is '='.
- BASE64X_NEWLINE - Static variable in class org.seppiko.commons.utils.codec.Base64x
-
BASE64 eXtension with [0-9a-zA-Z@+] padding is '=', and with auto newline 76.
- BASE64X_NON_PADDING - Static variable in class org.seppiko.commons.utils.codec.Base64x
-
BASE64 eXtension with [0-9a-zA-Z@+] and without padding.
- BaseNCodec - Interface in org.seppiko.commons.utils.codec
-
Abstract superclass for Base-N encoders and decoders.
- BASIC_ISO_DATE - Static variable in class org.seppiko.commons.utils.DatetimeUtil
-
The ISO date formatter that formats or parses a date without an offset, such as '20111203'.
- BASIC_ISO_OFFSET_TIME - Static variable in class org.seppiko.commons.utils.DatetimeUtil
-
The basic time formatter that formats or parses a time with an offset, such as '225803+09:00' or '135803Z'.
- BASIC_ISO_TIME - Static variable in class org.seppiko.commons.utils.DatetimeUtil
-
The basic time formatter that formats or parses a time without an offset, such as '225803'.
- between(byte, byte, byte) - Static method in class org.seppiko.commons.utils.NumberUtil
-
test num between min and max
- between(char, char, char) - Static method in class org.seppiko.commons.utils.NumberUtil
-
test num between min and max
- between(double, double, double) - Static method in class org.seppiko.commons.utils.NumberUtil
-
test num between min and max
- between(float, float, float) - Static method in class org.seppiko.commons.utils.NumberUtil
-
test num between min and max
- between(int, int, int) - Static method in class org.seppiko.commons.utils.NumberUtil
-
test num between min and max
- between(long, long, long) - Static method in class org.seppiko.commons.utils.NumberUtil
-
test num between min and max
- between(short, short, short) - Static method in class org.seppiko.commons.utils.NumberUtil
-
test num between min and max
- between(BigDecimal, BigDecimal, BigDecimal) - Static method in class org.seppiko.commons.utils.NumberUtil
-
test num between min and max
- between(BigInteger, BigInteger, BigInteger) - Static method in class org.seppiko.commons.utils.NumberUtil
-
test num between min and max
- BETWEEN - Static variable in class org.seppiko.commons.utils.StringUtil
-
between
'!'and {!} number - BIG5 - Static variable in class org.seppiko.commons.utils.ExtendedCharsets
-
Big5 is encoding Traditional Chinese.
- BIT_WIDTH - Static variable in interface org.seppiko.commons.utils.codec.BaseNCodec
-
bits width
- BITS_PER_ENCODED_BYTE - Static variable in interface org.seppiko.commons.utils.codec.BaseNCodec
-
bits per encoded
- body() - Method in class org.seppiko.commons.utils.http.HttpResponseImpl
-
Returns the body.
- BYTES_PER_ENCODED_BLOCK - Static variable in interface org.seppiko.commons.utils.codec.BaseNCodec
-
bytes pre encoded
- bytesToDouble(byte[]) - Static method in class org.seppiko.commons.utils.BytesUtil
-
Convert byte array to double
- bytesToFloat(byte[]) - Static method in class org.seppiko.commons.utils.BytesUtil
-
Convert byte array to float
- bytesToInt(byte[]) - Static method in class org.seppiko.commons.utils.BytesUtil
-
Convert byte array to int
- bytesToLong(byte[]) - Static method in class org.seppiko.commons.utils.BytesUtil
-
Convert byte array to long
- bytesToShort(byte[]) - Static method in class org.seppiko.commons.utils.BytesUtil
-
Convert byte array to short
- BytesUtil - Class in org.seppiko.commons.utils
-
Bytes Util
C
- call() - Method in interface org.seppiko.commons.utils.concurrent.RetryCallable
-
Computes a result.
- caller(RetryCallable<T>, int, long, TimeUnit) - Static method in class org.seppiko.commons.utils.concurrent.RetryableTask
-
Retry task caller
- CARRIAGE_RETURN - Static variable in class org.seppiko.commons.utils.CharUtil
-
CR or
'\r' - charsetDecode(Charset, byte[]) - Static method in class org.seppiko.commons.utils.CharUtil
-
Charset decode
- charsetEncode(Charset, CharBuffer) - Static method in class org.seppiko.commons.utils.CharUtil
-
Charset encode
- CharUtil - Class in org.seppiko.commons.utils
-
Character Util
- checkClientTrusted(X509Certificate[], String) - Method in class org.seppiko.commons.utils.http.DefaultX509TrustManager
- checkClientTrusted(X509Certificate[], String, Socket) - Method in class org.seppiko.commons.utils.http.DefaultX509TrustManager
- checkClientTrusted(X509Certificate[], String, SSLEngine) - Method in class org.seppiko.commons.utils.http.DefaultX509TrustManager
- CHECKPOINT - Enum constant in enum class org.seppiko.commons.utils.http.HttpStatus
-
103 Checkpoint. - checkServerTrusted(X509Certificate[], String) - Method in class org.seppiko.commons.utils.http.DefaultX509TrustManager
- checkServerTrusted(X509Certificate[], String, Socket) - Method in class org.seppiko.commons.utils.http.DefaultX509TrustManager
- checkServerTrusted(X509Certificate[], String, SSLEngine) - Method in class org.seppiko.commons.utils.http.DefaultX509TrustManager
- checkType(Object) - Static method in class org.seppiko.commons.utils.reflect.TypeUtil
-
get Object type
- cipher(String, String, int, Key, AlgorithmParameterSpec, byte[]) - Static method in class org.seppiko.commons.utils.crypto.CryptoUtil
-
Cipher util
- cipher(String, Provider, int, Key, AlgorithmParameterSpec, byte[]) - Static method in class org.seppiko.commons.utils.crypto.CryptoUtil
-
Cipher util
- CIRCUMFLEX_ACCENT - Static variable in class org.seppiko.commons.utils.CharUtil
-
'^' - CLIENT_ERROR - Enum constant in enum class org.seppiko.commons.utils.http.HttpStatus.Series
-
HTTP Status Code 4xx
- clone(Collection<? extends T>, Supplier<C>) - Static method in class org.seppiko.commons.utils.CollectionUtil
-
Returns a clone that accumulates the input elements into a new
Collection, in encounter order. - close() - Method in class org.seppiko.commons.utils.jdbc.SQLExecutor
-
Close Connection
- close(ResultSet) - Static method in class org.seppiko.commons.utils.jdbc.ResultSetUtil
-
Close ResultSet
- CollectionUtil - Class in org.seppiko.commons.utils
-
Collections Util
- COLON - Static variable in class org.seppiko.commons.utils.CharUtil
-
':' - COMMA - Static variable in class org.seppiko.commons.utils.CharUtil
-
',' - COMMERCIAL_AT - Static variable in class org.seppiko.commons.utils.CharUtil
-
'@' - compressor(BufferedImage, String, float) - Static method in class org.seppiko.commons.utils.image.ImageUtil
-
Compress image.
- CONFIG_FILE_PARAMETER_SUFFIX - Static variable in class org.seppiko.commons.utils.Environment
-
Config file parameter suffix
configFile - CONFIG_FILENAME_INI - Static variable in class org.seppiko.commons.utils.Environment
-
config.ini - CONFIG_FILENAME_JSN - Static variable in class org.seppiko.commons.utils.Environment
-
config.jsn - CONFIG_FILENAME_JSON - Static variable in class org.seppiko.commons.utils.Environment
-
config.json - CONFIG_FILENAME_TOML - Static variable in class org.seppiko.commons.utils.Environment
-
config.toml - CONFIG_FILENAME_YAML - Static variable in class org.seppiko.commons.utils.Environment
-
config.yaml - CONFIG_FILENAME_YML - Static variable in class org.seppiko.commons.utils.Environment
-
config.yml - CONFLICT - Enum constant in enum class org.seppiko.commons.utils.http.HttpStatus
-
409 Conflict. - CONNECT - Enum constant in enum class org.seppiko.commons.utils.http.HttpMethod
-
The CONNECT method establishes a tunnel to the server identified by the target resource.
- ConnectionUtil - Class in org.seppiko.commons.utils.jdbc
-
JDBC Connection util
- CONTINUE - Enum constant in enum class org.seppiko.commons.utils.http.HttpStatus
-
100 Continue. - convert(CharSequence, int) - Static method in class org.seppiko.commons.utils.NumberUtil
-
Convert between
NumberUtil.LATIN_DIGITSandNumberUtil.FULLWIDTH_DIGITSand support simple calculation result. - convert(ResultSet) - Static method in class org.seppiko.commons.utils.jdbc.ResultSetUtil
-
Convert ResultSet to
'List<Map<ColumnName, ColumnValue>>'. - convert(ResultSet, Class<T>) - Static method in class org.seppiko.commons.utils.jdbc.ResultSetUtil
-
Convert ResultSet to entity list.
- convertBytes(byte[]) - Static method in class org.seppiko.commons.utils.CharUtil
-
Convert byte array to HEX char array.
- convertDecimalTo(long, char[]) - Static method in class org.seppiko.commons.utils.MathUtil
-
Convert decimal to alphabet number
- convertJoinerString(String, String...) - Static method in class org.seppiko.commons.utils.StringUtil
-
convert joiner string with delimiter
- convertObject(Object, Class<T>) - Static method in class org.seppiko.commons.utils.reflect.TypeUtil
-
Convert Object to Class type.
- convertSqlDateTime(Date, Time) - Static method in class org.seppiko.commons.utils.jdbc.SqlTypeUtil
- convertSqlTimestamp(Timestamp) - Static method in class org.seppiko.commons.utils.jdbc.SqlTypeUtil
-
Convert SQL
Timestampwith local zone toLocalDateTime. - convertToCharArray(String, String) - Static method in class org.seppiko.commons.utils.StringUtil
-
Delete string separator and to char array.
- convertToDecimal(CharSequence, char[]) - Static method in class org.seppiko.commons.utils.MathUtil
-
Convert alphabet number to decimal
- convertToString(CharSequence, int, String) - Static method in class org.seppiko.commons.utils.StringUtil
-
Convert Char Sequence to String with separate
- convertTypeObject(Object, Class<T>) - Static method in class org.seppiko.commons.utils.jdbc.SqlTypeUtil
-
Convert Sql Object to Class type.
- CRC16M() - Constructor for class org.seppiko.commons.utils.crypto.CRCUtil.CRC16M
- CRC16MAXIM - Class in org.seppiko.commons.utils.crypto
-
A class that can be used to compute the CRC16 of a data stream with MAXIM.
- CRC16MAXIM() - Constructor for class org.seppiko.commons.utils.crypto.CRC16MAXIM
-
Create CRC-16 instance.
- CRC24 - Class in org.seppiko.commons.utils.crypto
-
CRC-24 implementation as described in RFC4880.
- CRC24() - Constructor for class org.seppiko.commons.utils.crypto.CRC24
-
Create CRC-24 instance.
- CRC24C() - Constructor for class org.seppiko.commons.utils.crypto.CRCUtil.CRC24C
- CRC32() - Constructor for class org.seppiko.commons.utils.crypto.CRCUtil.CRC32
- CRC64E() - Constructor for class org.seppiko.commons.utils.crypto.CRCUtil.CRC64E
- CRC64ECMA182 - Class in org.seppiko.commons.utils.crypto
-
A class that can be used to compute the CRC64 of a data stream with ECMA182.
- CRC64ECMA182() - Constructor for class org.seppiko.commons.utils.crypto.CRC64ECMA182
-
Create CRC64 object and initialization.
- CRCUtil - Class in org.seppiko.commons.utils.crypto
-
CRC Util
- CRCUtil.CRC16M - Class in org.seppiko.commons.utils.crypto
-
CRC16/MAXIM
- CRCUtil.CRC24C - Class in org.seppiko.commons.utils.crypto
-
CRC24-C
- CRCUtil.CRC32 - Class in org.seppiko.commons.utils.crypto
-
CRC32-C
- CRCUtil.CRC64E - Class in org.seppiko.commons.utils.crypto
-
CRC64/ECMA182
- create() - Static method in class org.seppiko.commons.utils.http.UriBuilder
- CREATED - Enum constant in enum class org.seppiko.commons.utils.http.HttpStatus
-
201 Created. - CRLF - Static variable in class org.seppiko.commons.utils.CharUtil
-
CRLF or
"\r\n" - Cryptography - Interface in org.seppiko.commons.utils.crypto
-
Cryptography interface.
- CryptoUtil - Class in org.seppiko.commons.utils.crypto
-
Crypto util
- CURRENT_PROCESS - Static variable in class org.seppiko.commons.utils.Environment
-
Get Current Process
- CURRENT_THREAD - Static variable in class org.seppiko.commons.utils.Environment
-
Get Current Thread
D
- DATABASE_DATE_TIME - Static variable in class org.seppiko.commons.utils.DatetimeUtil
-
The database time formatter that formats or parses a time without an offset, such as '2021-07-16 21:08:45'.
- DatetimeUtil - Class in org.seppiko.commons.utils
-
Datetime format and parse util.
- decode(byte[]) - Static method in class org.seppiko.commons.utils.codec.Base64Util
-
Base64 decode.
- decode(byte[]) - Method in class org.seppiko.commons.utils.codec.Base64x
-
Decode the Base64X-encoded data in input and return the data in a new byte array.
- decode(char[]) - Static method in class org.seppiko.commons.utils.codec.HexUtil
-
convert hex char array to byte array
- decode(String) - Method in class org.seppiko.commons.utils.codec.Base16
-
convert Base16 to byte array.
- decode(String) - Method in class org.seppiko.commons.utils.codec.Base32
-
Decode the Base32-encoded data in input and return the data in a new byte array.
- decode(String) - Static method in class org.seppiko.commons.utils.codec.Base36
-
Decode Base36 string to number
- decode(String) - Static method in class org.seppiko.commons.utils.codec.Base62
-
Decode Base62 string to number
- decode(String) - Static method in class org.seppiko.commons.utils.codec.Base64Util
-
Base64 decode from String.
- decode(String) - Method in class org.seppiko.commons.utils.codec.Base64x
-
Decode the Base64X-encoded data in input and return the data in a new byte array.
- decode(String) - Method in interface org.seppiko.commons.utils.codec.BaseNCodec
-
Decode the BaseN-encoded data in input and return the data in a new byte array.
- decode(String) - Static method in class org.seppiko.commons.utils.http.URLCodecUtil
-
Decodes an application/x-www-form-urlencoded string using default charset.
- decode(String, String) - Static method in class org.seppiko.commons.utils.codec.HexUtil
-
convert hex string with split to byte array
- decode(String, String) - Static method in class org.seppiko.commons.utils.http.URLCodecUtil
-
Decodes an application/x-www-form-urlencoded string using a specific encoding scheme.
- decode(String, Charset) - Static method in class org.seppiko.commons.utils.http.URLCodecUtil
-
Decodes an application/x-www-form-urlencoded string using a specific
Charset. - decodeBytes(String) - Static method in class org.seppiko.commons.utils.codec.Base36
-
Decode Base36 string to bytes
- decodeMime(byte[]) - Static method in class org.seppiko.commons.utils.codec.Base64Util
-
Base64 decode with MIME type.
- decodeMime(String) - Static method in class org.seppiko.commons.utils.codec.Base64Util
-
Base64 decode from String with MIME type.
- decodeString(byte[]) - Static method in class org.seppiko.commons.utils.codec.Base64Util
-
Base64 decode to string.
- decodeString(String) - Static method in class org.seppiko.commons.utils.codec.Base64Util
-
Base64 decode to string.
- decodeString(String) - Static method in class org.seppiko.commons.utils.codec.HexUtil
-
convert hex string with whitespace split to byte array
- decodeToBytes(String) - Static method in class org.seppiko.commons.utils.codec.Base62
-
Decode Base62 string to bytes
- decodeUrl(byte[]) - Static method in class org.seppiko.commons.utils.codec.Base64Util
-
Base64 decode with URL.
- decodeUrl(String) - Static method in class org.seppiko.commons.utils.codec.Base64Util
-
Base64 decode from String with URL.
- decrypt(byte[]) - Method in class org.seppiko.commons.utils.crypto.AsymmetricUtil
-
Decrypt data with Asymmetric cryptography
- decrypt(byte[]) - Method in interface org.seppiko.commons.utils.crypto.Cryptography
-
Decrypt data.
- decrypt(byte[]) - Method in class org.seppiko.commons.utils.crypto.SymmetricUtil
-
Decrypt data with Symmetric cryptography
- decryptWithPublicKey(byte[]) - Method in class org.seppiko.commons.utils.crypto.AsymmetricUtil
-
Decrypt data with Asymmetric cryptography
- deepCopy(Object) - Static method in class org.seppiko.commons.utils.ObjectUtil
-
Creates and returns a deep copy.
- DEFAULT_LOCALE - Static variable in class org.seppiko.commons.utils.DatetimeUtil
-
Default locale
- DEFAULT_TRUST_MANAGERS - Static variable in class org.seppiko.commons.utils.http.TLSUtil
-
Default Trust Managers, with trust all certificates.
- DefaultX509TrustManager - Class in org.seppiko.commons.utils.http
-
Default X509 Trust Manager, Trust all certificates by default.
- DefaultX509TrustManager() - Constructor for class org.seppiko.commons.utils.http.DefaultX509TrustManager
-
X509 Trust Manager Constructor
- DELETE - Enum constant in enum class org.seppiko.commons.utils.http.HttpMethod
-
The DELETE method deletes the specified resource.
- deserialize(byte[], Class<T>) - Static method in class org.seppiko.commons.utils.SerializationUtil
-
Deserialization object.
- DIGIT - Static variable in class org.seppiko.commons.utils.CharUtil
-
ISO-LATIN-1(ASCII) digit char array
- DIGIT_ALPHABET_ALL - Static variable in class org.seppiko.commons.utils.Environment
-
Digit and upper and lower letters ,like regex
"[0-9A-Za-z]" - DIGIT_ALPHABET_ALL_COUNT - Static variable in class org.seppiko.commons.utils.Environment
-
Digit and Alphabet size
- DIGIT_LENGTH - Static variable in class org.seppiko.commons.utils.Environment
-
Digit length
- DIGIT_NINE - Static variable in class org.seppiko.commons.utils.CharUtil
-
ISO-LATIN-1(ASCII) digits
'9' - DIGIT_ONE - Static variable in class org.seppiko.commons.utils.CharUtil
-
ISO-LATIN-1(ASCII) digits
'1' - DIGIT_ZERO - Static variable in class org.seppiko.commons.utils.CharUtil
-
ISO-LATIN-1(ASCII) digits
'0' - DKS - Enum constant in enum class org.seppiko.commons.utils.crypto.KeyStoreAlgorithms
-
A domain keystore is a collection of keystores presented as a single logical keystore.
- DOLLAR_SIGN - Static variable in class org.seppiko.commons.utils.CharUtil
-
'$' - doubleToBytes(double) - Static method in class org.seppiko.commons.utils.BytesUtil
-
Convert double to byte array
- DTLS - Enum constant in enum class org.seppiko.commons.utils.http.TLSProtocol
-
Supports the default provider-dependent versions of DTLS versions.
- DTLSv12 - Enum constant in enum class org.seppiko.commons.utils.http.TLSProtocol
-
Supports RFC 6347: DTLS version 1.2; may support other DTLS versions.
- DTLSv13 - Enum constant in enum class org.seppiko.commons.utils.http.TLSProtocol
-
Supports RFC 9147: DTLS version 1.3; may support other DTLS versions.
E
- EMPTY_BOOLEAN_ARRAY - Static variable in class org.seppiko.commons.utils.Environment
-
Empty boolean array
- EMPTY_BYTE_ARRAY - Static variable in class org.seppiko.commons.utils.Environment
-
Empty byte array
- EMPTY_CHAR_ARRAY - Static variable in class org.seppiko.commons.utils.Environment
-
Empty char array
- EMPTY_DOUBLE_ARRAY - Static variable in class org.seppiko.commons.utils.Environment
-
Empty double array
- EMPTY_FLOAT_ARRAY - Static variable in class org.seppiko.commons.utils.Environment
-
Empty float array
- EMPTY_INT_ARRAY - Static variable in class org.seppiko.commons.utils.Environment
-
Empty int array
- EMPTY_LONG_ARRAY - Static variable in class org.seppiko.commons.utils.Environment
-
Empty long array
- EMPTY_SHORT_ARRAY - Static variable in class org.seppiko.commons.utils.Environment
-
Empty short array
- encode(byte[]) - Static method in class org.seppiko.commons.utils.codec.Base62
-
Encode bytes to Base62 string
- encode(byte[]) - Static method in class org.seppiko.commons.utils.codec.Base64Util
-
Get Base64 code.
- encode(byte[]) - Method in class org.seppiko.commons.utils.codec.Base64x
-
Base64X-encode the given data and return a newly allocated byte array with the result.
- encode(byte[]) - Static method in class org.seppiko.commons.utils.codec.HexUtil
-
convert byte array to hex char array
- encode(byte[]) - Static method in class org.seppiko.commons.utils.crypto.CRCUtil.CRC16M
-
encoding
- encode(byte[]) - Static method in class org.seppiko.commons.utils.crypto.CRCUtil.CRC24C
-
encoding
- encode(byte[]) - Static method in class org.seppiko.commons.utils.crypto.CRCUtil.CRC32
-
encoding
- encode(byte[]) - Static method in class org.seppiko.commons.utils.crypto.CRCUtil.CRC64E
-
encoding
- encode(byte[], boolean) - Static method in class org.seppiko.commons.utils.codec.HexUtil
-
convert byte array to hex char array
- encode(String) - Static method in class org.seppiko.commons.utils.http.URLCodecUtil
-
Translates a string into application/x-www-form-urlencoded format using default charset.
- encode(String, String) - Static method in class org.seppiko.commons.utils.http.URLCodecUtil
-
Translates a string into application/x-www-form-urlencoded format using a specific encoding scheme.
- encode(String, Charset) - Static method in class org.seppiko.commons.utils.http.URLCodecUtil
-
Translates a string into application/x-www-form-urlencoded format using a specific
Charset. - encode(BigInteger) - Static method in class org.seppiko.commons.utils.codec.Base36
-
Encode number to Base36 string
- encode(BigInteger) - Static method in class org.seppiko.commons.utils.codec.Base62
-
Encode number to Base62 string
- encode(BigInteger, boolean) - Static method in class org.seppiko.commons.utils.codec.Base36
-
Encode number to Base36 string
- encodeBytes(byte[]) - Static method in class org.seppiko.commons.utils.codec.Base36
-
Encode bytes to Base36 string
- encodeBytes(byte[], boolean) - Static method in class org.seppiko.commons.utils.codec.Base36
-
Encode bytes to Base36 string
- encodeMime(byte[]) - Static method in class org.seppiko.commons.utils.codec.Base64Util
-
Get Base64 code with MIME type.
- encodeMimeString(byte[]) - Static method in class org.seppiko.commons.utils.codec.Base64Util
-
Get Base64 code with MIME type.
- encodeString(byte[]) - Method in class org.seppiko.commons.utils.codec.Base16
-
convert byte array to Base16.
- encodeString(byte[]) - Method in class org.seppiko.commons.utils.codec.Base32
-
Base32-encode the given data and return a newly allocated String with the result.
- encodeString(byte[]) - Static method in class org.seppiko.commons.utils.codec.Base64Util
-
Get Base64 code to String.
- encodeString(byte[]) - Method in class org.seppiko.commons.utils.codec.Base64x
-
Base64X-encode the given data and return a newly allocated String with the result.
- encodeString(byte[]) - Method in interface org.seppiko.commons.utils.codec.BaseNCodec
-
BaseN-encode the given data and return a newly allocated String with the result.
- encodeString(byte[]) - Static method in class org.seppiko.commons.utils.codec.HexUtil
-
convert byte array to string
- encodeString(byte[]) - Static method in class org.seppiko.commons.utils.crypto.CRCUtil.CRC16M
-
encoding with string
- encodeString(byte[]) - Static method in class org.seppiko.commons.utils.crypto.CRCUtil.CRC24C
-
encoding with string
- encodeString(byte[]) - Static method in class org.seppiko.commons.utils.crypto.CRCUtil.CRC32
-
encoding with string
- encodeString(byte[]) - Static method in class org.seppiko.commons.utils.crypto.CRCUtil.CRC64E
-
encoding with string
- encodeString(byte[], String, boolean) - Static method in class org.seppiko.commons.utils.codec.HexUtil
-
convert byte array to string with every 2 char with split
- encodeUrl(byte[]) - Static method in class org.seppiko.commons.utils.codec.Base64Util
-
Get Base64 code with URL, and without padding.
- encodeUrlString(byte[]) - Static method in class org.seppiko.commons.utils.codec.Base64Util
-
Get Base64 code to String with URL, and without padding.
- encrypt(byte[]) - Method in class org.seppiko.commons.utils.crypto.AsymmetricUtil
-
Encrypt data with Asymmetric cryptography
- encrypt(byte[]) - Method in interface org.seppiko.commons.utils.crypto.Cryptography
-
Encrypt data.
- encrypt(byte[]) - Method in class org.seppiko.commons.utils.crypto.SymmetricUtil
-
Encrypt data with Symmetric cryptography
- encryptWithPrivateKey(byte[]) - Method in class org.seppiko.commons.utils.crypto.AsymmetricUtil
-
Encrypt data with Asymmetric cryptography
- Environment - Class in org.seppiko.commons.utils
-
Environmental constant
- equals(int, int, int) - Method in class org.seppiko.commons.utils.VersionUtil
-
version equal
- equals(Object) - Method in class org.seppiko.commons.utils.crypto.NMPUtil
-
Check
NMPUtilinstance - equals(Object) - Method in record class org.seppiko.commons.utils.http.HttpCookie
-
check cookie is equals
- equals(Object) - Method in record class org.seppiko.commons.utils.reflect.TypeAndValue
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.seppiko.commons.utils.VersionUtil
-
Check version object
- equals(MediaType) - Method in enum class org.seppiko.commons.utils.http.MediaType
-
Media type equals.
- EQUALS_SIGN - Static variable in class org.seppiko.commons.utils.CharUtil
-
'=' - EUC_JP - Static variable in class org.seppiko.commons.utils.ExtendedCharsets
-
EUC_JP is included JIS-X 0201, 0208 and 0212, EUC encoding Japanese.
- EUC_KR - Static variable in class org.seppiko.commons.utils.ExtendedCharsets
-
EUC_KR is encoding Korean.
- EXCLAMATION_MARK - Static variable in class org.seppiko.commons.utils.CharUtil
-
'!' - execute(String) - Method in class org.seppiko.commons.utils.jdbc.SQLExecutor
-
Execute
INSERTUPDATEDELETEor other statement - execute(String, Object...) - Method in class org.seppiko.commons.utils.jdbc.SQLExecutor
-
Execute
INSERTUPDATEDELETEor other statement - executeWithGeneratedKey(String) - Method in class org.seppiko.commons.utils.jdbc.SQLExecutor
-
Execute
INSERTUPDATEDELETEor other statement - executeWithGeneratedKey(String, Object...) - Method in class org.seppiko.commons.utils.jdbc.SQLExecutor
-
Execute
INSERTUPDATEDELETEor other statement - EXPECTATION_FAILED - Enum constant in enum class org.seppiko.commons.utils.http.HttpStatus
-
417 Expectation Failed. - exportOutputStream(byte[], OutputStream) - Static method in class org.seppiko.commons.utils.StreamUtil
-
export byte array to output stream
- ExtendedCharsets - Class in org.seppiko.commons.utils
-
Extended Charsets
F
- FAILED_DEPENDENCY - Enum constant in enum class org.seppiko.commons.utils.http.HttpStatus
-
424 Failed Dependency. - FILE_SEPARATOR - Static variable in class org.seppiko.commons.utils.Environment
-
Get File Separator
- find(String, CharSequence) - Static method in class org.seppiko.commons.utils.RegexUtil
-
Returns the input subsequence captured by the given index during match operation.
- findByValue(String) - Static method in enum class org.seppiko.commons.utils.http.MediaType
-
Find a media type by value
- findField(Class<?>, String, Class<?>) - Static method in class org.seppiko.commons.utils.reflect.ReflectionUtil
-
find field with type.
- findFile(Class<?>, String) - Static method in class org.seppiko.commons.utils.StreamUtil
-
Find and load file from pathname
- findFileInputStream(Class<?>, String) - Static method in class org.seppiko.commons.utils.StreamUtil
-
Find and load file from pathname
- findIndex(char, char[]) - Static method in class org.seppiko.commons.utils.CharUtil
-
Find character index in character array.
- findIndex(char, CharSequence) - Static method in class org.seppiko.commons.utils.CharUtil
-
Find character index in character sequence.
- findMethod(Class<T>, String) - Static method in class org.seppiko.commons.utils.reflect.ReflectionUtil
-
find method.
- findMethod(Class<T>, String, Class<?>...) - Static method in class org.seppiko.commons.utils.reflect.ReflectionUtil
-
find a method with parameter types.
- findServiceProviders(Class<S>) - Static method in class org.seppiko.commons.utils.reflect.ReflectionUtil
-
Find service providers.
- fixedLength(String, int, char) - Static method in class org.seppiko.commons.utils.StringUtil
-
Return fixed length string object
- floatToBytes(float) - Static method in class org.seppiko.commons.utils.BytesUtil
-
Convert float to byte array
- FONT_OTF - Enum constant in enum class org.seppiko.commons.utils.http.MediaType
-
Public constant media type for
font/otf. - FONT_TTF - Enum constant in enum class org.seppiko.commons.utils.http.MediaType
-
Public constant media type for
font/ttf. - FONT_WOFF - Enum constant in enum class org.seppiko.commons.utils.http.MediaType
-
Public constant media type for
font/woff. - FONT_WOFF2 - Enum constant in enum class org.seppiko.commons.utils.http.MediaType
-
Public constant media type for
font/woff2. - FORBIDDEN - Enum constant in enum class org.seppiko.commons.utils.http.HttpStatus
-
403 Forbidden. - FORM_FEED - Static variable in class org.seppiko.commons.utils.CharUtil
-
FF or
'\f' - format(String, double) - Static method in class org.seppiko.commons.utils.NumberUtil
-
Double format
- format(String, TemporalAccessor) - Static method in class org.seppiko.commons.utils.DatetimeUtil
-
Datetime format
- format(String, Locale, TemporalAccessor) - Static method in class org.seppiko.commons.utils.DatetimeUtil
-
Datetime format
- FOUND - Enum constant in enum class org.seppiko.commons.utils.http.HttpStatus
-
302 Found. - fromCalendar(Calendar, ZoneId) - Static method in class org.seppiko.commons.utils.DatetimeUtil
-
Convert from
Calendar - fromDate(Date, ZoneId) - Static method in class org.seppiko.commons.utils.DatetimeUtil
-
Convert from
Date - fromString(String) - Static method in class org.seppiko.commons.utils.http.UriBuilder
-
UriBuilderfrom url string - FULL_STOP - Static variable in class org.seppiko.commons.utils.CharUtil
-
'.' - FULLWIDTH_AMPERSAND - Static variable in class org.seppiko.commons.utils.CharUtil
-
'&' - FULLWIDTH_APOSTROPHE - Static variable in class org.seppiko.commons.utils.CharUtil
-
''' - FULLWIDTH_ASTERISK - Static variable in class org.seppiko.commons.utils.CharUtil
-
'*' - FULLWIDTH_CIRCUMFLEX_ACCENT - Static variable in class org.seppiko.commons.utils.CharUtil
-
'^' - FULLWIDTH_COLON - Static variable in class org.seppiko.commons.utils.CharUtil
-
':' - FULLWIDTH_COMMA - Static variable in class org.seppiko.commons.utils.CharUtil
-
',' - FULLWIDTH_COMMERCIAL_AT - Static variable in class org.seppiko.commons.utils.CharUtil
-
'@' - FULLWIDTH_DIGIT - Static variable in class org.seppiko.commons.utils.CharUtil
-
Fullwidth digit char array
- FULLWIDTH_DIGIT_ALPHABET_ALL - Static variable in class org.seppiko.commons.utils.Environment
-
Fullwidth digit and upper and lower letters, like regex
"[0-9A-Za-z]" - FULLWIDTH_DIGIT_NINE - Static variable in class org.seppiko.commons.utils.CharUtil
-
Fullwidth digits
'9' - FULLWIDTH_DIGIT_ONE - Static variable in class org.seppiko.commons.utils.CharUtil
-
Fullwidth digits
'1' - FULLWIDTH_DIGIT_ZERO - Static variable in class org.seppiko.commons.utils.CharUtil
-
Fullwidth digits
'0' - FULLWIDTH_DIGITS - Static variable in class org.seppiko.commons.utils.NumberUtil
-
Fullwidth digits (
'0'through'9') - FULLWIDTH_DOLLAR_SIGN - Static variable in class org.seppiko.commons.utils.CharUtil
-
'$' - FULLWIDTH_EQUALS_SIGN - Static variable in class org.seppiko.commons.utils.CharUtil
-
'=' - FULLWIDTH_EXCLAMATION_MARK - Static variable in class org.seppiko.commons.utils.CharUtil
-
'!' - FULLWIDTH_FULL_STOP - Static variable in class org.seppiko.commons.utils.CharUtil
-
'.' - FULLWIDTH_GRAVE_ACCENT - Static variable in class org.seppiko.commons.utils.CharUtil
-
'`' - FULLWIDTH_GREATER_THAN_SIGN - Static variable in class org.seppiko.commons.utils.CharUtil
-
'>' - FULLWIDTH_HYPHEN_MINUS - Static variable in class org.seppiko.commons.utils.CharUtil
-
'-' - FULLWIDTH_LEFT_CURLY_BRACKET - Static variable in class org.seppiko.commons.utils.CharUtil
-
'{' - FULLWIDTH_LEFT_PARENTHESIS - Static variable in class org.seppiko.commons.utils.CharUtil
-
'(' - FULLWIDTH_LEFT_SQUARE_BRACKET - Static variable in class org.seppiko.commons.utils.CharUtil
-
'[' - FULLWIDTH_LESS_THAN_SIGN - Static variable in class org.seppiko.commons.utils.CharUtil
-
'<' - FULLWIDTH_LOW_LINE - Static variable in class org.seppiko.commons.utils.CharUtil
-
'_' - FULLWIDTH_LOWERCASE - Static variable in class org.seppiko.commons.utils.CharUtil
-
All fullwidth lowercase letters char array
- FULLWIDTH_LOWERCASE_A - Static variable in class org.seppiko.commons.utils.CharUtil
-
ISO-LATIN-1(ASCII) uppercase first letter
'a' - FULLWIDTH_LOWERCASE_Z - Static variable in class org.seppiko.commons.utils.CharUtil
-
ISO-LATIN-1(ASCII) uppercase last letter
'z' - FULLWIDTH_NUMBER_SIGN - Static variable in class org.seppiko.commons.utils.CharUtil
-
'#' - FULLWIDTH_PERCENT_SIGN - Static variable in class org.seppiko.commons.utils.CharUtil
-
'%' - FULLWIDTH_PLUS - Static variable in class org.seppiko.commons.utils.CharUtil
-
'+' - FULLWIDTH_PUNCTUATION - Static variable in class org.seppiko.commons.utils.CharUtil
-
All fullwidth punctuation char array
- FULLWIDTH_QUESTION_MARK - Static variable in class org.seppiko.commons.utils.CharUtil
-
'?' - FULLWIDTH_QUOTATION_MARK - Static variable in class org.seppiko.commons.utils.CharUtil
-
'"' - FULLWIDTH_REVERSE_SOLIDUS - Static variable in class org.seppiko.commons.utils.CharUtil
-
'\' - FULLWIDTH_RIGHT_CURLY_BRACKET - Static variable in class org.seppiko.commons.utils.CharUtil
-
'}' - FULLWIDTH_RIGHT_PARENTHESIS - Static variable in class org.seppiko.commons.utils.CharUtil
-
')' - FULLWIDTH_RIGHT_SQUARE_BRACKET - Static variable in class org.seppiko.commons.utils.CharUtil
-
']' - FULLWIDTH_SEMICOLON - Static variable in class org.seppiko.commons.utils.CharUtil
-
';' - FULLWIDTH_SOLIDUS - Static variable in class org.seppiko.commons.utils.CharUtil
-
'/' - FULLWIDTH_TILDE - Static variable in class org.seppiko.commons.utils.CharUtil
-
'~' - FULLWIDTH_UPPERCASE - Static variable in class org.seppiko.commons.utils.CharUtil
-
All fullwidth uppercase letters char array
- FULLWIDTH_UPPERCASE_A - Static variable in class org.seppiko.commons.utils.CharUtil
-
ISO-LATIN-1(ASCII) uppercase first letter
'A' - FULLWIDTH_UPPERCASE_Z - Static variable in class org.seppiko.commons.utils.CharUtil
-
ISO-LATIN-1(ASCII) uppercase last letter
'Z' - FULLWIDTH_VERTICAL_LINE - Static variable in class org.seppiko.commons.utils.CharUtil
-
'|'
G
- GATEWAY_TIMEOUT - Enum constant in enum class org.seppiko.commons.utils.http.HttpStatus
-
504 Gateway Timeout. - GB18030 - Static variable in class org.seppiko.commons.utils.ExtendedCharsets
-
GB18030 is encoding Simplified Chinese, PRC standard.
- GeneratorUtil - Class in org.seppiko.commons.utils.crypto
-
Key and KeyPair Generator object util And SecureRandom object util
- genPrivateKey(KeyFactory, PKCS8EncodedKeySpec) - Static method in class org.seppiko.commons.utils.crypto.spec.KeySpecUtil
-
Convert PKC8 to private key
- genPublicKey(KeyFactory, X509EncodedKeySpec) - Static method in class org.seppiko.commons.utils.crypto.spec.KeySpecUtil
-
Convert X509 to public key
- GET - Enum constant in enum class org.seppiko.commons.utils.http.HttpMethod
-
The GET method requests a representation of the specified resource.
- getAcceptedIssuers() - Method in class org.seppiko.commons.utils.http.DefaultX509TrustManager
- getAllDeclaredMethods(Class<?>) - Static method in class org.seppiko.commons.utils.reflect.ReflectionUtil
-
get methods.
- getAsyncResponseByteArray(HttpRequest, SSLContext, InetSocketAddress) - Static method in class org.seppiko.commons.utils.http.AsyncHttpClientUtil
-
Get Async byte array Response
- getAsyncResponseInputStream(HttpRequest, SSLContext, InetSocketAddress) - Static method in class org.seppiko.commons.utils.http.AsyncHttpClientUtil
-
Get Async InputStream Response
- getAsyncResponseRaw(HttpRequest, HttpResponse.BodyHandler<T>, SSLContext, InetSocketAddress) - Static method in class org.seppiko.commons.utils.http.AsyncHttpClientUtil
-
Get Async HTTP Response raw
- getAsyncResponseString(HttpRequest, SSLContext, InetSocketAddress) - Static method in class org.seppiko.commons.utils.http.AsyncHttpClientUtil
-
Get Async String Response
- getBodyHandler(Class<T>) - Static method in class org.seppiko.commons.utils.http.HttpClientUtil
-
Response body checker
- getBodyPublisher(T) - Static method in class org.seppiko.commons.utils.http.HttpClientUtil
-
Request body checker
- getChacha20(byte[], int) - Static method in class org.seppiko.commons.utils.crypto.spec.ParameterSpacUtil
-
ChaCha20ParameterSpec instance
- getCode() - Method in enum class org.seppiko.commons.utils.http.HttpStatus
-
Return the integer value of this status code.
- getConnection(String, String, String) - Static method in class org.seppiko.commons.utils.jdbc.ConnectionUtil
-
Create Connection
- getConnection(String, String, String, String) - Static method in class org.seppiko.commons.utils.jdbc.ConnectionUtil
-
Create Connection
- getDataSourceWithJNDI(String) - Static method in class org.seppiko.commons.utils.jdbc.ConnectionUtil
-
Get DataSource with JNDI name
- getDeclaredFields(Class<?>) - Static method in class org.seppiko.commons.utils.reflect.ReflectionUtil
-
get all fields.
- getDeclaredMethods(Class<?>) - Static method in class org.seppiko.commons.utils.reflect.ReflectionUtil
-
get methods.
- getDefaultCharset() - Static method in class org.seppiko.commons.utils.http.URLCodecUtil
-
The default charset used for string decoding and encoding.
- getDH(BigInteger, BigInteger) - Static method in class org.seppiko.commons.utils.crypto.spec.ParameterSpacUtil
-
DHParameterSpec instance
- getDH(BigInteger, BigInteger, int) - Static method in class org.seppiko.commons.utils.crypto.spec.ParameterSpacUtil
-
DHParameterSpec instance
- getEC(ECField, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, int) - Static method in class org.seppiko.commons.utils.crypto.spec.ParameterSpacUtil
-
ECParameterSpec instance
- getEdDSA(boolean, byte[]) - Static method in class org.seppiko.commons.utils.crypto.spec.ParameterSpacUtil
-
Construct an
EdDSAParameterSpecby specifying whether the prehash mode is used. - getField(Field, T) - Static method in class org.seppiko.commons.utils.reflect.ReflectionUtil
-
get field value.
- getFileExtension(String) - Static method in class org.seppiko.commons.utils.http.URIUtil
-
get file extension
- getGCM(int, byte[]) - Static method in class org.seppiko.commons.utils.crypto.spec.ParameterSpacUtil
-
GCMParameterSpec instance
- getGCM(int, byte[], int, int) - Static method in class org.seppiko.commons.utils.crypto.spec.ParameterSpacUtil
-
GCMParameterSpec instance
- getHeaderMap() - Method in class org.seppiko.commons.utils.http.HttpHeaders
-
Get
HttpRequestheader map. - getIV(byte[]) - Static method in class org.seppiko.commons.utils.crypto.spec.ParameterSpacUtil
-
IvParameterSpec instance
- getIV(byte[], int, int) - Static method in class org.seppiko.commons.utils.crypto.spec.ParameterSpacUtil
-
IvParameterSpec instance
- getLastPathname(String) - Static method in class org.seppiko.commons.utils.http.URIUtil
-
Get last path name (e.g.
- getMatcher(String, CharSequence) - Static method in class org.seppiko.commons.utils.RegexUtil
-
A matcher that will match the given input against this pattern.
- getMessage() - Method in enum class org.seppiko.commons.utils.http.HttpStatus
-
Return the message of this status code.
- getMode() - Method in class org.seppiko.commons.utils.crypto.NMPUtil
- getMonthDay(LocalDate) - Static method in class org.seppiko.commons.utils.DatetimeUtil
-
Get LocalDate month and day
- getName() - Method in enum class org.seppiko.commons.utils.crypto.HmacAlgorithms
-
Gets the algorithm name.
- getName() - Method in enum class org.seppiko.commons.utils.crypto.MessageDigestAlgorithms
-
Gets this algorithm name.
- getName() - Method in class org.seppiko.commons.utils.crypto.NMPUtil
- getName() - Method in enum class org.seppiko.commons.utils.http.TLSProtocol
-
Get SSLContext algorithm name
- getOAEP(String, String, AlgorithmParameterSpec, PSource) - Static method in class org.seppiko.commons.utils.crypto.spec.ParameterSpacUtil
-
Constructs a parameter set for OAEP padding as defined in the PKCS #1 standard using the specified message digest algorithm
mdName, mask generation function algorithmmgfName, parameters for the mask generation functionmgfSpec, and source of the encoding input PpSrc. - getPadding() - Method in class org.seppiko.commons.utils.crypto.NMPUtil
- getParameters(Method) - Static method in class org.seppiko.commons.utils.reflect.ReflectionUtil
-
get method parameters.
- getParameterTypes(Object[]) - Static method in class org.seppiko.commons.utils.reflect.ReflectionUtil
-
get parameters type.
- getPattern(String) - Static method in class org.seppiko.commons.utils.RegexUtil
-
Compiles the given regular expression the given input against it.
- getPBE(byte[], int) - Static method in class org.seppiko.commons.utils.crypto.spec.ParameterSpacUtil
-
PBEParameterSpec instance
- getPBE(byte[], int, AlgorithmParameterSpec) - Static method in class org.seppiko.commons.utils.crypto.spec.ParameterSpacUtil
-
PBEParameterSpec object
- getPBE(char[]) - Static method in class org.seppiko.commons.utils.crypto.spec.KeySpecUtil
-
PBEKeySpec object
- getPBE(char[], byte[], int, int) - Static method in class org.seppiko.commons.utils.crypto.spec.KeySpecUtil
-
PBEKeySpec object
- getPKCS8(byte[]) - Static method in class org.seppiko.commons.utils.crypto.spec.KeySpecUtil
-
PKCS8EncodedKeySpec object
- getPKCS8(byte[], String) - Static method in class org.seppiko.commons.utils.crypto.spec.KeySpecUtil
-
PKCS8EncodedKeySpec object
- getProvider(String) - Static method in class org.seppiko.commons.utils.crypto.CryptoUtil
-
Check and get provider object
- getRecordFields(Class<?>) - Static method in class org.seppiko.commons.utils.reflect.ReflectionUtil
-
get record class all fields.
- getRequest(String, HttpMethod, int, HttpHeaders, byte[]) - Static method in class org.seppiko.commons.utils.http.HttpClientUtil
-
Get Request instance with byte array
- getRequest(String, HttpMethod, int, HttpHeaders, InputStream) - Static method in class org.seppiko.commons.utils.http.HttpClientUtil
-
Get Request instance with InputStream
- getRequest(String, HttpMethod, int, HttpHeaders, String) - Static method in class org.seppiko.commons.utils.http.HttpClientUtil
-
Get Request instance with String
- getRequestRaw(URI, HttpMethod, int, Map<String, String>, HttpRequest.BodyPublisher) - Static method in class org.seppiko.commons.utils.http.HttpClientUtil
-
Get HTTP request raw
- getResponseByteArray(HttpRequest, SSLContext, InetSocketAddress) - Static method in class org.seppiko.commons.utils.http.HttpClientUtil
-
Get Response instance with byte array body
- getResponseInputStream(HttpRequest, SSLContext, InetSocketAddress) - Static method in class org.seppiko.commons.utils.http.HttpClientUtil
-
Get Response instance with InputStream body
- getResponseRaw(HttpRequest, HttpResponse.BodyHandler<T>, SSLContext, InetSocketAddress) - Static method in class org.seppiko.commons.utils.http.HttpClientUtil
-
Get HTTP response raw
- getResponseString(HttpRequest, SSLContext, InetSocketAddress) - Static method in class org.seppiko.commons.utils.http.HttpClientUtil
-
Get Response instance with String body
- getSecret(byte[], int, int, String) - Static method in class org.seppiko.commons.utils.crypto.spec.KeySpecUtil
-
SecretKeySpec object
- getSecret(byte[], String) - Static method in class org.seppiko.commons.utils.crypto.spec.KeySpecUtil
-
SecretKeySpec object
- getServiceLoader(Class<S>, ClassLoader) - Static method in class org.seppiko.commons.utils.reflect.ReflectionUtil
-
Get service loader.
- getSSLContext(File, String) - Static method in class org.seppiko.commons.utils.http.TLSUtil
-
HTTP TLS Factory with TLS v1.2 and PKCS 12
- getSSLContext(TLSProtocol, KeyManager[], TrustManager[]) - Static method in class org.seppiko.commons.utils.http.TLSUtil
-
HTTP TLS Factory
- getSSLContext(TLSProtocol, KeyManager[], TrustManager[], SecureRandom) - Static method in class org.seppiko.commons.utils.http.TLSUtil
-
HTTP TLS Factory
- getSSLContext(TLSProtocol, KeyStoreAlgorithms, InputStream, String, TrustManager[]) - Static method in class org.seppiko.commons.utils.http.TLSUtil
-
HTTP TLS Factory
- getSSLContext(TLSProtocol, KeyStoreAlgorithms, TrustManager[]) - Static method in class org.seppiko.commons.utils.http.TLSUtil
-
HTTP TLS Factory without cert file.
- getStream(File) - Static method in class org.seppiko.commons.utils.StreamUtil
-
Get file stream
- getStream(Class<?>, String) - Static method in class org.seppiko.commons.utils.StreamUtil
-
Find and get file steam
- getStream(String) - Static method in class org.seppiko.commons.utils.StreamUtil
-
Get file stream
- getSuppliers(Supplier<Object>[]) - Static method in class org.seppiko.commons.utils.ArrayUtil
-
Get Supplier object with not null array.
- getType() - Method in enum class org.seppiko.commons.utils.crypto.KeyStoreAlgorithms
-
get algorithm type
- getUri(String) - Static method in class org.seppiko.commons.utils.http.URIUtil
-
get URI object
- getValue() - Method in class org.seppiko.commons.utils.crypto.CRC16MAXIM
-
Returns CRC16 value.
- getValue() - Method in class org.seppiko.commons.utils.crypto.CRC24
-
Returns the current checksum value.
- getValue() - Method in class org.seppiko.commons.utils.crypto.CRC64ECMA182
-
Returns CRC64 value.
- getValue() - Method in enum class org.seppiko.commons.utils.http.MediaType
-
Get Media type value
- getX509(byte[]) - Static method in class org.seppiko.commons.utils.crypto.spec.KeySpecUtil
-
X509EncodedKeySpec object
- getX509(byte[], String) - Static method in class org.seppiko.commons.utils.crypto.spec.KeySpecUtil
-
X509EncodedKeySpec object
- getXECPub(AlgorithmParameterSpec, BigInteger) - Static method in class org.seppiko.commons.utils.crypto.spec.KeySpecUtil
-
Construct a public key spec using the supplied parameters and u coordinate.
- getYearMonth(LocalDate) - Static method in class org.seppiko.commons.utils.DatetimeUtil
-
Get LocalDate year and month
- GONE - Enum constant in enum class org.seppiko.commons.utils.http.HttpStatus
-
410 Gone. - GRAVE_ACCENT - Static variable in class org.seppiko.commons.utils.CharUtil
-
'`' - GREATER_THAN_SIGN - Static variable in class org.seppiko.commons.utils.CharUtil
-
'>'
H
- hashCode() - Method in class org.seppiko.commons.utils.crypto.NMPUtil
-
NMPUtil object hashcode
- hashCode() - Method in record class org.seppiko.commons.utils.http.HttpCookie
-
get cookie hashcode
- hashCode() - Method in record class org.seppiko.commons.utils.reflect.TypeAndValue
-
Returns a hash code value for this object.
- hashCode() - Method in class org.seppiko.commons.utils.VersionUtil
-
VersionUtil object hashcode
- HashUtil - Class in org.seppiko.commons.utils.crypto
-
Hash Util
- hasLength(CharSequence) - Static method in class org.seppiko.commons.utils.StringUtil
-
Test CharSequence has any char
- hasLength(String, String) - Static method in class org.seppiko.commons.utils.Assert
-
if string text length is 0 throw message
- hasText(CharSequence) - Static method in class org.seppiko.commons.utils.StringUtil
-
Test CharSequence has any char without non-blank character
- hasText(String, String) - Static method in class org.seppiko.commons.utils.Assert
-
if string text has not any char without whitespace throw message
- HEAD - Enum constant in enum class org.seppiko.commons.utils.http.HttpMethod
-
The HEAD method asks for a response identical to a GET request, but without the response body.
- headers() - Method in class org.seppiko.commons.utils.http.HttpResponseImpl
-
Returns the received response headers.
- HEXADECIMAL - Static variable in class org.seppiko.commons.utils.codec.HexUtil
-
Hexadecimal character array with lower letters
- HEXADECIMAL_DECODE_TABLE - Static variable in class org.seppiko.commons.utils.codec.HexUtil
-
Hexadecimal decode table and ignore case
- HEXADECIMAL_LENGTH - Static variable in class org.seppiko.commons.utils.codec.HexUtil
-
Hexadecimal length
- HEXADECIMAL_UPPER - Static variable in class org.seppiko.commons.utils.codec.HexUtil
-
Hexadecimal character array with upper letters
- HexUtil - Class in org.seppiko.commons.utils.codec
-
Hexadecimal Encoder / Decoder Util.
- HMAC_MD5 - Enum constant in enum class org.seppiko.commons.utils.crypto.HmacAlgorithms
-
The HmacMD5 Message Authentication Code (MAC) algorithm specified in RFC 2104 and RFC 1321.
- HMAC_PBE_SHA_1 - Enum constant in enum class org.seppiko.commons.utils.crypto.HmacAlgorithms
-
The HmacPBESHA1 Message Authentication Code (MAC) algorithm specified in Appendix B.4 of RFC 7292.
- HMAC_PBE_SHA_224 - Enum constant in enum class org.seppiko.commons.utils.crypto.HmacAlgorithms
-
The HmacPBESHA224 Message Authentication Code (MAC) algorithm specified in Appendix B.4 of RFC 7292.
- HMAC_PBE_SHA_256 - Enum constant in enum class org.seppiko.commons.utils.crypto.HmacAlgorithms
-
The HmacPBESHA256 Message Authentication Code (MAC) algorithm specified in Appendix B.4 of RFC 7292.
- HMAC_PBE_SHA_384 - Enum constant in enum class org.seppiko.commons.utils.crypto.HmacAlgorithms
-
The HmacPBESHA384 Message Authentication Code (MAC) algorithm specified in Appendix B.4 of RFC 7292.
- HMAC_PBE_SHA_512 - Enum constant in enum class org.seppiko.commons.utils.crypto.HmacAlgorithms
-
The HmacPBESHA512 Message Authentication Code (MAC) algorithm specified in Appendix B.4 of RFC 7292.
- HMAC_PBE_SHA_512_224 - Enum constant in enum class org.seppiko.commons.utils.crypto.HmacAlgorithms
-
The HmacPBESHA512 Message Authentication Code (MAC) algorithm specified in Appendix B.4 of RFC 7292.
- HMAC_PBE_SHA_512_256 - Enum constant in enum class org.seppiko.commons.utils.crypto.HmacAlgorithms
-
The HmacPBESHA512 Message Authentication Code (MAC) algorithm specified in Appendix B.4 of RFC 7292.
- HMAC_SHA_1 - Enum constant in enum class org.seppiko.commons.utils.crypto.HmacAlgorithms
-
The HmacSHA1 Message Authentication Code (MAC) algorithm specified in RFC 2104 and FIPS PUB 180-2.
- HMAC_SHA_224 - Enum constant in enum class org.seppiko.commons.utils.crypto.HmacAlgorithms
-
The HmacSHA224 Message Authentication Code (MAC) algorithm specified in RFC 2104 and FIPS PUB 180-2.
- HMAC_SHA_256 - Enum constant in enum class org.seppiko.commons.utils.crypto.HmacAlgorithms
-
The HmacSHA256 Message Authentication Code (MAC) algorithm specified in RFC 2104 and FIPS PUB 180-2.
- HMAC_SHA_384 - Enum constant in enum class org.seppiko.commons.utils.crypto.HmacAlgorithms
-
The HmacSHA384 Message Authentication Code (MAC) algorithm specified in RFC 2104 and FIPS PUB 180-2.
- HMAC_SHA_512 - Enum constant in enum class org.seppiko.commons.utils.crypto.HmacAlgorithms
-
The HmacSHA512 Message Authentication Code (MAC) algorithm specified in RFC 2104 and FIPS PUB 180-2.
- HMAC_SHA_512_224 - Enum constant in enum class org.seppiko.commons.utils.crypto.HmacAlgorithms
-
The HmacSHA512/224 Message Authentication Code (MAC) algorithm specified in RFC 2104.
- HMAC_SHA_512_256 - Enum constant in enum class org.seppiko.commons.utils.crypto.HmacAlgorithms
-
The HmacSHA512/256 Message Authentication Code (MAC) algorithm specified in RFC 2104.
- HMAC_SHA3_224 - Enum constant in enum class org.seppiko.commons.utils.crypto.HmacAlgorithms
-
The HmacSHA3-224 Message Authentication Code (MAC) algorithm specified in RFC 2104.
- HMAC_SHA3_256 - Enum constant in enum class org.seppiko.commons.utils.crypto.HmacAlgorithms
-
The HmacSHA3-256 Message Authentication Code (MAC) algorithm specified in RFC 2104.
- HMAC_SHA3_384 - Enum constant in enum class org.seppiko.commons.utils.crypto.HmacAlgorithms
-
The HmacSHA3-384 Message Authentication Code (MAC) algorithm specified in RFC 2104.
- HMAC_SHA3_512 - Enum constant in enum class org.seppiko.commons.utils.crypto.HmacAlgorithms
-
The HmacSHA3-512 Message Authentication Code (MAC) algorithm specified in RFC 2104.
- HmacAlgorithms - Enum Class in org.seppiko.commons.utils.crypto
-
Standard
HashUtilalgorithm names from the Java Cryptography Architecture Standard Algorithm Name Documentation. - hmacHash(HmacAlgorithms, Provider, byte[], byte[]) - Static method in class org.seppiko.commons.utils.crypto.HashUtil
-
Simplifies common
Mactasks. - hmacHashString(HmacAlgorithms, Provider, byte[], byte[]) - Static method in class org.seppiko.commons.utils.crypto.HashUtil
-
Simplifies common
Mactasks. - HORIZONTAL_TABULATION - Static variable in class org.seppiko.commons.utils.CharUtil
-
HT or
'\t' - HTTP_VERSION_NOT_SUPPORTED - Enum constant in enum class org.seppiko.commons.utils.http.HttpStatus
-
505 HTTP Version Not Supported. - HttpClientException - Exception in org.seppiko.commons.utils.http
-
Http Client Exception
- HttpClientException() - Constructor for exception org.seppiko.commons.utils.http.HttpClientException
-
Default Exception
- HttpClientException(String) - Constructor for exception org.seppiko.commons.utils.http.HttpClientException
-
Exception with message
- HttpClientException(String, Throwable) - Constructor for exception org.seppiko.commons.utils.http.HttpClientException
-
Exception with message and Throwable
- HttpClientException(Throwable) - Constructor for exception org.seppiko.commons.utils.http.HttpClientException
-
Exception with Throwable
- HttpClientUtil - Class in org.seppiko.commons.utils.http
-
Http Client Util with java.net.http
- HttpCookie - Record Class in org.seppiko.commons.utils.http
-
Http Cookie
- HttpCookie(String, String) - Constructor for record class org.seppiko.commons.utils.http.HttpCookie
-
Add a cookie
- HttpHeaders - Class in org.seppiko.commons.utils.http
-
Simple Http Headers implement for
HttpRequest - HttpInterruptedException - Exception in org.seppiko.commons.utils.http
-
HTTP Interrupted Exception
- HttpInterruptedException() - Constructor for exception org.seppiko.commons.utils.http.HttpInterruptedException
-
Default Exception
- HttpInterruptedException(InterruptedException) - Constructor for exception org.seppiko.commons.utils.http.HttpInterruptedException
-
Exception with Throwable
- HttpInterruptedException(String) - Constructor for exception org.seppiko.commons.utils.http.HttpInterruptedException
-
Exception with message
- HttpInterruptedException(String, InterruptedException) - Constructor for exception org.seppiko.commons.utils.http.HttpInterruptedException
-
Exception with message and Throwable
- HttpMethod - Enum Class in org.seppiko.commons.utils.http
-
Http methods
- HttpResponseException - Exception in org.seppiko.commons.utils.http
-
Http Response Exception A subclass of HttpClientException
- HttpResponseException() - Constructor for exception org.seppiko.commons.utils.http.HttpResponseException
-
Default Exception
- HttpResponseException(String) - Constructor for exception org.seppiko.commons.utils.http.HttpResponseException
-
Exception with message
- HttpResponseException(String, Throwable) - Constructor for exception org.seppiko.commons.utils.http.HttpResponseException
-
Exception with message and Throwable
- HttpResponseException(Throwable) - Constructor for exception org.seppiko.commons.utils.http.HttpResponseException
-
Exception with Throwable
- HttpResponseImpl<T> - Class in org.seppiko.commons.utils.http
-
HttpResponse implementation
- HttpResponseImpl(CompletableFuture<HttpResponse<T>>) - Constructor for class org.seppiko.commons.utils.http.HttpResponseImpl
-
Constructor
- HttpRuntimeException - Exception in org.seppiko.commons.utils.http
-
HTTP Request Process Exception
- HttpRuntimeException() - Constructor for exception org.seppiko.commons.utils.http.HttpRuntimeException
-
Default Exception
- HttpRuntimeException(String) - Constructor for exception org.seppiko.commons.utils.http.HttpRuntimeException
-
Exception with message
- HttpRuntimeException(String, Throwable) - Constructor for exception org.seppiko.commons.utils.http.HttpRuntimeException
-
Exception with message and Throwable
- HttpRuntimeException(Throwable) - Constructor for exception org.seppiko.commons.utils.http.HttpRuntimeException
-
Exception with Throwable
- HttpStatus - Enum Class in org.seppiko.commons.utils.http
-
Enumeration of HTTP status codes.
- HttpStatus.Series - Enum Class in org.seppiko.commons.utils.http
-
Enumeration of HTTP status series.
- HttpTimeoutException - Exception in org.seppiko.commons.utils.http
-
HTTP Timeout Exception
- HttpTimeoutException() - Constructor for exception org.seppiko.commons.utils.http.HttpTimeoutException
-
Default Exception
- HttpTimeoutException(String) - Constructor for exception org.seppiko.commons.utils.http.HttpTimeoutException
-
Exception with message
- HttpTimeoutException(String, Throwable) - Constructor for exception org.seppiko.commons.utils.http.HttpTimeoutException
-
Exception with message and Throwable
- HttpTLSException - Exception in org.seppiko.commons.utils.http
-
HTTP TLS Exception
- HttpTLSException() - Constructor for exception org.seppiko.commons.utils.http.HttpTLSException
-
Default Exception
- HttpTLSException(String) - Constructor for exception org.seppiko.commons.utils.http.HttpTLSException
-
Exception with message
- HttpTLSException(String, Throwable) - Constructor for exception org.seppiko.commons.utils.http.HttpTLSException
-
Exception with message and Throwable
- HttpTLSException(Throwable) - Constructor for exception org.seppiko.commons.utils.http.HttpTLSException
-
Exception with Throwable
- HYPHEN_MINUS - Static variable in class org.seppiko.commons.utils.CharUtil
-
'-'
I
- I_AM_A_TEAPOT - Enum constant in enum class org.seppiko.commons.utils.http.HttpStatus
-
418 I'm a teapot. - IM_USED - Enum constant in enum class org.seppiko.commons.utils.http.HttpStatus
-
226 IM Used. - IMAGE_AVIF - Enum constant in enum class org.seppiko.commons.utils.http.MediaType
-
Public constant media type for
image/avif. - IMAGE_GIF - Enum constant in enum class org.seppiko.commons.utils.http.MediaType
-
Public constant media type for
image/gif. - IMAGE_HEIC - Enum constant in enum class org.seppiko.commons.utils.http.MediaType
-
Public constant media type for
image/heic. - IMAGE_ICO - Enum constant in enum class org.seppiko.commons.utils.http.MediaType
-
Public constant media type for
image/x-icon. - IMAGE_JPEG - Enum constant in enum class org.seppiko.commons.utils.http.MediaType
-
Public constant media type for
image/jpeg. - IMAGE_JPEG_XL - Enum constant in enum class org.seppiko.commons.utils.http.MediaType
-
Public constant media type for
image/jxl. - IMAGE_PNG - Enum constant in enum class org.seppiko.commons.utils.http.MediaType
-
Public constant media type for
image/png. - IMAGE_SVG - Enum constant in enum class org.seppiko.commons.utils.http.MediaType
-
Public constant media type for
image/svg+xml. - IMAGE_WEBP - Enum constant in enum class org.seppiko.commons.utils.http.MediaType
-
Public constant media type for
image/webp. - ImageUtil - Class in org.seppiko.commons.utils.image
-
Image Util
- INFORMATIONAL - Enum constant in enum class org.seppiko.commons.utils.http.HttpStatus.Series
-
HTTP Status Code 1xx
- INSUFFICIENT_STORAGE - Enum constant in enum class org.seppiko.commons.utils.http.HttpStatus
-
507 Insufficient Storage - INTERNAL_SERVER_ERROR - Enum constant in enum class org.seppiko.commons.utils.http.HttpStatus
-
500 Internal Server Error. - intToBytes(int) - Static method in class org.seppiko.commons.utils.BytesUtil
-
Convert int to byte array
- invoke(Object, Method, Object[]) - Method in interface org.seppiko.commons.utils.reflect.ProxyHandler
-
Proxy method invoke.
- invokeMethod(Method, Object) - Static method in class org.seppiko.commons.utils.reflect.ReflectionUtil
-
invoke method without parameter.
- invokeMethod(Method, Object, Object...) - Static method in class org.seppiko.commons.utils.reflect.ReflectionUtil
-
invoke method on target instance.
- invokeMethod(T, String, Class<?>[], Object...) - Static method in class org.seppiko.commons.utils.reflect.ReflectionUtil
-
class instance method caller.
- invokeMethod(T, String, Object...) - Static method in class org.seppiko.commons.utils.reflect.ReflectionUtil
-
class instance method caller.
- is1xxInformational() - Method in enum class org.seppiko.commons.utils.http.HttpStatus
-
Whether this status code is in the HTTP series
HttpStatus.Series.INFORMATIONAL. - is2xxSuccessful() - Method in enum class org.seppiko.commons.utils.http.HttpStatus
-
Whether this status code is in the HTTP series
HttpStatus.Series.SUCCESSFUL. - is3xxRedirection() - Method in enum class org.seppiko.commons.utils.http.HttpStatus
-
Whether this status code is in the HTTP series
HttpStatus.Series.REDIRECTION. - is4xxClientError() - Method in enum class org.seppiko.commons.utils.http.HttpStatus
-
Whether this status code is in the HTTP series
HttpStatus.Series.CLIENT_ERROR. - is5xxServerError() - Method in enum class org.seppiko.commons.utils.http.HttpStatus
-
Whether this status code is in the HTTP series
HttpStatus.Series.SERVER_ERROR. - isArray(T) - Static method in class org.seppiko.commons.utils.ArrayUtil
-
Returns
trueif the provided reference is array, otherwise returnsfalse. - isDecimal(CharSequence) - Static method in class org.seppiko.commons.utils.StringUtil
-
Test CharSequence is decimal
- isDigit(char) - Static method in class org.seppiko.commons.utils.CharUtil
-
Determines if the specified character is a digit.
- isEmpty(T[]) - Static method in class org.seppiko.commons.utils.ArrayUtil
-
Returns
trueif the array isnull, otherwise returnsfalse. - isError() - Method in enum class org.seppiko.commons.utils.http.HttpStatus
-
Whether this status code is in the HTTP series
HttpStatus.Series.CLIENT_ERRORorHttpStatus.Series.SERVER_ERROR. - isFalse(boolean, String) - Static method in class org.seppiko.commons.utils.Assert
-
if true throw message
- isFullStop(char) - Static method in class org.seppiko.commons.utils.CharUtil
-
Determines if the specified character is a full stop.
- isInteger(CharSequence) - Static method in class org.seppiko.commons.utils.StringUtil
-
Test CharSequence is integer
- isLowercase(CharSequence) - Static method in class org.seppiko.commons.utils.StringUtil
-
Test CharSequence is lowercase
- isNull(T[]) - Static method in class org.seppiko.commons.utils.ArrayUtil
-
Returns
trueif the provided reference isnull, otherwise returnsfalse. - isNullOrEmpty(CharSequence) - Static method in class org.seppiko.commons.utils.StringUtil
-
Test CharSequence is empty or contains only whitespace codepoints
- isNumeric(CharSequence) - Static method in class org.seppiko.commons.utils.StringUtil
-
Test CharSequence is numeric
- isPunctuation(CharSequence) - Static method in class org.seppiko.commons.utils.StringUtil
-
Test CharSequence is punctuation
- isTrue(boolean, String) - Static method in class org.seppiko.commons.utils.Assert
-
if not true throw message
- isUppercase(CharSequence) - Static method in class org.seppiko.commons.utils.StringUtil
-
Test CharSequence is uppercase
J
- JCEKS - Enum constant in enum class org.seppiko.commons.utils.crypto.KeyStoreAlgorithms
-
The proprietary keystore implementation provided by the SunJCE provider.
- JKS - Enum constant in enum class org.seppiko.commons.utils.crypto.KeyStoreAlgorithms
-
The proprietary keystore implementation provided by the SUN provider.
K
- keyAgreement(String, Provider, Key, Key) - Static method in class org.seppiko.commons.utils.crypto.KeyUtil
-
Returns a
KeyAgreementobject that implements the specified key agreement algorithm. - keyFactory(String, Provider) - Static method in class org.seppiko.commons.utils.crypto.KeyUtil
-
Returns a KeyFactory object that converts public/private keys of the specified algorithm.
- keyGenerator(String) - Static method in class org.seppiko.commons.utils.crypto.GeneratorUtil
-
Returns a KeyGenerator object that generates secret keys for the specified algorithm.
- keyGenerator(String, Provider) - Static method in class org.seppiko.commons.utils.crypto.GeneratorUtil
-
Returns a KeyGenerator object that generates secret keys for the specified algorithm.
- keyGenerator(String, Provider, int) - Static method in class org.seppiko.commons.utils.crypto.GeneratorUtil
-
Cryptographic key generator
- keyManagerFactory(String, Provider) - Static method in class org.seppiko.commons.utils.http.TLSUtil
-
Returns a
KeyManagerFactoryobject that acts as a factory for key managers. - keyManagerFactory(Provider) - Static method in class org.seppiko.commons.utils.http.TLSUtil
-
Returns a
KeyManagerFactoryobject that acts as a factory for key managers. - keyManagers(KeyStore, char[]) - Static method in class org.seppiko.commons.utils.http.TLSUtil
-
KeyManager array util
- keyManagers(ManagerFactoryParameters) - Static method in class org.seppiko.commons.utils.http.TLSUtil
-
KeyManager array util
- keyPairGenerator(String) - Static method in class org.seppiko.commons.utils.crypto.GeneratorUtil
-
Returns a KeyPairGenerator object that generates public/private key pairs for the specified algorithm.
- keyPairGenerator(String, Provider) - Static method in class org.seppiko.commons.utils.crypto.GeneratorUtil
-
Returns a KeyPairGenerator object that generates public/private key pairs for the specified * algorithm.
- keyPairGenerator(String, Provider, int) - Static method in class org.seppiko.commons.utils.crypto.GeneratorUtil
-
Asymmetric cryptographic key pair generator
- keyPairGenerator(String, Provider, AlgorithmParameterSpec) - Static method in class org.seppiko.commons.utils.crypto.GeneratorUtil
-
Asymmetric cryptographic key pair generator
- keyPairGeneratorWithoutInitialize(String) - Static method in class org.seppiko.commons.utils.crypto.GeneratorUtil
-
Signature cryptographic key pair generator
- keyPairGeneratorWithoutInitialize(String, Provider) - Static method in class org.seppiko.commons.utils.crypto.GeneratorUtil
-
Signature cryptographic key pair generator
- KeySpecUtil - Class in org.seppiko.commons.utils.crypto.spec
-
Key Specification implement util
- keyStore(KeyStoreAlgorithms, InputStream, char[]) - Static method in class org.seppiko.commons.utils.crypto.KeyUtil
-
KeyStore util
- keyStore(KeyStoreAlgorithms, KeyStore.LoadStoreParameter) - Static method in class org.seppiko.commons.utils.crypto.KeyUtil
-
KeyStore util
- KeyStoreAlgorithms - Enum Class in org.seppiko.commons.utils.crypto
-
KeyStore algorithm
- KeyUtil - Class in org.seppiko.commons.utils.crypto
-
Key generator util
L
- LATIN_DIGITS - Static variable in class org.seppiko.commons.utils.NumberUtil
-
ISO-LATIN-1(ASCII) digits (
'0'through'9') - LEFT_CURLY_BRACKET - Static variable in class org.seppiko.commons.utils.CharUtil
-
'\\u007B' - LEFT_PARENTHESIS - Static variable in class org.seppiko.commons.utils.CharUtil
-
'(' - LEFT_SQUARE_BRACKET - Static variable in class org.seppiko.commons.utils.CharUtil
-
'[' - LENGTH_REQUIRED - Enum constant in enum class org.seppiko.commons.utils.http.HttpStatus
-
411 Length Required. - LESS_THAN_SIGN - Static variable in class org.seppiko.commons.utils.CharUtil
-
'<' - LINE_FEED - Static variable in class org.seppiko.commons.utils.CharUtil
-
LF or
'\n' - loadFile(String) - Static method in class org.seppiko.commons.utils.StreamUtil
-
Load the target file or create it.
- loadReader(InputStream) - Static method in class org.seppiko.commons.utils.StreamUtil
-
Load reader from InputStream.
- loadReader(InputStream, Charset) - Static method in class org.seppiko.commons.utils.StreamUtil
-
Load input stream to reader with charset
- loadReader(String) - Static method in class org.seppiko.commons.utils.StreamUtil
-
Load string to reader
- LOCKED - Enum constant in enum class org.seppiko.commons.utils.http.HttpStatus
-
423 Locked. - longToBytes(long) - Static method in class org.seppiko.commons.utils.BytesUtil
-
Convert long to byte array
- LOOP_DETECTED - Enum constant in enum class org.seppiko.commons.utils.http.HttpStatus
-
508 Loop Detected - LOW_LINE - Static variable in class org.seppiko.commons.utils.CharUtil
-
'_' - LOWERCASE - Static variable in class org.seppiko.commons.utils.CharUtil
-
All lowercase letters char array
- LOWERCASE_A - Static variable in class org.seppiko.commons.utils.CharUtil
-
ISO-LATIN-1(ASCII) uppercase first letter
'a' - LOWERCASE_Z - Static variable in class org.seppiko.commons.utils.CharUtil
-
ISO-LATIN-1(ASCII) uppercase last letter
'z'
M
- mac(String, Provider, String, byte[], byte[]) - Static method in class org.seppiko.commons.utils.crypto.CryptoUtil
-
Mac util
- major() - Method in class org.seppiko.commons.utils.VersionUtil
-
get major version
- MASK_2BITS - Static variable in interface org.seppiko.commons.utils.codec.BaseNCodec
-
Mask used to extract 2 bits, used when decoding character.
- MASK_4BITS - Static variable in interface org.seppiko.commons.utils.codec.BaseNCodec
-
Mask used to extract 4 bits, used when decoding character.
- MASK_5BITS - Static variable in interface org.seppiko.commons.utils.codec.BaseNCodec
-
Mask used to extract 5 bits, used when encoding bytes
- MASK_6BITS - Static variable in interface org.seppiko.commons.utils.codec.BaseNCodec
-
Mask used to extract 6 bits, used when encoding bytes
- MASK_8BITS - Static variable in interface org.seppiko.commons.utils.codec.BaseNCodec
-
Mask used to extract 8 bits, used in decoding bytes
- MASK_UPPER_4BITS - Static variable in interface org.seppiko.commons.utils.codec.BaseNCodec
-
Mask used to extract the upper 4 bits, used when decoding character.
- matches(String, CharSequence) - Static method in class org.seppiko.commons.utils.RegexUtil
-
Compiles the given regular expression and attempts to match the given input against it.
- MathUtil - Class in org.seppiko.commons.utils
-
Math Util
- maxDecimal(List<BigDecimal>) - Static method in class org.seppiko.commons.utils.MathUtil
-
BigDecimal list max number
- maxInteger(List<BigInteger>) - Static method in class org.seppiko.commons.utils.MathUtil
-
BigInteger list max number
- md(String, Provider, byte[]) - Static method in class org.seppiko.commons.utils.crypto.CryptoUtil
-
Message Digest util
- MD2 - Enum constant in enum class org.seppiko.commons.utils.crypto.MessageDigestAlgorithms
-
The MD2 message digest algorithm defined in RFC 1319.
- MD5 - Enum constant in enum class org.seppiko.commons.utils.crypto.MessageDigestAlgorithms
-
The MD5 message digest algorithm defined in RFC 1321.
- mdHash(MessageDigestAlgorithms, Provider, byte[]) - Static method in class org.seppiko.commons.utils.crypto.HashUtil
-
Simplifies common
MessageDigesttasks. - mdHashString(MessageDigestAlgorithms, Provider, byte[]) - Static method in class org.seppiko.commons.utils.crypto.HashUtil
-
Simplifies common
MessageDigesttasks. - MediaType - Enum Class in org.seppiko.commons.utils.http
-
HTTP Media type
- MessageDigestAlgorithms - Enum Class in org.seppiko.commons.utils.crypto
-
Standard
MessageDigestalgorithm names from the Java Cryptography Architecture Standard Algorithm Name Documentation. - METHOD_NOT_ALLOWED - Enum constant in enum class org.seppiko.commons.utils.http.HttpStatus
-
405 Method Not Allowed. - minDecimal(List<BigDecimal>) - Static method in class org.seppiko.commons.utils.MathUtil
-
BigDecimal list min number
- minInteger(List<BigInteger>) - Static method in class org.seppiko.commons.utils.MathUtil
-
BigInteger list min number
- minor() - Method in class org.seppiko.commons.utils.VersionUtil
-
get minor version
- MOVED_PERMANENTLY - Enum constant in enum class org.seppiko.commons.utils.http.HttpStatus
-
301 Moved Permanently. - MULTI_STATUS - Enum constant in enum class org.seppiko.commons.utils.http.HttpStatus
-
207 Multi-Status. - MULTIPART_ENCRYPTED - Enum constant in enum class org.seppiko.commons.utils.http.MediaType
-
Public constant media type for
multipart/encrypted. - MULTIPART_FORM_DATA - Enum constant in enum class org.seppiko.commons.utils.http.MediaType
-
Public constant media type for
multipart/form-data. - MULTIPLE_CHOICES - Enum constant in enum class org.seppiko.commons.utils.http.HttpStatus
-
300 Multiple Choices.
N
- name() - Method in record class org.seppiko.commons.utils.http.HttpCookie
-
Returns the value of the
namerecord component. - NETWORK_AUTHENTICATION_REQUIRED - Enum constant in enum class org.seppiko.commons.utils.http.HttpStatus
-
511 Network Authentication Required. - NEW_LINE - Static variable in class org.seppiko.commons.utils.Environment
-
Get system line interval symbol.
- newHeaders() - Static method in class org.seppiko.commons.utils.http.HttpHeaders
-
Create http headers.
- newHeaders(Map<String, List<String>>) - Static method in class org.seppiko.commons.utils.http.HttpHeaders
-
Create http headers with Map.
- newInstance(Class<T>) - Static method in class org.seppiko.commons.utils.reflect.ReflectionUtil
-
get class instance without parameter.
- newInstance(Class<T>, Class<?>[], Object[]) - Static method in class org.seppiko.commons.utils.reflect.ReflectionUtil
-
get class instance with parameter.
- newInstance(Class<T>, ProxyHandler<T>) - Static method in class org.seppiko.commons.utils.reflect.ProxyFactory
-
call interface new instance from proxy.
- NMPUtil - Class in org.seppiko.commons.utils.crypto
-
Algorithm Name/Mode/Padding utility.
- NMPUtil(String) - Constructor for class org.seppiko.commons.utils.crypto.NMPUtil
-
Parser algorithm string.
- NMPUtil(String, String, String) - Constructor for class org.seppiko.commons.utils.crypto.NMPUtil
-
Initialization Name/Mode/Padding
- NO_CONTENT - Enum constant in enum class org.seppiko.commons.utils.http.HttpStatus
-
204 No Content. - NON_AUTHORITATIVE_INFORMATION - Enum constant in enum class org.seppiko.commons.utils.http.HttpStatus
-
203 Non-Authoritative Information. - nonNull(T[]) - Static method in class org.seppiko.commons.utils.ArrayUtil
-
Returns
trueif the provided reference is non-null, otherwise returnsfalse. - NONPROVIDER - Static variable in class org.seppiko.commons.utils.crypto.CryptoUtil
-
Non provider
- nonText(CharSequence) - Static method in class org.seppiko.commons.utils.StringUtil
-
Test CharSequence is not null and empty or has non-blank character
- NOT_ACCEPTABLE - Enum constant in enum class org.seppiko.commons.utils.http.HttpStatus
-
406 Not Acceptable. - NOT_EXTENDED - Enum constant in enum class org.seppiko.commons.utils.http.HttpStatus
-
510 Not Extended - NOT_FOUND - Enum constant in enum class org.seppiko.commons.utils.http.HttpStatus
-
404 Not Found. - NOT_IMPLEMENTED - Enum constant in enum class org.seppiko.commons.utils.http.HttpStatus
-
501 Not Implemented. - NOT_MODIFIED - Enum constant in enum class org.seppiko.commons.utils.http.HttpStatus
-
304 Not Modified. - now() - Static method in class org.seppiko.commons.utils.DatetimeUtil
-
Get UTC now epoch millisecond
- now(ZoneId) - Static method in class org.seppiko.commons.utils.DatetimeUtil
-
Get now epoch millisecond
- NULL - Static variable in class org.seppiko.commons.utils.CharUtil
-
NUL or
'\0' - NULL_SSL_CONTEXT - Static variable in class org.seppiko.commons.utils.http.TLSUtil
-
Disable
SSLContext - NUMBER_SIGN - Static variable in class org.seppiko.commons.utils.CharUtil
-
'#' - NumberUtil - Class in org.seppiko.commons.utils
-
Number Util
O
- ObjectUtil - Class in org.seppiko.commons.utils
-
Object Util
- OK - Enum constant in enum class org.seppiko.commons.utils.http.HttpStatus
-
200 OK. - optionalOf(T) - Static method in class org.seppiko.commons.utils.ObjectUtil
-
Get
Optionalwith ignore value nullable. - OPTIONS - Enum constant in enum class org.seppiko.commons.utils.http.HttpMethod
-
The OPTIONS method describes the communication options for the target resource.
- org.seppiko.commons.utils - package org.seppiko.commons.utils
-
Utils classes
- org.seppiko.commons.utils.codec - package org.seppiko.commons.utils.codec
-
Codec classes
- org.seppiko.commons.utils.concurrent - package org.seppiko.commons.utils.concurrent
-
Concurrent classes
- org.seppiko.commons.utils.crypto - package org.seppiko.commons.utils.crypto
-
Crypto classes
- org.seppiko.commons.utils.crypto.spec - package org.seppiko.commons.utils.crypto.spec
-
Crypto Specification classes
- org.seppiko.commons.utils.http - package org.seppiko.commons.utils.http
-
HttpClient classes
- org.seppiko.commons.utils.image - package org.seppiko.commons.utils.image
-
Image classes
- org.seppiko.commons.utils.jdbc - package org.seppiko.commons.utils.jdbc
-
Jdbc classes
- org.seppiko.commons.utils.reflect - package org.seppiko.commons.utils.reflect
-
Reflect classes
P
- ParameterSpacUtil - Class in org.seppiko.commons.utils.crypto.spec
-
Parameter Specification implement util
- parse(String, String) - Static method in class org.seppiko.commons.utils.DatetimeUtil
-
Datetime parser
- parse(String, Locale, String) - Static method in class org.seppiko.commons.utils.DatetimeUtil
-
Datetime parser
- parseEpochMilliSecond(long, ZoneId) - Static method in class org.seppiko.commons.utils.DatetimeUtil
-
Epoch millisecond parser
- parseEpochSecond(long, ZoneId) - Static method in class org.seppiko.commons.utils.DatetimeUtil
-
Epoch second parser
- parser(String) - Static method in class org.seppiko.commons.utils.VersionUtil
-
parser version string
- parserNumberType(Number) - Static method in class org.seppiko.commons.utils.reflect.TypeUtil
-
Parser number type.
- PARTIAL_CONTENT - Enum constant in enum class org.seppiko.commons.utils.http.HttpStatus
-
206 Partial Content. - patch() - Method in class org.seppiko.commons.utils.VersionUtil
-
get patch version
- PATCH - Enum constant in enum class org.seppiko.commons.utils.http.HttpMethod
-
The PATCH method applies partial modifications to a resource.
- PAYLOAD_TOO_LARGE - Enum constant in enum class org.seppiko.commons.utils.http.HttpStatus
-
413 Payload Too Large. - PAYMENT_REQUIRED - Enum constant in enum class org.seppiko.commons.utils.http.HttpStatus
-
402 Payment Required. - pbkdf2Hash(HmacAlgorithms, Provider, char[], byte[], int, int) - Static method in class org.seppiko.commons.utils.crypto.HashUtil
-
Simplifies common PBKDF2 tasks
- pbkdf2HashString(HmacAlgorithms, Provider, char[], byte[], int, int) - Static method in class org.seppiko.commons.utils.crypto.HashUtil
-
Simplifies common PBKDF2 tasks
- PERCENT_SIGN - Static variable in class org.seppiko.commons.utils.CharUtil
-
'%' - PERMANENT_REDIRECT - Enum constant in enum class org.seppiko.commons.utils.http.HttpStatus
-
308 Permanent Redirect. - PKCS11 - Enum constant in enum class org.seppiko.commons.utils.crypto.KeyStoreAlgorithms
-
A keystore backed by a PKCS #11 token.
- PKCS12 - Enum constant in enum class org.seppiko.commons.utils.crypto.KeyStoreAlgorithms
-
The transfer syntax for personal identity information as defined in PKCS #12 specified in RFC 7292
- PLUS - Static variable in class org.seppiko.commons.utils.CharUtil
-
'+' - populateList(Collection<? extends E>, Function<? super E, ? extends T>) - Static method in class org.seppiko.commons.utils.CollectionUtil
-
Populates a List using the supplied
Functions to transform the fields into values. - populateMap(Collection<? extends E>, Function<? super E, ? extends K>, Function<? super E, ? extends V>) - Static method in class org.seppiko.commons.utils.CollectionUtil
-
Populates a Map using the supplied
Functions to transform the elements into keys and values. - populateMap(Collection<? extends V>, Function<? super V, ? extends K>) - Static method in class org.seppiko.commons.utils.CollectionUtil
-
Populates a Map using the supplied
Functionto transform the elements into keys, using the unaltered element as the value in theMap. - populateMapWithoutFilter(Collection<? extends E>, Function<? super E, ? extends K>, Function<? super E, ? extends V>) - Static method in class org.seppiko.commons.utils.CollectionUtil
-
Populates a Map using the supplied
Functions to transform the elements into keys and values. - populateMapWithoutFilter(Collection<? extends V>, Function<? super V, ? extends K>) - Static method in class org.seppiko.commons.utils.CollectionUtil
-
Populates a Map using the supplied
Functions to transform the elements into keys and values. - populateSet(Collection<? extends E>, Function<? super E, ? extends T>) - Static method in class org.seppiko.commons.utils.CollectionUtil
-
Populates a Set using the supplied
Functions to transform the fields into values. - POST - Enum constant in enum class org.seppiko.commons.utils.http.HttpMethod
-
The POST method submits an entity to the specified resource, often causing a change in state or side effects on the server.
- pow(double, int) - Static method in class org.seppiko.commons.utils.MathUtil
-
Returns the value of the first argument raised to the power of the second argument.
- pow(int, int) - Static method in class org.seppiko.commons.utils.MathUtil
-
Returns the value of the first argument raised to the power of the second argument.
- pow(long, int) - Static method in class org.seppiko.commons.utils.MathUtil
-
Returns the value of the first argument raised to the power of the second argument.
- pow(BigDecimal, int) - Static method in class org.seppiko.commons.utils.MathUtil
-
Returns the value of the first argument raised to the power of the second argument.
- pow(BigInteger, int) - Static method in class org.seppiko.commons.utils.MathUtil
-
Returns the value of the first argument raised to the power of the second argument.
- PRECONDITION_FAILED - Enum constant in enum class org.seppiko.commons.utils.http.HttpStatus
-
412 Precondition failed. - PRECONDITION_REQUIRED - Enum constant in enum class org.seppiko.commons.utils.http.HttpStatus
-
428 Precondition Required. - previousResponse() - Method in class org.seppiko.commons.utils.http.HttpResponseImpl
-
Returns an
Optionalcontaining the previous intermediate response if one was received. - PROCESSING - Enum constant in enum class org.seppiko.commons.utils.http.HttpStatus
-
102 Processing. - PROXY_AUTHENTICATION_REQUIRED - Enum constant in enum class org.seppiko.commons.utils.http.HttpStatus
-
407 Proxy Authentication Required. - ProxyFactory - Class in org.seppiko.commons.utils.reflect
-
Proxy factory.
- ProxyHandler<T> - Interface in org.seppiko.commons.utils.reflect
-
interface proxy implement class interface.
- PUNCTUATION - Static variable in class org.seppiko.commons.utils.CharUtil
-
All punctuation char array
- PUT - Enum constant in enum class org.seppiko.commons.utils.http.HttpMethod
-
The PUT method replaces all current representations of the target resource with the request payload.
Q
- qualifier() - Method in class org.seppiko.commons.utils.VersionUtil
-
get version qualifier
- query(String) - Method in class org.seppiko.commons.utils.jdbc.SQLExecutor
-
Query Execute
SELECTstatement - query(String, Object...) - Method in class org.seppiko.commons.utils.jdbc.SQLExecutor
-
Query Execute
SELECTstatement - QUESTION_MARK - Static variable in class org.seppiko.commons.utils.CharUtil
-
'?' - QUOTATION_MARK - Static variable in class org.seppiko.commons.utils.CharUtil
-
'"'
R
- readerTo(BufferedReader, boolean, boolean) - Static method in class org.seppiko.commons.utils.StreamUtil
-
Convert reader to String and close
- readerTo(BufferedReader, boolean, String) - Static method in class org.seppiko.commons.utils.StreamUtil
-
Convert reader to string
- readerToString(BufferedReader) - Static method in class org.seppiko.commons.utils.StreamUtil
-
Convert reader all to String
- REDIRECTION - Enum constant in enum class org.seppiko.commons.utils.http.HttpStatus.Series
-
HTTP Status Code 3xx
- ReflectionUtil - Class in org.seppiko.commons.utils.reflect
-
Reflection Util.
- RegexUtil - Class in org.seppiko.commons.utils
-
Regular expression util
- replaceBetween(CharSequence, int, int, CharSequence) - Static method in class org.seppiko.commons.utils.StringUtil
-
Replace CharSequence between start and end
- request() - Method in class org.seppiko.commons.utils.http.HttpResponseImpl
-
Returns the HttpRequest corresponding to this response.
- REQUEST_HEADER_FIELDS_TOO_LARGE - Enum constant in enum class org.seppiko.commons.utils.http.HttpStatus
-
431 Request Header Fields Too Large. - REQUEST_TIMEOUT - Enum constant in enum class org.seppiko.commons.utils.http.HttpStatus
-
408 Request Timeout. - REQUESTED_RANGE_NOT_SATISFIABLE - Enum constant in enum class org.seppiko.commons.utils.http.HttpStatus
-
416 Requested Range Not Satisfiable. - requireNonBlankElse(CharSequence, CharSequence) - Static method in class org.seppiko.commons.utils.StringUtil
-
Require a CharSequence with default value.
- requireWithElse(T, T) - Static method in class org.seppiko.commons.utils.ObjectUtil
-
Get value not null or else.
- reset() - Method in class org.seppiko.commons.utils.crypto.CRC16MAXIM
-
Resets CRC16 to initial value.
- reset() - Method in class org.seppiko.commons.utils.crypto.CRC24
-
Resets the checksum to its initial value.
- reset() - Method in class org.seppiko.commons.utils.crypto.CRC64ECMA182
-
Resets CRC64 to initial value.
- RESET_CONTENT - Enum constant in enum class org.seppiko.commons.utils.http.HttpStatus
-
205 Reset Content. - resolve(int) - Static method in enum class org.seppiko.commons.utils.http.HttpStatus
-
Resolve the given status code to an
HttpStatus, if possible. - resolve(int) - Static method in enum class org.seppiko.commons.utils.http.HttpStatus.Series
-
Resolve the given status code to an
HttpStatus.Series, if possible. - resolve(String) - Static method in enum class org.seppiko.commons.utils.http.HttpMethod
-
Return an
HttpMethodobject for the given value. - ResultSetUtil - Class in org.seppiko.commons.utils.jdbc
-
JDBC ResultSet Util.
- RetryableTask - Class in org.seppiko.commons.utils.concurrent
-
Retry task
- RetryCallable<V> - Interface in org.seppiko.commons.utils.concurrent
-
A task that returns a result.
- REVERSE_SOLIDUS - Static variable in class org.seppiko.commons.utils.CharUtil
-
'\' - RFC_3339_OFFSET_DATE_TIME - Static variable in class org.seppiko.commons.utils.DatetimeUtil
-
The RFC 3339 time formatter that formats or parses a time with an offset, such as '2021-09-24T23:55:00.1234Z+09:00'.
- RFC4648 - Static variable in class org.seppiko.commons.utils.codec.Base16
-
The most widely used Base16 alphabet is defined in RFC 4648.
- RFC4648 - Static variable in class org.seppiko.commons.utils.codec.Base32
-
The most widely used Base32 alphabet is defined in RFC 4648.
- RFC4648_HEX - Static variable in class org.seppiko.commons.utils.codec.Base32
-
The most widely used Base32 alphabet is defined in RFC 4648.
- RFC4648_UPPER - Static variable in class org.seppiko.commons.utils.codec.Base16
-
The most widely used Base16 alphabet is defined in RFC 4648 with uppercase.
- RIGHT_CURLY_BRACKET - Static variable in class org.seppiko.commons.utils.CharUtil
-
'\\u007D' - RIGHT_PARENTHESIS - Static variable in class org.seppiko.commons.utils.CharUtil
-
')' - RIGHT_SQUARE_BRACKET - Static variable in class org.seppiko.commons.utils.CharUtil
-
']'
S
- secretKeyFactory(String, Provider) - Static method in class org.seppiko.commons.utils.crypto.KeyUtil
-
Returns a SecretKeyFactory object that converts secret keys of the specified algorithm.
- secretKeyFactory(String, Provider, KeySpec) - Static method in class org.seppiko.commons.utils.crypto.KeyUtil
-
Returns a SecretKeyFactory object that converts secret keys of the specified algorithm.
- secureRandom() - Static method in class org.seppiko.commons.utils.crypto.GeneratorUtil
-
Returns a SecureRandom object that implements the specified Random Number Generator (RNG) algorithm.
- secureRandom(String) - Static method in class org.seppiko.commons.utils.crypto.GeneratorUtil
-
Returns a SecureRandom object that implements the specified Random Number Generator (RNG) algorithm.
- secureRandom(String, Provider) - Static method in class org.seppiko.commons.utils.crypto.GeneratorUtil
-
Returns a SecureRandom object that implements the specified Random Number Generator (RNG) algorithm.
- secureRandom(String, Provider, SecureRandomParameters) - Static method in class org.seppiko.commons.utils.crypto.GeneratorUtil
-
Returns a SecureRandom object that implements the specified Random Number Generator (RNG) algorithm.
- secureRandom(String, Provider, SecureRandomParameters, int) - Static method in class org.seppiko.commons.utils.crypto.GeneratorUtil
-
Get secure random bytes
- SEE_OTHER - Enum constant in enum class org.seppiko.commons.utils.http.HttpStatus
-
303 See Other. - SEMICOLON - Static variable in class org.seppiko.commons.utils.CharUtil
-
';' - seppiko.commons.utils - module seppiko.commons.utils
-
Seppiko Commons Utils module
- SerializationUtil - Class in org.seppiko.commons.utils
-
Serialization Utility
- serialize(T) - Static method in class org.seppiko.commons.utils.SerializationUtil
-
Serialization object.
- series() - Method in enum class org.seppiko.commons.utils.http.HttpStatus
-
Return the HTTP status series of this status code.
- SERVER_ERROR - Enum constant in enum class org.seppiko.commons.utils.http.HttpStatus.Series
-
HTTP Status Code 5xx
- SERVICE_UNAVAILABLE - Enum constant in enum class org.seppiko.commons.utils.http.HttpStatus
-
503 Service Unavailable. - setEncoding(Charset) - Method in class org.seppiko.commons.utils.codec.Base64x
-
Set Base64X encoding, default is
ISO-8859-1. - setField(Field, T, V) - Static method in class org.seppiko.commons.utils.reflect.ReflectionUtil
-
set field value.
- setHeaders(String, String...) - Method in class org.seppiko.commons.utils.http.HttpHeaders
-
Set header.
- setHeaders(String, List<String>) - Method in class org.seppiko.commons.utils.http.HttpHeaders
-
Set header.
- setKey(Key) - Method in class org.seppiko.commons.utils.crypto.SymmetricUtil
-
set key
- setKeyPair(PublicKey, PrivateKey) - Method in class org.seppiko.commons.utils.crypto.AsymmetricUtil
-
Set key-pair
- setNewline(char[], int) - Method in class org.seppiko.commons.utils.codec.Base64x
-
Set newline chars and line break length.
- setPadding(char) - Method in class org.seppiko.commons.utils.codec.Base64x
-
Returns a Base64X instance, enable padding and adding a padding character at the end of the encoded byte data.
- setParameterSpec(AlgorithmParameterSpec) - Method in class org.seppiko.commons.utils.crypto.AsymmetricUtil
- setParameterSpec(AlgorithmParameterSpec) - Method in interface org.seppiko.commons.utils.crypto.Cryptography
- setParameterSpec(AlgorithmParameterSpec) - Method in class org.seppiko.commons.utils.crypto.SymmetricUtil
- setProvider(String) - Method in interface org.seppiko.commons.utils.crypto.Cryptography
-
Set provider.
- setProvider(Provider) - Method in class org.seppiko.commons.utils.crypto.AsymmetricUtil
-
Set provider.
- setProvider(Provider) - Method in interface org.seppiko.commons.utils.crypto.Cryptography
-
Set provider.
- setProvider(Provider) - Method in class org.seppiko.commons.utils.crypto.SymmetricUtil
-
Set provider.
- setRecordAllFields(Class<T>, Class<?>[], Object...) - Static method in class org.seppiko.commons.utils.reflect.ReflectionUtil
-
set record class all field.
- SHA_1 - Enum constant in enum class org.seppiko.commons.utils.crypto.MessageDigestAlgorithms
-
The SHA-1 hash algorithm defined in the FIPS PUB 180-2.
- SHA_224 - Enum constant in enum class org.seppiko.commons.utils.crypto.MessageDigestAlgorithms
-
The SHA-224 hash algorithm defined in the FIPS PUB 180-3.
- SHA_256 - Enum constant in enum class org.seppiko.commons.utils.crypto.MessageDigestAlgorithms
-
The SHA-256 hash algorithm defined in the FIPS PUB 180-2.
- SHA_384 - Enum constant in enum class org.seppiko.commons.utils.crypto.MessageDigestAlgorithms
-
The SHA-384 hash algorithm defined in the FIPS PUB 180-2.
- SHA_512 - Enum constant in enum class org.seppiko.commons.utils.crypto.MessageDigestAlgorithms
-
The SHA-512 hash algorithm defined in the FIPS PUB 180-2.
- SHA_512_224 - Enum constant in enum class org.seppiko.commons.utils.crypto.MessageDigestAlgorithms
-
The SHA-512 hash algorithm defined in the FIPS PUB 180-4.
- SHA_512_256 - Enum constant in enum class org.seppiko.commons.utils.crypto.MessageDigestAlgorithms
-
The SHA-512 hash algorithm defined in the FIPS PUB 180-4.
- SHA3_224 - Enum constant in enum class org.seppiko.commons.utils.crypto.MessageDigestAlgorithms
-
The SHA3-224 hash algorithm defined in the FIPS PUB 202.
- SHA3_256 - Enum constant in enum class org.seppiko.commons.utils.crypto.MessageDigestAlgorithms
-
The SHA3-256 hash algorithm defined in the FIPS PUB 202.
- SHA3_384 - Enum constant in enum class org.seppiko.commons.utils.crypto.MessageDigestAlgorithms
-
The SHA3-384 hash algorithm defined in the FIPS PUB 202.
- SHA3_512 - Enum constant in enum class org.seppiko.commons.utils.crypto.MessageDigestAlgorithms
-
The SHA3-512 hash algorithm defined in the FIPS PUB 202.
- shortToBytes(short) - Static method in class org.seppiko.commons.utils.BytesUtil
-
Convert short to byte array
- sign(String, PrivateKey, byte[]) - Static method in class org.seppiko.commons.utils.crypto.SignatureUtil
-
Data Signature.
- sign(String, Provider, PrivateKey, byte[]) - Static method in class org.seppiko.commons.utils.crypto.SignatureUtil
-
Data Signature.
- signature(String, Provider) - Static method in class org.seppiko.commons.utils.crypto.SignatureUtil
-
Returns a Signature instance that implements the specified signature algorithm.
- SignatureUtil - Class in org.seppiko.commons.utils.crypto
-
Signature Util
- SJIS - Static variable in class org.seppiko.commons.utils.ExtendedCharsets
-
Shift_JIS (SJIS) is encoding Japanese.
- sneakyThrow(Throwable) - Static method in class org.seppiko.commons.utils.Assert
-
Throw exception with RuntimeException.
- SOLIDUS - Static variable in class org.seppiko.commons.utils.CharUtil
-
'/' - SPACE - Static variable in class org.seppiko.commons.utils.CharUtil
-
' ' - split(String, CharSequence) - Static method in class org.seppiko.commons.utils.RegexUtil
- splitToMap(String, String, String) - Static method in class org.seppiko.commons.utils.StringUtil
-
Split key value pair string to the map.
- SQLExecutor - Class in org.seppiko.commons.utils.jdbc
-
SQL executor
- SQLExecutor(Connection) - Constructor for class org.seppiko.commons.utils.jdbc.SQLExecutor
-
Initialize SQL executor
- SqlTypeUtil - Class in org.seppiko.commons.utils.jdbc
-
Sql Type Util
- sslSession() - Method in class org.seppiko.commons.utils.http.HttpResponseImpl
-
Returns an
Optionalcontaining theSSLSessionin effect for this response. - statusCode() - Method in class org.seppiko.commons.utils.http.HttpResponseImpl
-
Returns the status code for this response.
- StreamUtil - Class in org.seppiko.commons.utils
-
File and Stream Util
- StringUtil - Class in org.seppiko.commons.utils
-
String Util
- SUCCESSFUL - Enum constant in enum class org.seppiko.commons.utils.http.HttpStatus.Series
-
HTTP Status Code 2xx
- swap(List<T>, int, int) - Static method in class org.seppiko.commons.utils.CollectionUtil
-
Swap T list index a and b.
- swap(T[], int, int) - Static method in class org.seppiko.commons.utils.ArrayUtil
-
Swap T array index a and b.
- SWITCHING_PROTOCOLS - Enum constant in enum class org.seppiko.commons.utils.http.HttpStatus
-
101 Switching Protocols. - SymmetricUtil - Class in org.seppiko.commons.utils.crypto
-
Symmetric-key cryptography util
- SymmetricUtil(String) - Constructor for class org.seppiko.commons.utils.crypto.SymmetricUtil
-
Symmetric-key algorithm
- SYSTEM_ZONE - Static variable in class org.seppiko.commons.utils.DatetimeUtil
-
System timezone clock
T
- TEMPORARY_REDIRECT - Enum constant in enum class org.seppiko.commons.utils.http.HttpStatus
-
307 Temporary Redirect. - TEXT_ASCIIDOC - Enum constant in enum class org.seppiko.commons.utils.http.MediaType
-
Public constant media type for
text/asciidoc. - TEXT_CSS - Enum constant in enum class org.seppiko.commons.utils.http.MediaType
-
Public constant media type for
text/css. - TEXT_CSV - Enum constant in enum class org.seppiko.commons.utils.http.MediaType
-
Public constant media type for
text/csv. - TEXT_EVENT_STREAM - Enum constant in enum class org.seppiko.commons.utils.http.MediaType
-
Public constant media type for
text/event-stream. - TEXT_HTML - Enum constant in enum class org.seppiko.commons.utils.http.MediaType
-
Public constant media type for
text/html. - TEXT_JAVASCRIPT - Enum constant in enum class org.seppiko.commons.utils.http.MediaType
-
Public constant media type for
text/javascript. - TEXT_MARKDOWN - Enum constant in enum class org.seppiko.commons.utils.http.MediaType
-
Public constant media type for
text/markdown. - TEXT_PLAIN - Enum constant in enum class org.seppiko.commons.utils.http.MediaType
-
Public constant media type for
text/plain. - TEXT_XML - Enum constant in enum class org.seppiko.commons.utils.http.MediaType
-
Public constant media type for
text/xml. - TILDE - Static variable in class org.seppiko.commons.utils.CharUtil
-
'~' - TLS - Enum constant in enum class org.seppiko.commons.utils.http.TLSProtocol
-
Supports some version of TLS; may support other SSL/TLS versions.
- TLSProtocol - Enum Class in org.seppiko.commons.utils.http
-
TLS protocol standard name for the requested protocol.
- TLSUtil - Class in org.seppiko.commons.utils.http
-
HTTP TLS (SSLContext) util
- TLSv11 - Enum constant in enum class org.seppiko.commons.utils.http.TLSProtocol
-
Supports RFC 4346: TLS version 1.1; may support other SSL/TLS versions.
- TLSv12 - Enum constant in enum class org.seppiko.commons.utils.http.TLSProtocol
-
Supports RFC 5246: TLS version 1.2; may support other SSL/TLS versions.
- TLSv13 - Enum constant in enum class org.seppiko.commons.utils.http.TLSProtocol
-
Supports RFC 8446: TLS version 1.3; may support other SSL/TLS versions.
- toArray(List<T>) - Static method in class org.seppiko.commons.utils.CollectionUtil
-
Convert List to Array.
- toArray(Set<T>) - Static method in class org.seppiko.commons.utils.CollectionUtil
-
Convert Set to Array.
- toCalendar(LocalDateTime, ZoneId) - Static method in class org.seppiko.commons.utils.DatetimeUtil
-
Convert to
Calendar - toDate(LocalDateTime, ZoneId) - Static method in class org.seppiko.commons.utils.DatetimeUtil
-
Convert to
Date - today() - Static method in class org.seppiko.commons.utils.DatetimeUtil
-
Get today
- today(ZoneId) - Static method in class org.seppiko.commons.utils.DatetimeUtil
-
Get today with zone
- toEpochMilliSecond(TemporalAccessor) - Static method in class org.seppiko.commons.utils.DatetimeUtil
-
Datetime to epoch millisecond
- toEpochSecond(TemporalAccessor) - Static method in class org.seppiko.commons.utils.DatetimeUtil
-
Datetime to epoch second
- toFirstUpperCase(String) - Static method in class org.seppiko.commons.utils.StringUtil
-
Capitalize the first letter
- toFullWidth(CharSequence) - Static method in class org.seppiko.commons.utils.StringUtil
-
Convert half-width string (
'\u0021'through'\u007E') to full-width string ('\uFF01'through'\uFF5E') - toHalfWidth(CharSequence) - Static method in class org.seppiko.commons.utils.StringUtil
-
Convert full-width string (
'\uFF01'through'\uFF5E') to half-width string ('\u0021'through'\u007E') - toHalfWidthWithoutNumeric(CharSequence) - Static method in class org.seppiko.commons.utils.NumberUtil
-
To half-width without numeric
- TOO_EARLY - Enum constant in enum class org.seppiko.commons.utils.http.HttpStatus
-
425 Too Early. - TOO_MANY_REQUESTS - Enum constant in enum class org.seppiko.commons.utils.http.HttpStatus
-
429 Too Many Requests. - toSqlTimestamp(Date) - Static method in class org.seppiko.commons.utils.jdbc.SqlTypeUtil
- toString() - Method in class org.seppiko.commons.utils.crypto.NMPUtil
-
Re-splicing algorithm name
- toString() - Method in record class org.seppiko.commons.utils.http.HttpCookie
-
get cookie pair string
- toString() - Method in class org.seppiko.commons.utils.http.HttpHeaders
-
Return http header.
- toString() - Method in enum class org.seppiko.commons.utils.http.HttpStatus
-
Return a string representation of this status code.
- toString() - Method in enum class org.seppiko.commons.utils.http.MediaType
-
get Media Type value
- toString() - Method in record class org.seppiko.commons.utils.reflect.TypeAndValue
- toString() - Method in class org.seppiko.commons.utils.VersionUtil
-
Version string
- toString(Collection<E>, Function<? super E, String>, CharSequence) - Static method in class org.seppiko.commons.utils.CollectionUtil
-
Returns a Collector that concatenates the input elements, separated by the specified delimiter, with the specified prefix and suffix, in encounter order.
- toString(Collection<E>, Function<? super E, String>, CharSequence, CharSequence, CharSequence) - Static method in class org.seppiko.commons.utils.CollectionUtil
-
Returns a Collector that concatenates the input elements, separated by the specified delimiter, with the specified prefix and suffix, in encounter order.
- toString(Map<K, V>, Function<? super K, String>, Function<V, Object>, CharSequence, CharSequence) - Static method in class org.seppiko.commons.utils.CollectionUtil
-
Returns a Map that concatenates the input KVs(key/values), separated by the specified follower and delimiter, with the specified prefix and suffix, in encounter order.
- toString(Map<K, V>, Function<? super K, String>, Function<V, Object>, CharSequence, CharSequence, CharSequence, CharSequence) - Static method in class org.seppiko.commons.utils.CollectionUtil
-
Returns a Map that concatenates the input Key/Values, separated by the specified follower and delimiter, with the specified prefix and suffix, in encounter order.
- toUnsignedIntArray(byte[]) - Static method in class org.seppiko.commons.utils.NumberUtil
-
byte array to unsigned int array
- toUnsignedLongArray(int[]) - Static method in class org.seppiko.commons.utils.NumberUtil
-
int array to unsigned long array
- toUnsignedShortArray(short[]) - Static method in class org.seppiko.commons.utils.NumberUtil
-
short array to unsigned int array
- toUri() - Method in class org.seppiko.commons.utils.http.UriBuilder
- toURI() - Method in class org.seppiko.commons.utils.http.UriBuilder
- TRACE - Enum constant in enum class org.seppiko.commons.utils.http.HttpMethod
-
The TRACE method performs a message loop-back test along the path to the target resource.
- transcoding(CharSequence, Charset, Charset) - Static method in class org.seppiko.commons.utils.StringUtil
-
Convert string data from old encoding to new encoding
- type() - Method in record class org.seppiko.commons.utils.reflect.TypeAndValue
-
Returns the value of the
typerecord component. - TypeAndValue<T> - Record Class in org.seppiko.commons.utils.reflect
-
Package for value and type
- TypeAndValue(Class<T>, T) - Constructor for record class org.seppiko.commons.utils.reflect.TypeAndValue
-
Creates an instance of a
TypeAndValuerecord class. - TypeUtil - Class in org.seppiko.commons.utils.reflect
-
Type util
U
- UNAUTHORIZED - Enum constant in enum class org.seppiko.commons.utils.http.HttpStatus
-
401 Unauthorized. - UNAVAILABLE_FOR_LEGAL_REASONS - Enum constant in enum class org.seppiko.commons.utils.http.HttpStatus
-
451 Unavailable For Legal Reasons. - unicodeDecode(String) - Static method in class org.seppiko.commons.utils.StringUtil
-
Unicode decoding.
- unicodeEncode(String) - Static method in class org.seppiko.commons.utils.StringUtil
-
Unicode encoding
- UNKNOWN - Enum constant in enum class org.seppiko.commons.utils.http.HttpStatus.Series
-
Unknown HTTP Status Code
- UNKNOWN - Enum constant in enum class org.seppiko.commons.utils.http.HttpStatus
-
UNKNOWN status code
- UNPROCESSABLE_ENTITY - Enum constant in enum class org.seppiko.commons.utils.http.HttpStatus
-
422 Unprocessable Entity. - UNSUPPORTED_MEDIA_TYPE - Enum constant in enum class org.seppiko.commons.utils.http.HttpStatus
-
415 Unsupported Media Type. - update(byte[], int, int) - Method in class org.seppiko.commons.utils.crypto.CRC16MAXIM
-
Updates the CRC-16 checksum with the specified array of bytes.
- update(byte[], int, int) - Method in class org.seppiko.commons.utils.crypto.CRC24
-
Updates the current checksum with the specified array of bytes.
- update(byte[], int, int) - Method in class org.seppiko.commons.utils.crypto.CRC64ECMA182
-
Updates the CRC64 checksum with the specified array of bytes.
- update(int) - Method in class org.seppiko.commons.utils.crypto.CRC16MAXIM
-
Updates the CRC-16 checksum with the specified byte.
- update(int) - Method in class org.seppiko.commons.utils.crypto.CRC24
-
Updates the current checksum with the specified byte.
- update(int) - Method in class org.seppiko.commons.utils.crypto.CRC64ECMA182
-
Updates the CRC64 checksum with the specified byte.
- UPGRADE_REQUIRED - Enum constant in enum class org.seppiko.commons.utils.http.HttpStatus
-
426 Upgrade Required. - UPPERCASE - Static variable in class org.seppiko.commons.utils.CharUtil
-
All uppercase letters char array
- UPPERCASE_A - Static variable in class org.seppiko.commons.utils.CharUtil
-
ISO-LATIN-1(ASCII) uppercase first letter
'A' - UPPERCASE_Z - Static variable in class org.seppiko.commons.utils.CharUtil
-
ISO-LATIN-1(ASCII) uppercase last letter
'Z' - uri() - Method in class org.seppiko.commons.utils.http.HttpResponseImpl
-
Returns the
URIthat the response was received from. - URI_TOO_LONG - Enum constant in enum class org.seppiko.commons.utils.http.HttpStatus
-
414 URI Too Long. - UriBuilder - Class in org.seppiko.commons.utils.http
-
URI builder
- URIUtil - Class in org.seppiko.commons.utils.http
-
URI Util
- URLCodecUtil - Class in org.seppiko.commons.utils.http
-
URL Encoding and Decoding util
- UTC_ZONE - Static variable in class org.seppiko.commons.utils.DatetimeUtil
-
UTC clock
V
- value() - Method in record class org.seppiko.commons.utils.http.HttpCookie
-
Returns the value of the
valuerecord component. - value() - Method in enum class org.seppiko.commons.utils.http.HttpStatus.Series
-
Return the integer value of this status series.
- value() - Method in record class org.seppiko.commons.utils.reflect.TypeAndValue
-
Returns the value of the
valuerecord component. - valueOf(int) - Static method in enum class org.seppiko.commons.utils.http.HttpStatus.Series
-
Return the
HttpStatus.Seriesenum constant for the supplied status code. - valueOf(int) - Static method in enum class org.seppiko.commons.utils.http.HttpStatus
-
Return the
HttpStatusenum constant with the specified numeric value. - valueOf(String) - Static method in enum class org.seppiko.commons.utils.crypto.HmacAlgorithms
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.seppiko.commons.utils.crypto.KeyStoreAlgorithms
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.seppiko.commons.utils.crypto.MessageDigestAlgorithms
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.seppiko.commons.utils.http.HttpMethod
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.seppiko.commons.utils.http.HttpStatus.Series
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.seppiko.commons.utils.http.HttpStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.seppiko.commons.utils.http.MediaType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.seppiko.commons.utils.http.TLSProtocol
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.seppiko.commons.utils.crypto.HmacAlgorithms
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.seppiko.commons.utils.crypto.KeyStoreAlgorithms
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.seppiko.commons.utils.crypto.MessageDigestAlgorithms
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.seppiko.commons.utils.http.HttpMethod
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.seppiko.commons.utils.http.HttpStatus.Series
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.seppiko.commons.utils.http.HttpStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.seppiko.commons.utils.http.MediaType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.seppiko.commons.utils.http.TLSProtocol
-
Returns an array containing the constants of this enum class, in the order they are declared.
- VARIANT_ALSO_NEGOTIATES - Enum constant in enum class org.seppiko.commons.utils.http.HttpStatus
-
506 Variant Also Negotiates - verify(String, Provider, PublicKey, byte[], byte[]) - Static method in class org.seppiko.commons.utils.crypto.SignatureUtil
-
Data Verification.
- verify(String, PublicKey, byte[], byte[]) - Static method in class org.seppiko.commons.utils.crypto.SignatureUtil
-
Data Verification.
- version() - Method in class org.seppiko.commons.utils.http.HttpResponseImpl
-
Returns the HTTP protocol version that was used for this response.
- versionString() - Method in class org.seppiko.commons.utils.VersionUtil
-
get version string
- VersionUtil - Class in org.seppiko.commons.utils
-
Version number parser util
- VERTICAL_LINE - Static variable in class org.seppiko.commons.utils.CharUtil
-
'|' - VERTICAL_TABULATION - Static variable in class org.seppiko.commons.utils.CharUtil
-
VT or
'\v' - VIDEO_AV1 - Enum constant in enum class org.seppiko.commons.utils.http.MediaType
-
Public constant media type for
video/av1. - VIDEO_MP4 - Enum constant in enum class org.seppiko.commons.utils.http.MediaType
-
Public constant media type for
video/mp4. - VIDEO_OGG - Enum constant in enum class org.seppiko.commons.utils.http.MediaType
-
Public constant media type for
video/ogg. - VIDEO_WEBM - Enum constant in enum class org.seppiko.commons.utils.http.MediaType
-
Public constant media type for
video/webm.
W
- withFragment(String) - Method in class org.seppiko.commons.utils.http.UriBuilder
- withHostname(String) - Method in class org.seppiko.commons.utils.http.UriBuilder
- withoutPadding() - Method in class org.seppiko.commons.utils.codec.Base64x
-
Returns a Base64X instance, but without adding any padding character at the end of the encoded byte data.
- withPort(int) - Method in class org.seppiko.commons.utils.http.UriBuilder
- withScheme(String) - Method in class org.seppiko.commons.utils.http.UriBuilder
- withUserInfo(String, String) - Method in class org.seppiko.commons.utils.http.UriBuilder
- wrapper(Class<?>) - Static method in class org.seppiko.commons.utils.reflect.TypeUtil
-
get type boxing class
- writeFile(byte[], File) - Static method in class org.seppiko.commons.utils.StreamUtil
-
Write byte array to file If not exist create it
- writeFile(byte[], File, boolean) - Static method in class org.seppiko.commons.utils.StreamUtil
-
Write byte array to file If not exist create it
- writeImage(BufferedImage, String) - Static method in class org.seppiko.commons.utils.image.ImageUtil
-
Write image to byte array.
Z
- ZBASE32 - Static variable in class org.seppiko.commons.utils.codec.Base32
-
z-base-32 is a Base32 encoding designed by Zooko Wilcox-O'Hearn to be easier for human use and more compact.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form