- 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 in accordance with
RFC 2045.
- encodeToByte(byte[]) - Static method in class org.xipki.util.Base64Url
-
Encodes a raw byte array into a BASE64Url 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.
- encodeToChar(byte[]) - Static method in class org.xipki.util.Base64Url
-
Encodes a raw byte array into a BASE64Url char[] representation i accordance with
RFC 2045.
- encodeToChars(byte[]) - Static method in class org.xipki.util.Hex
-
- encodeToPemByte(byte[]) - Static method in class org.xipki.util.Base64
-
Encodes a raw byte array into a BASE64 byte[] representation in accordance with
RFC 2045, and with line 64 characters per line.
- 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.
- encodeToString(byte[]) - Static method in class org.xipki.util.Base64Url
-
Encodes a raw byte array into a BASE64Url 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
-
- ENROLL_CERT - Static variable in class org.xipki.util.PermissionConstants
-
- ENROLL_CROSS - Static variable in class org.xipki.util.PermissionConstants
-
- entryRemoved(boolean, K, V, V) - Method in class org.xipki.util.LruCache
-
Called for entries that have been evicted or removed.
- equals(byte, String, byte) - Static method in class org.xipki.util.Args
-
- equals(int, String, int) - Static method in class org.xipki.util.Args
-
- equals(long, String, long) - Static method in class org.xipki.util.Args
-
- equals(Object) - Method in class org.xipki.util.ConfPairs
-
- equals(Object) - Method in class org.xipki.util.HourMinute
-
- equals(Object) - Method in class org.xipki.util.Validity
-
- 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
-
- ErrorCode - Enum in org.xipki.util.exception
-
Error code.
- evictAll() - Method in class org.xipki.util.LruCache
-
- 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(String, boolean) - Static method in class org.xipki.util.IoUtil
-
- expandFilepath(File) - Static method in class org.xipki.util.IoUtil
-
- expandFilepath(File, boolean) - Static method in class org.xipki.util.IoUtil
-
- ValidatableConf - Class in org.xipki.util
-
Configuration that can be validated.
- 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() - Method in class org.xipki.util.http.SslConf
-
- 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
-
- Validity - Class in org.xipki.util
-
Validity like the certificate validity, e.g.
- Validity(int, Validity.Unit) - Constructor for class org.xipki.util.Validity
-
- Validity.Unit - Enum in org.xipki.util
-
- value() - Method in class org.xipki.util.concurrent.ConcurrentBagEntry
-
- value(String) - Method in class org.xipki.util.ConfPairs
-
- value(String, String) - Method in class org.xipki.util.ConfPairs
-
- valueOf(String) - Static method in enum org.xipki.util.exception.ErrorCode
-
Returns the enum constant of this type with the specified name.
- 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.
- valueOf(String) - Static method in enum org.xipki.util.Validity.Unit
-
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.exception.ErrorCode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- 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.
- values() - Static method in enum org.xipki.util.Validity.Unit
-
Returns an array containing the constants of this enum type, in
the order they are declared.