Skip navigation links
A B C D E F G H I K L M N O P R S T U V W 

A

account(int, int) - Method in class org.xipki.util.BenchmarkExecutor
 
add(T) - Method in class org.xipki.util.concurrent.ConcurrentBag
Add a new object to the bag for others to borrow.
add(T) - Method in class org.xipki.util.concurrent.FastList
Add an element to the tail of the FastList.
add(int, T) - Method in class org.xipki.util.concurrent.FastList
 
add(ReqRespDebug.ReqRespPair) - Method in class org.xipki.util.ReqRespDebug
 
addAll(Collection<? extends T>) - Method in class org.xipki.util.concurrent.FastList
 
addAll(int, Collection<? extends T>) - Method in class org.xipki.util.concurrent.FastList
 
addBagItem(int) - Method in interface org.xipki.util.concurrent.ConcurrentBag.IBagStateListener
 
addBagItem(int) - Method in class org.xipki.util.concurrent.ConcurrentBag.NopBagStateListener
 
addChildCheck(HealthCheckResult) - Method in class org.xipki.util.HealthCheckResult
 
addNumProcessed(long) - Method in class org.xipki.util.ProcessLog
 
areEqual(byte[], int, byte[], int, int) - Static method in class org.xipki.util.CompareUtil
 
Args - Class in org.xipki.util
TODO.
asMap() - Method in class org.xipki.util.ConfPairs
 
ATTR_XIPKI_PATH - Static variable in class org.xipki.util.HttpConstants
 
await() - Method in class org.xipki.util.concurrent.CountLatch
 
await(long, TimeUnit) - Method in class org.xipki.util.concurrent.CountLatch
 

B

Base64 - Class in org.xipki.util
A very fast and memory efficient class to encode and decode to and from BASE64 in full accordance with RFC 2045.
Base64() - Constructor for class org.xipki.util.Base64
 
base64Encode(byte[], boolean) - Static method in class org.xipki.util.IoUtil
 
BenchmarkExecutor - Class in org.xipki.util
TODO.
BenchmarkExecutor(String) - Constructor for class org.xipki.util.BenchmarkExecutor
 
borrow(long, TimeUnit) - Method in class org.xipki.util.concurrent.ConcurrentBag
The method will borrow a BagEntry from the bag, blocking for the specified timeout if none are available.
build() - Method in class org.xipki.util.http.SSLContextBuilder
 
buildHostnameVerifier() - Method in class org.xipki.util.http.SslContextConf
 

C

clear() - Method in class org.xipki.util.concurrent.FastList
Clear the FastList.
CLOCK - Static variable in interface org.xipki.util.concurrent.ClockSource
 
ClockSource - Interface in org.xipki.util.concurrent
A resolution-independent provider of current time-stamps and elapsed time calculations.
ClockSource.Factory - Class in org.xipki.util.concurrent
Factory class used to create a platform-specific ClockSource.
ClockSource.MillisecondClockSource - Class in org.xipki.util.concurrent
 
ClockSource.NanosecondClockSource - Class in org.xipki.util.concurrent
 
clone() - Method in class org.xipki.util.concurrent.FastList
 
close() - Method in class org.xipki.util.BenchmarkExecutor
 
close() - Method in class org.xipki.util.concurrent.ConcurrentBag
Close the bag to further adds.
closeQuietly(Closeable) - Static method in class org.xipki.util.IoUtil
 
collectionAsString(Collection<String>, String) - Static method in class org.xipki.util.StringUtil
 
CollectionUtil - Class in org.xipki.util
TODO.
compareAndSet(int, int) - Method in interface org.xipki.util.concurrent.ConcurrentBag.IConcurrentBagEntry
 
compareAndSet(int, int) - Method in class org.xipki.util.concurrent.ConcurrentBagEntry
 
CompareUtil - Class in org.xipki.util
TODO.
concat(String, String...) - Static method in class org.xipki.util.StringUtil
 
concatObjects(Object, Object...) - Static method in class org.xipki.util.StringUtil
 
concatObjectsCap(int, Object, Object...) - Static method in class org.xipki.util.StringUtil
 
ConcurrentBag<T extends ConcurrentBag.IConcurrentBagEntry> - Class in org.xipki.util.concurrent
This is a specialized concurrent bag that achieves superior performance to LinkedBlockingQueue and LinkedTransferQueue for the purposes of a connection pool.
ConcurrentBag() - Constructor for class org.xipki.util.concurrent.ConcurrentBag
Construct a ConcurrentBag with the NOP listener.
ConcurrentBag(ConcurrentBag.IBagStateListener) - Constructor for class org.xipki.util.concurrent.ConcurrentBag
Construct a ConcurrentBag with the specified listener.
ConcurrentBag.IBagStateListener - Interface in org.xipki.util.concurrent
 
ConcurrentBag.IConcurrentBagEntry - Interface in org.xipki.util.concurrent
 
ConcurrentBag.NopBagStateListener - Class in org.xipki.util.concurrent
 
ConcurrentBagEntry<T> - Class in org.xipki.util.concurrent
TODO.
ConcurrentBagEntry(T) - Constructor for class org.xipki.util.concurrent.ConcurrentBagEntry
 
ConfPairs - Class in org.xipki.util
TODO.
ConfPairs() - Constructor for class org.xipki.util.ConfPairs
 
ConfPairs(String, String) - Constructor for class org.xipki.util.ConfPairs
 
ConfPairs(Map<String, ? extends Object>) - Constructor for class org.xipki.util.ConfPairs
 
ConfPairs(String) - Constructor for class org.xipki.util.ConfPairs
 
contains(Object) - Method in class org.xipki.util.concurrent.FastList
 
containsAll(Collection<?>) - Method in class org.xipki.util.concurrent.FastList
 
containsOnlyBase64Chars(byte[], int, int) - Static method in class org.xipki.util.Base64
 
convertSequenceName(String) - Static method in class org.xipki.util.IoUtil
 
countDown() - Method in class org.xipki.util.concurrent.CountLatch
 
CountLatch - Class in org.xipki.util.concurrent
TODO.
CountLatch(long, long) - Constructor for class org.xipki.util.concurrent.CountLatch
 
countUp() - Method in class org.xipki.util.concurrent.CountLatch
 
create() - Static method in class org.xipki.util.http.SSLContextBuilder
 
create(K) - Method in class org.xipki.util.LruCache
Called after a cache miss to compute a value for the corresponding key.
createCount() - Method in class org.xipki.util.LruCache
Returns the number of times LruCache.create(Object) returned a value.
createHostnameVerifier(String) - Static method in class org.xipki.util.http.HostnameVerifiers
Create HostnameVerifier.
Curl - Interface in org.xipki.util
TODO.
Curl.CurlResult - Class in org.xipki.util
 
curlGet(String, boolean, Map<String, String>, String) - Method in interface org.xipki.util.Curl
 
curlGet(String, boolean, Map<String, String>, String) - Method in class org.xipki.util.DefaultCurl
 
curlPost(String, boolean, Map<String, String>, String, byte[]) - Method in interface org.xipki.util.Curl
 
curlPost(String, boolean, Map<String, String>, String, byte[]) - Method in class org.xipki.util.DefaultCurl
 
CurlResult() - Constructor for class org.xipki.util.Curl.CurlResult
 
currentTime() - Static method in interface org.xipki.util.concurrent.ClockSource
Get the current time-stamp (resolution is opaque).
currentTime0() - Method in interface org.xipki.util.concurrent.ClockSource
 
currentTime0() - Method in class org.xipki.util.concurrent.ClockSource.MillisecondClockSource
 
currentTime0() - Method in class org.xipki.util.concurrent.ClockSource.NanosecondClockSource
 

D

DateUtil - Class in org.xipki.util
TODO.
decode(char[]) - Static method in class org.xipki.util.Base64
Decodes a BASE64 encoded char array.
decode(byte[]) - Static method in class org.xipki.util.Base64
Decodes a BASE64 encoded byte array.
decode(String) - Static method in class org.xipki.util.Base64
Decodes a BASE64 encoded String.
decode(byte[]) - Static method in class org.xipki.util.Hex
 
decode(String) - Static method in class org.xipki.util.Hex
 
decode(char[]) - Static method in class org.xipki.util.Hex
 
decodeFast(char[]) - Static method in class org.xipki.util.Base64
Decodes a BASE64 encoded char array that is known to be resonably well formatted.
decodeFast(byte[]) - Static method in class org.xipki.util.Base64
Decodes a BASE64 encoded byte array that is known to be reasonably well formatted.
decodeFast(String) - Static method in class org.xipki.util.Base64
Decodes a BASE64 encoded string that is known to be resonably well formatted.
DefaultCurl - Class in org.xipki.util
TODO.
DefaultCurl() - Constructor for class org.xipki.util.DefaultCurl
 
dumpState() - Method in class org.xipki.util.concurrent.ConcurrentBag
 

E

elapsedDisplayString(long, long) - Static method in interface org.xipki.util.concurrent.ClockSource
Get a String representation of the elapsed time in appropriate magnitude terminology.
elapsedDisplayString0(long, long) - Method in interface org.xipki.util.concurrent.ClockSource
 
elapsedMillis(long) - Static method in interface org.xipki.util.concurrent.ClockSource
Convert an opaque time-stamp returned by currentTime() into an elapsed time in milliseconds, based on the current instant in time.
elapsedMillis(long, long) - Static method in interface org.xipki.util.concurrent.ClockSource
Get the difference in milliseconds between two opaque time-stamps returned by currentTime().
elapsedMillis0(long) - Method in interface org.xipki.util.concurrent.ClockSource
 
elapsedMillis0(long, long) - Method in interface org.xipki.util.concurrent.ClockSource
 
elapsedMillis0(long) - Method in class org.xipki.util.concurrent.ClockSource.MillisecondClockSource
 
elapsedMillis0(long, long) - Method in class org.xipki.util.concurrent.ClockSource.MillisecondClockSource
 
elapsedMillis0(long) - Method in class org.xipki.util.concurrent.ClockSource.NanosecondClockSource
 
elapsedMillis0(long, long) - Method in class org.xipki.util.concurrent.ClockSource.NanosecondClockSource
 
elapsedNanos(long) - Static method in interface org.xipki.util.concurrent.ClockSource
Convert an opaque time-stamp returned by currentTime() into an elapsed time in milliseconds, based on the current instant in time.
elapsedNanos(long, long) - Static method in interface org.xipki.util.concurrent.ClockSource
Get the difference in nanoseconds between two opaque time-stamps returned by currentTime().
elapsedNanos0(long) - Method in interface org.xipki.util.concurrent.ClockSource
 
elapsedNanos0(long, long) - Method in interface org.xipki.util.concurrent.ClockSource
 
elapsedNanos0(long) - Method in class org.xipki.util.concurrent.ClockSource.MillisecondClockSource
 
elapsedNanos0(long, long) - Method in class org.xipki.util.concurrent.ClockSource.MillisecondClockSource
 
elapsedNanos0(long) - Method in class org.xipki.util.concurrent.ClockSource.NanosecondClockSource
 
elapsedNanos0(long, long) - Method in class org.xipki.util.concurrent.ClockSource.NanosecondClockSource
 
encode(byte[]) - Static method in class org.xipki.util.Hex
 
encode(byte[], PemEncoder.PemLabel) - Static method in class org.xipki.util.PemEncoder
 
encodeToByte(byte[]) - Static method in class org.xipki.util.Base64
The same #encodeToByte(byte[], false)}.
encodeToByte(byte[], boolean) - Static method in class org.xipki.util.Base64
Encodes a raw byte array into a BASE64 byte[] representation i accordance with RFC 2045.
encodeToChar(byte[]) - Static method in class org.xipki.util.Base64
The same as encodeToChar(byte[], false)
encodeToChar(byte[], boolean) - Static method in class org.xipki.util.Base64
Encodes a raw byte array into a BASE64 char[] representation i accordance with RFC 2045.
encodeToChars(byte[]) - Static method in class org.xipki.util.Hex
 
encodeToString(byte[]) - Static method in class org.xipki.util.Base64
The same as encodeToString(byte[], false).
encodeToString(byte[], boolean) - Static method in class org.xipki.util.Base64
Encodes a raw byte array into a BASE64 String representation i accordance with RFC 2045.
encodeToUpperChars(byte[]) - Static method in class org.xipki.util.Hex
 
encodeUpper(byte[]) - Static method in class org.xipki.util.Hex
 
endTimeMs() - Method in class org.xipki.util.ProcessLog
 
entryRemoved(boolean, K, V, V) - Method in class org.xipki.util.LruCache
Called for entries that have been evicted or removed.
equals(Object) - Method in class org.xipki.util.ConfPairs
 
equalsObject(Object, Object) - Static method in class org.xipki.util.CompareUtil
 
error(Logger, Throwable) - Static method in class org.xipki.util.LogUtil
 
error(Logger, Throwable, String) - Static method in class org.xipki.util.LogUtil
 
evictAll() - Method in class org.xipki.util.LruCache
Clear the cache, calling LruCache.entryRemoved(boolean, K, V, V) on each removed entry.
evictionCount() - Method in class org.xipki.util.LruCache
Returns the number of values that have been evicted.
exactOne(Object, String, Object, String) - Method in class org.xipki.util.ValidatableConf
 
execute() - Method in class org.xipki.util.BenchmarkExecutor
 
expandFilepath(String) - Static method in class org.xipki.util.IoUtil
 
expandFilepath(File) - Static method in class org.xipki.util.IoUtil
 

F

Factory() - Constructor for class org.xipki.util.concurrent.ClockSource.Factory
 
FastList<T> - Class in org.xipki.util.concurrent
Fast list without range checking.
FastList(Class<?>) - Constructor for class org.xipki.util.concurrent.FastList
Construct a FastList with a default size of 32.
FastList(Class<?>, int) - Constructor for class org.xipki.util.concurrent.FastList
Construct a FastList with a specified size.
FileOrBinary - Class in org.xipki.util
TODO.
FileOrBinary() - Constructor for class org.xipki.util.FileOrBinary
 
FileOrValue - Class in org.xipki.util
TODO.
FileOrValue() - Constructor for class org.xipki.util.FileOrValue
 
finish() - Method in class org.xipki.util.ProcessLog
 
forEach(Consumer<? super T>) - Method in class org.xipki.util.concurrent.FastList
 
formatAccount(long, boolean) - Static method in class org.xipki.util.StringUtil
 
formatAccount(long, int) - Static method in class org.xipki.util.StringUtil
 
formatCsn(BigInteger) - Static method in class org.xipki.util.LogUtil
Formats certificate serial number.
formatText(String, int) - Static method in class org.xipki.util.StringUtil
 
formatTime(long, boolean) - Static method in class org.xipki.util.StringUtil
 

G

get(int) - Method in class org.xipki.util.concurrent.FastList
Get the element at the specified index.
get(K) - Method in class org.xipki.util.LruCache
Returns the value for key if it exists in the cache or can be created by #create.
get(int) - Method in class org.xipki.util.ReqRespDebug
 
getBinary() - Method in class org.xipki.util.FileOrBinary
 
getChildChecks() - Method in class org.xipki.util.HealthCheckResult
 
getContent() - Method in class org.xipki.util.Curl.CurlResult
 
getContentType() - Method in class org.xipki.util.Curl.CurlResult
 
getCount(int) - Method in class org.xipki.util.concurrent.ConcurrentBag
Get a count of the number of items in the specified state at the time of this call.
getCount() - Method in class org.xipki.util.concurrent.CountLatch
 
getEncoded() - Method in class org.xipki.util.ConfPairs
 
getErrorAccout() - Method in class org.xipki.util.BenchmarkExecutor
 
getErrorContent() - Method in class org.xipki.util.Curl.CurlResult
 
getFile() - Method in class org.xipki.util.FileOrBinary
 
getFile() - Method in class org.xipki.util.FileOrValue
 
getHostAddress() - Static method in class org.xipki.util.IoUtil
 
getIndex(byte[], byte[]) - Static method in class org.xipki.util.IoUtil
 
getName() - Method in class org.xipki.util.HealthCheckResult
 
getRealAccount(int) - Method in class org.xipki.util.BenchmarkExecutor
 
getRelativeRequestUri(String, String) - Static method in class org.xipki.util.StringUtil
 
getRequest() - Method in class org.xipki.util.ReqRespDebug.ReqRespPair
 
getResponse() - Method in class org.xipki.util.ReqRespDebug.ReqRespPair
 
getSecureIndex() - Static method in class org.xipki.util.BenchmarkExecutor
 
getSourceTimeUnit() - Static method in interface org.xipki.util.concurrent.ClockSource
Return the TimeUnit the ClockSource is denominated in.
getSourceTimeUnit0() - Method in interface org.xipki.util.concurrent.ClockSource
 
getSourceTimeUnit0() - Method in class org.xipki.util.concurrent.ClockSource.MillisecondClockSource
 
getSourceTimeUnit0() - Method in class org.xipki.util.concurrent.ClockSource.NanosecondClockSource
 
getSslContext() - Method in class org.xipki.util.http.SslContextConf
 
getSslHostnameVerifier() - Method in class org.xipki.util.http.SslContextConf
 
getSslKeystore() - Method in class org.xipki.util.http.SslContextConf
 
getSslKeystorePassword() - Method in class org.xipki.util.http.SslContextConf
 
getSslSocketFactory() - Method in class org.xipki.util.http.SslContextConf
 
getSslStoreType() - Method in class org.xipki.util.http.SslContextConf
 
getSslTruststore() - Method in class org.xipki.util.http.SslContextConf
 
getSslTruststorePassword() - Method in class org.xipki.util.http.SslContextConf
 
getState() - Method in interface org.xipki.util.concurrent.ConcurrentBag.IConcurrentBagEntry
 
getState() - Method in class org.xipki.util.concurrent.ConcurrentBagEntry
 
getStateCounts() - Method in class org.xipki.util.concurrent.ConcurrentBag
 
getStatuses() - Method in class org.xipki.util.HealthCheckResult
 
getTestor() - Method in class org.xipki.util.BenchmarkExecutor
 
getThreads() - Method in class org.xipki.util.BenchmarkExecutor
 
getValue() - Method in class org.xipki.util.FileOrValue
 
getWaitingThreadCount() - Method in class org.xipki.util.concurrent.ConcurrentBag
Get the number of threads pending (waiting) for an item from the bag to become available.

H

hashCode() - Method in class org.xipki.util.ConfPairs
 
HEADER_XIPKI_ERROR - Static variable in class org.xipki.util.HttpConstants
 
HealthCheckResult - Class in org.xipki.util
TODO.
HealthCheckResult() - Constructor for class org.xipki.util.HealthCheckResult
 
Hex - Class in org.xipki.util
TODO.
Hex() - Constructor for class org.xipki.util.Hex
 
hitCount() - Method in class org.xipki.util.LruCache
Returns the number of times LruCache.get(K) returned a value that was already present in the cache.
HostnameVerifiers - Class in org.xipki.util.http
TODO.
HostnameVerifiers() - Constructor for class org.xipki.util.http.HostnameVerifiers
 
HttpConstants - Class in org.xipki.util
TODO.
HttpConstants() - Constructor for class org.xipki.util.HttpConstants
 

I

indexOf(Object) - Method in class org.xipki.util.concurrent.FastList
 
initSSLContext(SSLContext, Collection<KeyManager>, Collection<TrustManager>, SecureRandom) - Method in class org.xipki.util.http.SSLContextBuilder
 
InvalidConfException - Exception in org.xipki.util
TODO.
InvalidConfException() - Constructor for exception org.xipki.util.InvalidConfException
 
InvalidConfException(String) - Constructor for exception org.xipki.util.InvalidConfException
 
InvalidConfException(Throwable) - Constructor for exception org.xipki.util.InvalidConfException
 
InvalidConfException(String, Throwable) - Constructor for exception org.xipki.util.InvalidConfException
 
IoUtil - Class in org.xipki.util
TODO.
isBlank(String) - Static method in class org.xipki.util.StringUtil
 
isEmpty(Collection<?>) - Static method in class org.xipki.util.CollectionUtil
 
isEmpty(Object[]) - Static method in class org.xipki.util.CollectionUtil
 
isEmpty(Map<?, ?>) - Static method in class org.xipki.util.CollectionUtil
 
isEmpty() - Method in class org.xipki.util.concurrent.FastList
 
isHealthy() - Method in class org.xipki.util.HealthCheckResult
 
isInterrupted() - Method in class org.xipki.util.BenchmarkExecutor
 
isNonEmpty(Collection<?>) - Static method in class org.xipki.util.CollectionUtil
 
isNonEmpty(Object[]) - Static method in class org.xipki.util.CollectionUtil
 
isNonEmpty(Map<?, ?>) - Static method in class org.xipki.util.CollectionUtil
 
isNotBlank(String) - Static method in class org.xipki.util.StringUtil
 
isNumber(String) - Static method in class org.xipki.util.StringUtil
 
isNumber(String, int) - Static method in class org.xipki.util.StringUtil
 
isUseSslConf() - Method in class org.xipki.util.http.SslContextConf
 
iterator() - Method in class org.xipki.util.concurrent.FastList
 

K

keySnapshot() - Method in class org.xipki.util.LruCache
TODO.

L

lastIndexOf(Object) - Method in class org.xipki.util.concurrent.FastList
 
listIterator() - Method in class org.xipki.util.concurrent.FastList
 
listIterator(int) - Method in class org.xipki.util.concurrent.FastList
 
loadKeyMaterial(KeyStore, char[]) - Method in class org.xipki.util.http.SSLContextBuilder
 
loadKeyMaterial(File, char[], char[]) - Method in class org.xipki.util.http.SSLContextBuilder
 
loadTrustMaterial(KeyStore) - Method in class org.xipki.util.http.SSLContextBuilder
 
loadTrustMaterial() - Method in class org.xipki.util.http.SSLContextBuilder
 
loadTrustMaterial(File, char[]) - Method in class org.xipki.util.http.SSLContextBuilder
 
LogUtil - Class in org.xipki.util
TODO.
LruCache<K,V> - Class in org.xipki.util
 
LruCache(int) - Constructor for class org.xipki.util.LruCache
TODO.

M

max(int, String, int) - Static method in class org.xipki.util.Args
 
max(long, String, long) - Static method in class org.xipki.util.Args
 
maxSize() - Method in class org.xipki.util.LruCache
For caches that do not override LruCache.sizeOf(K, V), this returns the maximum number of entries in the cache.
merge(char[][]) - Static method in class org.xipki.util.StringUtil
 
MillisecondClockSource() - Constructor for class org.xipki.util.concurrent.ClockSource.MillisecondClockSource
 
min(int, String, int) - Static method in class org.xipki.util.Args
 
min(long, String, long) - Static method in class org.xipki.util.Args
 
missCount() - Method in class org.xipki.util.LruCache
Returns the number of times LruCache.get(K) returned null or required a new value to be created.
mkdirsParent(Path) - Static method in class org.xipki.util.IoUtil
 

N

NAME_TERM - Static variable in class org.xipki.util.ConfPairs
 
names() - Method in class org.xipki.util.ConfPairs
 
NanosecondClockSource() - Constructor for class org.xipki.util.concurrent.ClockSource.NanosecondClockSource
 
nextHexLong() - Static method in class org.xipki.util.RandomUtil
 
NO_OP - Static variable in class org.xipki.util.http.HostnameVerifiers
 
NopBagStateListener() - Constructor for class org.xipki.util.concurrent.ConcurrentBag.NopBagStateListener
 
notBlank(String, String) - Static method in class org.xipki.util.Args
 
notEmpty(Collection<T>, String) - Static method in class org.xipki.util.Args
 
notEmpty(Set<T>, String) - Static method in class org.xipki.util.Args
 
notEmpty(List<T>, String) - Static method in class org.xipki.util.Args
 
notEmpty(Map<K, V>, String) - Static method in class org.xipki.util.Args
 
notEmpty(Dictionary<K, V>, String) - Static method in class org.xipki.util.Args
 
notEmpty(String, String) - Static method in class org.xipki.util.ValidatableConf
 
notEmpty(Collection<?>, String) - Static method in class org.xipki.util.ValidatableConf
 
notNegative(int, String) - Static method in class org.xipki.util.Args
 
notNegative(long, String) - Static method in class org.xipki.util.Args
 
notNull(T, String) - Static method in class org.xipki.util.Args
 
notNull(Object, String) - Static method in class org.xipki.util.ValidatableConf
 
numProcessed() - Method in class org.xipki.util.ProcessLog
 

O

ObjectCreationException - Exception in org.xipki.util
TODO.
ObjectCreationException(String, Throwable) - Constructor for exception org.xipki.util.ObjectCreationException
 
ObjectCreationException(String) - Constructor for exception org.xipki.util.ObjectCreationException
 
ofBinary(byte[]) - Static method in class org.xipki.util.FileOrBinary
 
ofFile(String) - Static method in class org.xipki.util.FileOrBinary
 
ofFile(String) - Static method in class org.xipki.util.FileOrValue
 
ofValue(String) - Static method in class org.xipki.util.FileOrValue
 
openHttpConn(URL) - Static method in class org.xipki.util.IoUtil
 
org.xipki.util - package org.xipki.util
 
org.xipki.util.concurrent - package org.xipki.util.concurrent
 
org.xipki.util.http - package org.xipki.util.http
 

P

parseInt(byte[], int) - Static method in class org.xipki.util.IoUtil
 
parseShort(byte[], int) - Static method in class org.xipki.util.IoUtil
 
parseUtcTimeyyyyMMdd(String) - Static method in class org.xipki.util.DateUtil
 
parseUtcTimeyyyyMMddhhmmss(String) - Static method in class org.xipki.util.DateUtil
 
PemEncoder - Class in org.xipki.util
For details please refer to RFC 7468.
PemEncoder() - Constructor for class org.xipki.util.PemEncoder
 
PemEncoder.PemLabel - Enum in org.xipki.util
 
plusMillis(long, long) - Static method in interface org.xipki.util.concurrent.ClockSource
Return the specified opaque time-stamp plus the specified number of milliseconds.
plusMillis0(long, long) - Method in class org.xipki.util.concurrent.ClockSource.MillisecondClockSource
 
plusMillis0(long, long) - Method in class org.xipki.util.concurrent.ClockSource.NanosecondClockSource
 
plusMillis0(long, long) - Method in interface org.xipki.util.concurrent.ClockSource
 
positive(int, String) - Static method in class org.xipki.util.Args
 
positive(long, String) - Static method in class org.xipki.util.Args
 
printHeader() - Method in class org.xipki.util.BenchmarkExecutor
 
printHeader() - Method in class org.xipki.util.ProcessLog
 
printStatus() - Method in class org.xipki.util.BenchmarkExecutor
 
printStatus() - Method in class org.xipki.util.ProcessLog
 
printSummary() - Method in class org.xipki.util.BenchmarkExecutor
 
printTrailer() - Method in class org.xipki.util.ProcessLog
 
ProcessLog - Class in org.xipki.util
TODO.
ProcessLog(long) - Constructor for class org.xipki.util.ProcessLog
 
PROPKEY_BENCHMARK - Static variable in class org.xipki.util.BenchmarkExecutor
 
put(K, V) - Method in class org.xipki.util.LruCache
Caches value for key.
putCount() - Method in class org.xipki.util.LruCache
Returns the number of times LruCache.put(K, V) was called.
putPair(String, String) - Method in class org.xipki.util.ConfPairs
 

R

RandomUtil - Class in org.xipki.util
TODO.
RandomUtil() - Constructor for class org.xipki.util.RandomUtil
 
range(int, String, int, int) - Static method in class org.xipki.util.Args
 
range(long, String, long, long) - Static method in class org.xipki.util.Args
 
read(String) - Static method in class org.xipki.util.IoUtil
 
read(File) - Static method in class org.xipki.util.IoUtil
 
read(InputStream) - Static method in class org.xipki.util.IoUtil
 
readContent() - Method in class org.xipki.util.FileOrBinary
 
readContent() - Method in class org.xipki.util.FileOrValue
 
readLineFromConsole(String) - Static method in class org.xipki.util.IoUtil
 
readPasswordFromConsole(String) - Static method in class org.xipki.util.IoUtil
 
remove(T) - Method in class org.xipki.util.concurrent.ConcurrentBag
Remove a value from the bag.
remove(int) - Method in class org.xipki.util.concurrent.FastList
 
remove(Object) - Method in class org.xipki.util.concurrent.FastList
This remove method is most efficient when the element being removed is the last element.
remove(K) - Method in class org.xipki.util.LruCache
Removes the entry for key if it exists.
remove(ReqRespDebug.ReqRespPair) - Method in class org.xipki.util.ReqRespDebug
 
remove(int) - Method in class org.xipki.util.ReqRespDebug
 
removeAll(Collection<?>) - Method in class org.xipki.util.concurrent.FastList
 
removeIf(Predicate<? super T>) - Method in class org.xipki.util.concurrent.FastList
 
removeLast() - Method in class org.xipki.util.concurrent.FastList
Remove the last element from the list.
removePair(String) - Method in class org.xipki.util.ConfPairs
 
replaceAll(UnaryOperator<T>) - Method in class org.xipki.util.concurrent.FastList
 
ReqRespDebug - Class in org.xipki.util
TODO.
ReqRespDebug(boolean, boolean) - Constructor for class org.xipki.util.ReqRespDebug
 
ReqRespDebug.ReqRespPair - Class in org.xipki.util
 
ReqRespPair() - Constructor for class org.xipki.util.ReqRespDebug.ReqRespPair
 
requite(T) - Method in class org.xipki.util.concurrent.ConcurrentBag
This method will return a borrowed object to the bag.
reserve(T) - Method in class org.xipki.util.concurrent.ConcurrentBag
The method is used to make an item in the bag "unavailable" for borrowing.
reset() - Method in class org.xipki.util.ProcessLog
 
resetStartTime() - Method in class org.xipki.util.BenchmarkExecutor
 
resize(int) - Method in class org.xipki.util.LruCache
Sets the size of the cache.
retainAll(Collection<?>) - Method in class org.xipki.util.concurrent.FastList
 

S

save(String, byte[]) - Static method in class org.xipki.util.IoUtil
 
save(File, byte[]) - Static method in class org.xipki.util.IoUtil
 
saveRequest() - Method in class org.xipki.util.ReqRespDebug
 
saveResponse() - Method in class org.xipki.util.ReqRespDebug
 
set(int, T) - Method in class org.xipki.util.concurrent.FastList
 
setBinary(byte[]) - Method in class org.xipki.util.FileOrBinary
 
setChildChecks(List<HealthCheckResult>) - Method in class org.xipki.util.HealthCheckResult
 
setContent(byte[]) - Method in class org.xipki.util.Curl.CurlResult
 
setContentType(String) - Method in class org.xipki.util.Curl.CurlResult
 
setDuration(String) - Method in class org.xipki.util.BenchmarkExecutor
 
setErrorContent(byte[]) - Method in class org.xipki.util.Curl.CurlResult
 
setFile(String) - Method in class org.xipki.util.FileOrBinary
 
setFile(String) - Method in class org.xipki.util.FileOrValue
 
setHealthy(boolean) - Method in class org.xipki.util.HealthCheckResult
 
setKeyManagerFactoryAlgorithm(String) - Method in class org.xipki.util.http.SSLContextBuilder
Sets the key manager factory algorithm name.
setKeyStoreType(String) - Method in class org.xipki.util.http.SSLContextBuilder
Sets the key store type.
setName(String) - Method in class org.xipki.util.HealthCheckResult
 
setProtocol(String) - Method in class org.xipki.util.http.SSLContextBuilder
Sets the SSLContext protocol algorithm name.
setProvider(Provider) - Method in class org.xipki.util.http.SSLContextBuilder
 
setProvider(String) - Method in class org.xipki.util.http.SSLContextBuilder
 
setRequest(byte[]) - Method in class org.xipki.util.ReqRespDebug.ReqRespPair
 
setResponse(byte[]) - Method in class org.xipki.util.ReqRespDebug.ReqRespPair
 
setSecureRandom(SecureRandom) - Method in class org.xipki.util.http.SSLContextBuilder
 
setSslContextConf(SslContextConf) - Method in class org.xipki.util.DefaultCurl
 
setSslHostnameVerifier(String) - Method in class org.xipki.util.http.SslContextConf
 
setSslKeystore(String) - Method in class org.xipki.util.http.SslContextConf
 
setSslKeystorePassword(String) - Method in class org.xipki.util.http.SslContextConf
 
setSslStoreType(String) - Method in class org.xipki.util.http.SslContextConf
 
setSslTruststore(String) - Method in class org.xipki.util.http.SslContextConf
 
setSslTruststorePassword(String) - Method in class org.xipki.util.http.SslContextConf
 
setState(int) - Method in interface org.xipki.util.concurrent.ConcurrentBag.IConcurrentBagEntry
 
setState(int) - Method in class org.xipki.util.concurrent.ConcurrentBagEntry
 
setStatuses(Map<String, Object>) - Method in class org.xipki.util.HealthCheckResult
 
setThreads(int) - Method in class org.xipki.util.BenchmarkExecutor
 
setTrustManagerFactoryAlgorithm(String) - Method in class org.xipki.util.http.SSLContextBuilder
Sets the trust manager factory algorithm name.
setUnit(String) - Method in class org.xipki.util.BenchmarkExecutor
 
setUseSslConf(boolean) - Method in class org.xipki.util.http.SslContextConf
 
setValue(String) - Method in class org.xipki.util.FileOrValue
 
size() - Method in class org.xipki.util.concurrent.ConcurrentBag
Get the total number of items in the bag.
size() - Method in class org.xipki.util.concurrent.FastList
Get the current number of elements in the FastList.
size() - Method in class org.xipki.util.LruCache
For caches that do not override LruCache.sizeOf(K, V), this returns the number of entries in the cache.
size() - Method in class org.xipki.util.ReqRespDebug
 
sizeOf(K, V) - Method in class org.xipki.util.LruCache
Returns the size of the entry for key and value in user-defined units.
snapshot() - Method in class org.xipki.util.LruCache
TODO.
sort(Comparator<? super T>) - Method in class org.xipki.util.concurrent.FastList
 
split(String, String) - Static method in class org.xipki.util.StringUtil
 
splitAsSet(String, String) - Static method in class org.xipki.util.StringUtil
 
spliterator() - Method in class org.xipki.util.concurrent.FastList
 
SSLContextBuilder - Class in org.xipki.util.http
Builder for SSLContext instances.
SSLContextBuilder() - Constructor for class org.xipki.util.http.SSLContextBuilder
 
SslContextConf - Class in org.xipki.util.http
TODO.
SslContextConf() - Constructor for class org.xipki.util.http.SslContextConf
 
startsWithIgnoreCase(String, String) - Static method in class org.xipki.util.StringUtil
 
startTimeMs() - Method in class org.xipki.util.ProcessLog
 
STATE_IN_USE - Static variable in interface org.xipki.util.concurrent.ConcurrentBag.IConcurrentBagEntry
 
STATE_NOT_IN_USE - Static variable in interface org.xipki.util.concurrent.ConcurrentBag.IConcurrentBagEntry
 
STATE_REMOVED - Static variable in interface org.xipki.util.concurrent.ConcurrentBag.IConcurrentBagEntry
 
STATE_RESERVED - Static variable in interface org.xipki.util.concurrent.ConcurrentBag.IConcurrentBagEntry
 
stop() - Method in class org.xipki.util.BenchmarkExecutor
 
StringUtil - Class in org.xipki.util
TODO.
subList(int, int) - Method in class org.xipki.util.concurrent.FastList
 

T

TIMEUNIT_DISPLAY_VALUES - Static variable in interface org.xipki.util.concurrent.ClockSource
 
TIMEUNITS_DESCENDING - Static variable in interface org.xipki.util.concurrent.ClockSource
 
toArray() - Method in class org.xipki.util.concurrent.FastList
 
toArray(E[]) - Method in class org.xipki.util.concurrent.FastList
 
TOKEN_TERM - Static variable in class org.xipki.util.ConfPairs
 
toLowerCaseList(List<String>) - Static method in class org.xipki.util.CollectionUtil
 
toLowerCaseSet(Set<String>) - Static method in class org.xipki.util.CollectionUtil
 
toMillis(long) - Static method in interface org.xipki.util.concurrent.ClockSource
Convert an opaque time-stamp returned by currentTime() into milliseconds.
toMillis0(long) - Method in class org.xipki.util.concurrent.ClockSource.MillisecondClockSource
 
toMillis0(long) - Method in class org.xipki.util.concurrent.ClockSource.NanosecondClockSource
 
toMillis0(long) - Method in interface org.xipki.util.concurrent.ClockSource
 
toNanos(long) - Static method in interface org.xipki.util.concurrent.ClockSource
Convert an opaque time-stamp returned by currentTime() into nanoseconds.
toNanos0(long) - Method in class org.xipki.util.concurrent.ClockSource.MillisecondClockSource
 
toNanos0(long) - Method in class org.xipki.util.concurrent.ClockSource.NanosecondClockSource
 
toNanos0(long) - Method in interface org.xipki.util.concurrent.ClockSource
 
toNonBlankLower(String, String) - Static method in class org.xipki.util.Args
 
toString() - Method in class org.xipki.util.ConfPairs
 
toString() - Method in class org.xipki.util.http.SSLContextBuilder
 
toString() - Method in class org.xipki.util.LruCache
 
total() - Method in class org.xipki.util.ProcessLog
 
totalAverageSpeed() - Method in class org.xipki.util.ProcessLog
 
totalElapsedTime() - Method in class org.xipki.util.ProcessLog
 
toUtcTimeyyyyMMdd(Date) - Static method in class org.xipki.util.DateUtil
 
toUtcTimeyyyyMMddhhmmss(Date) - Static method in class org.xipki.util.DateUtil
 
trimToSize(int) - Method in class org.xipki.util.LruCache
Remove the eldest entries until the total of remaining entries is at or below the requested size.
TripleState - Enum in org.xipki.util
TODO.

U

unmodifiable() - Method in class org.xipki.util.ConfPairs
 
unmodifiableCollection(Collection<? extends T>) - Static method in class org.xipki.util.CollectionUtil
 
unmodifiableList(List<? extends T>) - Static method in class org.xipki.util.CollectionUtil
 
unmodifiableMap(Map<? extends K, ? extends V>) - Static method in class org.xipki.util.CollectionUtil
 
unmodifiableSet(Set<? extends T>) - Static method in class org.xipki.util.CollectionUtil
 
unreserve(T) - Method in class org.xipki.util.concurrent.ConcurrentBag
This method is used to make an item reserved via reserve(T) available again for borrowing.

V

ValidatableConf - Class in org.xipki.util
TODO.
ValidatableConf() - Constructor for class org.xipki.util.ValidatableConf
 
validate() - Method in class org.xipki.util.FileOrBinary
 
validate() - Method in class org.xipki.util.FileOrValue
 
validate(ValidatableConf) - Static method in class org.xipki.util.ValidatableConf
 
validate(Collection<? extends ValidatableConf>) - Static method in class org.xipki.util.ValidatableConf
 
validate() - Method in class org.xipki.util.ValidatableConf
 
value() - Method in class org.xipki.util.concurrent.ConcurrentBagEntry
 
value(String) - Method in class org.xipki.util.ConfPairs
 
valueOf(String) - Static method in enum org.xipki.util.PemEncoder.PemLabel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xipki.util.TripleState
Returns the enum constant of this type with the specified name.
values(int) - Method in class org.xipki.util.concurrent.ConcurrentBag
This method provides a "snapshot" in time of the BagEntry items in the bag in the specified state.
values() - Method in class org.xipki.util.concurrent.ConcurrentBag
This method provides a "snapshot" in time of the bag items.
values() - Static method in enum org.xipki.util.PemEncoder.PemLabel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xipki.util.TripleState
Returns an array containing the constants of this enum type, in the order they are declared.

W

warn(Logger, Throwable) - Static method in class org.xipki.util.LogUtil
 
warn(Logger, Throwable, String) - Static method in class org.xipki.util.LogUtil
 
writeInt(int, byte[], int) - Static method in class org.xipki.util.IoUtil
 
writeShort(short, byte[], int) - Static method in class org.xipki.util.IoUtil
 
A B C D E F G H I K L M N O P R S T U V W 
Skip navigation links

Copyright © 2018. All rights reserved.