A B C D E F G H I J K L M N O P R S T U V W X Y _
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- account(long, long) - Method in class org.xipki.util.BenchmarkExecutor
- add(Instant) - Method in class org.xipki.util.Validity
- add(ConcurrentBag.BagEntry<T>) - Method in class org.xipki.util.ConcurrentBag
-
Add a new object to the bag for others to borrow.
- add(ReqRespDebug.ReqRespPair) - Method in class org.xipki.util.ReqRespDebug
- addHeader(String, String) - Method in interface org.xipki.util.http.XiHttpResponse
- addNumProcessed(long) - Method in class org.xipki.util.ProcessLog
- approxMinutes() - Method in class org.xipki.util.Validity
- areEqual(byte[], int, byte[], int, int) - Static method in class org.xipki.util.CompareUtil
- Args - Class in org.xipki.util
-
Utility class to validate the parameters.
- asMap() - Method in class org.xipki.util.ConfPairs
- asSet(T...) - Static method in class org.xipki.util.CollectionUtil
- asUnmodifiableSet(T...) - Static method in class org.xipki.util.CollectionUtil
- ATTR_XIPKI_PATH - Static variable in class org.xipki.util.HttpConstants
- ATTRIBUTE_CERTIFICATE - org.xipki.util.PemEncoder.PemLabel
-
RFC 5755 AttributeCertificate.
B
- BagEntry(T) - Constructor for class org.xipki.util.ConcurrentBag.BagEntry
- 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[]) - Static method in class org.xipki.util.LogUtil
- base64Encode(byte[], boolean) - Static method in class org.xipki.util.IoUtil
- Base64Url - Class in org.xipki.util
-
This is an implementation of Base64Url based on the fast Base64 implementation of Mikael Grev.
- Base64Url() - Constructor for class org.xipki.util.Base64Url
- basedir() - Static method in class org.xipki.util.XipkiBaseDir
- BatchReplace - Class in org.xipki.util
-
A tool to replace text in files.
- BatchReplace() - Constructor for class org.xipki.util.BatchReplace
- BenchmarkExecutor - Class in org.xipki.util
-
Benchmark executor.
- BenchmarkExecutor(String) - Constructor for class org.xipki.util.BenchmarkExecutor
- BenchmarkExecutor(String, int) - Constructor for class org.xipki.util.BenchmarkExecutor
- borrow(long, TimeUnit) - Method in class org.xipki.util.ConcurrentBag
-
The method will borrow a BagEntry from the bag, blocking for the specified timeout if none are available.
- BREAK - Static variable in interface org.xipki.util.cbor.CborConstants
-
The CBOR-encoded "break" stop code for unlimited arrays/maps.
- build() - Method in class org.xipki.util.http.SslContextBuilder
- buildInsertSql(String, String) - Static method in class org.xipki.util.SqlUtil
- ByteArrayCborDecoder - Class in org.xipki.util.cbor
- ByteArrayCborDecoder(byte[]) - Constructor for class org.xipki.util.cbor.ByteArrayCborDecoder
-
Creates a new
ByteArrayCborDecoderinstance. - ByteArrayCborDecoder(byte[], int) - Constructor for class org.xipki.util.cbor.ByteArrayCborDecoder
-
Creates a new
ByteArrayCborDecoderinstance. - ByteArrayCborDecoder(byte[], int, int) - Constructor for class org.xipki.util.cbor.ByteArrayCborDecoder
-
Creates a new
ByteArrayCborDecoderinstance. - ByteArrayCborEncoder - Class in org.xipki.util.cbor
- ByteArrayCborEncoder() - Constructor for class org.xipki.util.cbor.ByteArrayCborEncoder
-
Creates a new
ByteArrayCborEncoderinstance with default initial size 32. - ByteArrayCborEncoder(int) - Constructor for class org.xipki.util.cbor.ByteArrayCborEncoder
-
Creates a new
ByteArrayCborEncoderinstance.
C
- CborConstants - Interface in org.xipki.util.cbor
-
Constant values used by the CBOR format.
- CborDecoder - Class in org.xipki.util.cbor
-
Provides a decoder capable of handling CBOR encoded data from a
InputStream. - CborDecoder(InputStream) - Constructor for class org.xipki.util.cbor.CborDecoder
-
Creates a new
CborDecoderinstance. - CborEncodable - Interface in org.xipki.util.cbor
- CborEncoder - Class in org.xipki.util.cbor
-
Provides an encoder capable of encoding data into CBOR format to a given
OutputStream. - CborEncoder(OutputStream) - Constructor for class org.xipki.util.cbor.CborEncoder
-
Creates a new
CborEncoderinstance. - CborType - Class in org.xipki.util.cbor
-
Represents the various major types in CBOR, along with their .
- CERTIFICATE - org.xipki.util.PemEncoder.PemLabel
-
RFC5280 Certificate.
- CERTIFICATE_REQUEST - org.xipki.util.PemEncoder.PemLabel
-
RFC 2986 CertificationRequest.
- clear() - Method in class org.xipki.util.ConfigurableProperties
- close() - Method in class org.xipki.util.BenchmarkExecutor
- close() - Method in class org.xipki.util.cbor.CborDecoder
- close() - Method in class org.xipki.util.ConcurrentBag
-
Close the bag to further adds.
- closeQuietly(Closeable) - Static method in class org.xipki.util.IoUtil
- CMS - org.xipki.util.PemEncoder.PemLabel
-
RFC 5652 ContentInfo.
- collectionAsString(Collection<String>, String) - Static method in class org.xipki.util.StringUtil
- CollectionUtil - Class in org.xipki.util
-
Utility class for operations on
Collection,Set,List,Map, and arrays. - compareAndSet(int, int) - Method in class org.xipki.util.ConcurrentBag.BagEntry
- compareTo(Validity) - Method in class org.xipki.util.Validity
- CompareUtil - Class in org.xipki.util
-
Utility class for the comparison.
- 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> - Class in org.xipki.util
-
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.ConcurrentBag
-
Construct a ConcurrentBag with the specified listener.
- ConcurrentBag.BagEntry<T> - Class in org.xipki.util
- ConfigurableProperties - Class in org.xipki.util
-
Similar as
Properties, with the extension to use the place-holder ${env:ENVIROMENT-NAME} for the environment, and ${sys:JAVA-PROPERTY-NAME} for the Java system property. - ConfigurableProperties() - Constructor for class org.xipki.util.ConfigurableProperties
- ConfPairs - Class in org.xipki.util
-
Container of name-value pairs.
- ConfPairs() - Constructor for class org.xipki.util.ConfPairs
- ConfPairs(String) - Constructor for class org.xipki.util.ConfPairs
- ConfPairs(String, String) - Constructor for class org.xipki.util.ConfPairs
- ConfPairs(Map<String, ?>) - Constructor for class org.xipki.util.ConfPairs
- containsKey(String) - Method in class org.xipki.util.ConfigurableProperties
- containsKey(K) - Method in class org.xipki.util.LruCache
- containsOnlyBase64Chars(byte[], int, int) - Static method in class org.xipki.util.Base64
- containsOnlyBase64UrlChars(byte[], int, int) - Static method in class org.xipki.util.Base64Url
- convertSequenceName(String) - Static method in class org.xipki.util.IoUtil
- copy() - Method in class org.xipki.util.ConfPairs
- copyDirectory(File, File) - Static method in class org.xipki.util.FileUtils
- copyFile(File, File, boolean) - Static method in class org.xipki.util.FileUtils
-
Copied from the apache commons io project
- 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
-
This interface specifies similar operations like the Linux command curl.
- 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
- curlGet(String, OutputStream, boolean, Map<String, String>, String) - Method in interface org.xipki.util.Curl
- curlGet(String, OutputStream, 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
- curlPost(String, OutputStream, boolean, Map<String, String>, String, byte[]) - Method in interface org.xipki.util.Curl
- curlPost(String, OutputStream, boolean, Map<String, String>, String, byte[]) - Method in class org.xipki.util.DefaultCurl
-
The specified respContentStream remains open after this method returns.
- CurlResult(int) - Constructor for class org.xipki.util.Curl.CurlResult
D
- DateUtil - Class in org.xipki.util
-
Utility class for the date conversion.
- DAY - org.xipki.util.Validity.Unit
- decode(byte[]) - Static method in class org.xipki.util.Base64
-
Decodes a BASE64 encoded byte array.
- decode(byte[]) - Static method in class org.xipki.util.Hex
- decode(char[]) - Static method in class org.xipki.util.Base64
-
Decodes a BASE64 encoded char array.
- decode(char[]) - Static method in class org.xipki.util.Hex
- decode(String) - Static method in class org.xipki.util.Base64
-
Decodes a BASE64 encoded
String. - decode(String) - Static method in class org.xipki.util.Hex
- DecodeException - Exception in org.xipki.util.exception
- DecodeException(String) - Constructor for exception org.xipki.util.exception.DecodeException
- DecodeException(String, Throwable) - Constructor for exception org.xipki.util.exception.DecodeException
- 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(byte[]) - Static method in class org.xipki.util.Base64Url
-
Decodes a BASE64Url encoded byte array that is known to be reasonably well formatted.
- 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(char[]) - Static method in class org.xipki.util.Base64Url
-
Decodes a BASE64Url encoded char 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.
- decodeFast(String) - Static method in class org.xipki.util.Base64Url
-
Decodes a BASE64Url encoded string that is known to be reasonably well formatted.
- decodeSingle(byte[], int) - Static method in class org.xipki.util.Hex
- DefaultCurl - Class in org.xipki.util
-
An implementation of
Curl. - DefaultCurl() - Constructor for class org.xipki.util.DefaultCurl
- deleteDir(File) - Static method in class org.xipki.util.IoUtil
- deleteDir(File, boolean) - Static method in class org.xipki.util.IoUtil
- deleteDirectory(File) - Static method in class org.xipki.util.FileUtils
-
Copied from the apache commons io project.
- deleteFile(File) - Static method in class org.xipki.util.IoUtil
- deleteFile(File, boolean) - Static method in class org.xipki.util.IoUtil
- deleteFile(String) - Static method in class org.xipki.util.IoUtil
- deleteFile(String, boolean) - Static method in class org.xipki.util.IoUtil
- deleteFile0(File) - Static method in class org.xipki.util.IoUtil
- deserializerConfPairs(JsonParser) - Static method in class org.xipki.util.JSON
- destroy() - Method in interface org.xipki.util.http.XiHttpFilter
- detectPath(String) - Static method in class org.xipki.util.IoUtil
- doFilter(XiHttpRequest, XiHttpResponse) - Method in interface org.xipki.util.http.XiHttpFilter
- DOUBLE_PRECISION_FLOAT - Static variable in interface org.xipki.util.cbor.CborConstants
-
Denotes a double-precision float (eight-byte IEEE 754, see
CborConstants.TYPE_FLOAT_SIMPLE).
E
- EIGHT_BYTES - Static variable in interface org.xipki.util.cbor.CborConstants
-
Denotes a eight-byte value (uint64).
- encode(byte[]) - Static method in class org.xipki.util.Hex
- encode(byte[], PemEncoder.PemLabel) - Static method in class org.xipki.util.PemEncoder
- encode(CborEncoder) - Method in interface org.xipki.util.cbor.CborEncodable
- EncodeException - Exception in org.xipki.util.exception
- EncodeException(String) - Constructor for exception org.xipki.util.exception.EncodeException
- EncodeException(String, Throwable) - Constructor for exception org.xipki.util.exception.EncodeException
- encodeToByte(byte[]) - Static method in class org.xipki.util.Base64
-
The same #encodeToByte(byte[], false)}.
- 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. - 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[], boolean) - Static method in class org.xipki.util.Base64Url
- encodeToByteNoPadding(byte[]) - Static method in class org.xipki.util.Base64Url
-
Encodes a raw byte array into a BASE64Url
byte[]representation without padding i accordance with RFC 2045. - encodeToChar(byte[]) - Static method in class org.xipki.util.Base64
-
The same as encodeToChar(byte[], false)
- 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. - 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[], boolean) - Static method in class org.xipki.util.Base64Url
- encodeToCharNoPadding(byte[]) - Static method in class org.xipki.util.Base64Url
-
Encodes a raw byte array into a BASE64Url
char[]representation i without padding 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[]) - Static method in class org.xipki.util.Base64Url
-
Encodes a raw byte array into a BASE64Url
Stringrepresentation i accordance with RFC 2045. - encodeToString(byte[], boolean) - Static method in class org.xipki.util.Base64
-
Encodes a raw byte array into a BASE64
Stringrepresentation i accordance with RFC 2045. - encodeToString(byte[], boolean) - Static method in class org.xipki.util.Base64Url
- encodeToStringNoPadding(byte[]) - Static method in class org.xipki.util.Base64Url
- encodeToUpperChars(byte[]) - Static method in class org.xipki.util.Hex
- encodeUpper(byte[]) - Static method in class org.xipki.util.Hex
- ENCRYPTED_PRIVATE_KEY - org.xipki.util.PemEncoder.PemLabel
-
RFC 5958 EncryptedPrivateKeyInfo.
- endTime() - 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(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.cbor.CborType
- 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
- 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.ValidableConf
- execute() - Method in class org.xipki.util.BenchmarkExecutor
- expandFilepath(File) - Static method in class org.xipki.util.IoUtil
- expandFilepath(File, boolean) - Static method in class org.xipki.util.IoUtil
- expandFilepath(String) - Static method in class org.xipki.util.IoUtil
- expandFilepath(String, boolean) - Static method in class org.xipki.util.IoUtil
- expectIntegerType(int) - Method in class org.xipki.util.cbor.CborDecoder
-
Reads the next major type from the underlying input stream, and verifies whether it matches the given expectation.
F
- FALSE - Static variable in interface org.xipki.util.cbor.CborConstants
-
The CBOR-encoded boolean
falsevalue (encoded as "simple value":CborConstants.TYPE_FLOAT_SIMPLE). - FileOrBinary - Class in org.xipki.util
-
Configuration consisting either file path or the binary content.
- FileOrBinary() - Constructor for class org.xipki.util.FileOrBinary
- FileOrValue - Class in org.xipki.util
-
Configuration consisting either file path or the text content.
- FileOrValue() - Constructor for class org.xipki.util.FileOrValue
- FileUtils - Class in org.xipki.util
-
File utility class.
- fillResponse(XiHttpResponse) - Method in class org.xipki.util.http.HttpResponse
- finish() - Method in class org.xipki.util.ProcessLog
- forbidden - org.xipki.util.TripleState
- 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
- formatTime(long, int) - Static method in class org.xipki.util.StringUtil
- FOUR_BYTES - Static variable in interface org.xipki.util.cbor.CborConstants
-
Denotes a four-byte value (uint32).
G
- get(int) - Method in class org.xipki.util.ReqRespDebug
- get(K) - Method in class org.xipki.util.LruCache
-
Returns the value for
keyif it exists in the cache or can be created by#create. - getAdditionalInfo() - Method in class org.xipki.util.cbor.CborType
- getAttribute(String) - Method in interface org.xipki.util.http.XiHttpRequest
- getBinary() - Method in class org.xipki.util.FileOrBinary
- getBody() - Method in class org.xipki.util.http.HttpResponse
- getBundleNameVersion(Class<?>) - Static method in class org.xipki.util.StringUtil
- getBundleVersion(Class<?>) - Static method in class org.xipki.util.StringUtil
- getCertificateChain() - Method in interface org.xipki.util.http.XiHttpRequest
- getContent() - Method in class org.xipki.util.Curl.CurlResult
- getContent() - Method in class org.xipki.util.http.HttpRespContent
- getContentLength() - Method in class org.xipki.util.Curl.CurlResult
- getContentType() - Method in class org.xipki.util.Curl.CurlResult
- getContentType() - Method in class org.xipki.util.http.HttpRespContent
- getContentType() - Method in class org.xipki.util.http.HttpResponse
- getContentType() - Method in interface org.xipki.util.http.XiHttpRequest
- getContextPath() - Method in interface org.xipki.util.http.XiHttpRequest
- getEncoded() - Method in class org.xipki.util.ConfPairs
- getErrorAccount() - 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
- getHeader(String) - Method in interface org.xipki.util.http.XiHttpRequest
- getHeaders() - Method in class org.xipki.util.http.HttpResponse
- getHostAddress() - Static method in class org.xipki.util.IoUtil
- getHostnameVerifier() - Method in class org.xipki.util.http.SslConf
- getHostnameVerifier() - Method in class org.xipki.util.http.SslContextConf
- getHour() - Method in class org.xipki.util.HourMinute
- getIndex(byte[], byte[]) - Static method in class org.xipki.util.IoUtil
- getInputStream() - Method in interface org.xipki.util.http.XiHttpRequest
- getInstance(String) - Static method in class org.xipki.util.ConfPairs
- getInstance(String) - Static method in class org.xipki.util.Validity
- getKeystore() - Method in class org.xipki.util.http.SslConf
- getKeystorePassword() - Method in class org.xipki.util.http.SslConf
- getLastMsOfDay(ZonedDateTime) - Static method in class org.xipki.util.DateUtil
- getMajorType() - Method in class org.xipki.util.cbor.CborType
- getMethod() - Method in interface org.xipki.util.http.XiHttpRequest
- getMinute() - Method in class org.xipki.util.HourMinute
- getName() - Method in class org.xipki.util.http.SslConf
- getName(int) - Static method in class org.xipki.util.cbor.CborType
-
Returns a descriptive string for the given major type.
- getNameIgnoreCase(String) - Method in class org.xipki.util.ConfPairs
- getOutputStream() - Method in interface org.xipki.util.http.XiHttpResponse
- getParameter(String) - Method in interface org.xipki.util.http.XiHttpRequest
- getProperty(String) - Method in class org.xipki.util.ConfigurableProperties
-
Searches for the property with the specified key in this property list.
- getProperty(String, String) - Method in class org.xipki.util.ConfigurableProperties
-
Searches for the property with the specified key in this property list.
- getRealAccount(long) - Method in class org.xipki.util.BenchmarkExecutor
- getRequest() - Method in class org.xipki.util.ReqRespDebug.ReqRespPair
- getRequestURI() - Method in interface org.xipki.util.http.XiHttpRequest
- getResponse() - Method in class org.xipki.util.ReqRespDebug.ReqRespPair
- getSecureIndex() - Static method in class org.xipki.util.BenchmarkExecutor
- getServletPath() - Method in interface org.xipki.util.http.XiHttpRequest
- 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
- getSslTrustanchors() - Method in class org.xipki.util.http.SslContextConf
- getState() - Method in class org.xipki.util.ConcurrentBag.BagEntry
- getStatusCode() - Method in class org.xipki.util.Curl.CurlResult
- getStatusCode() - Method in class org.xipki.util.http.HttpRespContent
- getStatusCode() - Method in class org.xipki.util.http.HttpResponse
- getStoreType() - Method in class org.xipki.util.http.SslConf
- getSuffix() - Method in enum org.xipki.util.Validity.Unit
- getTester() - Method in class org.xipki.util.BenchmarkExecutor
- getThreads() - Method in class org.xipki.util.BenchmarkExecutor
- getTrustanchors() - Method in class org.xipki.util.http.SslConf
- getType() - Method in enum org.xipki.util.PemEncoder.PemLabel
- getUnit() - Method in class org.xipki.util.Validity
- getUnit() - Method in enum org.xipki.util.Validity.Unit
- getValidity() - Method in class org.xipki.util.Validity
- getValue() - Method in class org.xipki.util.FileOrValue
- getYyyyMMdd(ZonedDateTime) - Static method in class org.xipki.util.DateUtil
H
- HALF_PRECISION_FLOAT - Static variable in interface org.xipki.util.cbor.CborConstants
-
Denotes a half-precision float (two-byte IEEE 754, see
CborConstants.TYPE_FLOAT_SIMPLE). - hashCode() - Method in class org.xipki.util.cbor.CborType
- hashCode() - Method in class org.xipki.util.ConfigurableProperties
- hashCode() - Method in class org.xipki.util.ConfPairs
- hashCode() - Method in class org.xipki.util.HourMinute
- hashCode() - Method in class org.xipki.util.Validity
- hasName(String) - Method in class org.xipki.util.ConfPairs
- HEADER_XIPKI_ERROR - Static variable in class org.xipki.util.HttpConstants
- Hex - Class in org.xipki.util
-
HEX encoder and decoder.
- 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
-
Utility class to create
HostnameVerifier. - HostnameVerifiers() - Constructor for class org.xipki.util.http.HostnameVerifiers
- HOUR - org.xipki.util.Validity.Unit
- HourMinute - Class in org.xipki.util
-
Specifies hour:minute.
- HourMinute(int, int) - Constructor for class org.xipki.util.HourMinute
- HttpConstants - Class in org.xipki.util
-
XiPKI's HTTP constants.
- HttpConstants() - Constructor for class org.xipki.util.HttpConstants
- httpGet(String) - Method in class org.xipki.util.http.XiHttpClient
- httpPost(String, String, byte[]) - Method in class org.xipki.util.http.XiHttpClient
- httpPost(String, String, byte[], String) - Method in class org.xipki.util.http.XiHttpClient
- HttpRespContent - Class in org.xipki.util.http
-
HTTP response.
- HttpResponse - Class in org.xipki.util.http
- HttpResponse(int) - Constructor for class org.xipki.util.http.HttpResponse
- HttpResponse(int, String, Map<String, String>, boolean, byte[]) - Constructor for class org.xipki.util.http.HttpResponse
- HttpResponse(int, String, Map<String, String>, byte[]) - Constructor for class org.xipki.util.http.HttpResponse
- HttpStatusCode - Interface in org.xipki.util.http
I
- init() - Method in class org.xipki.util.http.SslContextConf
- init() - Static method in class org.xipki.util.XipkiBaseDir
- initSSLContext(SSLContext, Collection<KeyManager>, Collection<TrustManager>, SecureRandom) - Method in class org.xipki.util.http.SslContextBuilder
- InsufficientPermissionException - Exception in org.xipki.util.exception
-
Exception indicates insufficient permission.
- InsufficientPermissionException(String) - Constructor for exception org.xipki.util.exception.InsufficientPermissionException
- InvalidConfException - Exception in org.xipki.util.exception
-
Invalid configuration exception.
- InvalidConfException(String) - Constructor for exception org.xipki.util.exception.InvalidConfException
- InvalidConfException(String, Throwable) - Constructor for exception org.xipki.util.exception.InvalidConfException
- IoUtil - Class in org.xipki.util
-
IO utility class.
- isBase64() - Method in class org.xipki.util.http.HttpRespContent
- isBase64() - Method in class org.xipki.util.http.HttpResponse
- isBlank(String) - Static method in class org.xipki.util.StringUtil
- isBreakAllowed() - Method in class org.xipki.util.cbor.CborType
- isEmpty() - Method in class org.xipki.util.ConfigurableProperties
- isEmpty() - Method in class org.xipki.util.ConfPairs
- isEmpty(Object[]) - Static method in class org.xipki.util.CollectionUtil
- isEmpty(Collection<?>) - Static method in class org.xipki.util.CollectionUtil
- isEmpty(Map<?, ?>) - Static method in class org.xipki.util.CollectionUtil
- isEqualType(int) - Method in class org.xipki.util.cbor.CborType
- isEqualType(CborType) - Method in class org.xipki.util.cbor.CborType
- isInterrupted() - Method in class org.xipki.util.BenchmarkExecutor
- isNonEmpty(Object[]) - Static method in class org.xipki.util.CollectionUtil
-
Deprecated.
- isNonEmpty(Collection<?>) - Static method in class org.xipki.util.CollectionUtil
-
Deprecated.
- isNonEmpty(Map<?, ?>) - Static method in class org.xipki.util.CollectionUtil
-
Deprecated.
- isNotBlank(String) - Static method in class org.xipki.util.StringUtil
- isNotEmpty(Object[]) - Static method in class org.xipki.util.CollectionUtil
- isNotEmpty(Collection<?>) - Static method in class org.xipki.util.CollectionUtil
- isNotEmpty(Map<?, ?>) - Static method in class org.xipki.util.CollectionUtil
- isNull(CborType) - Static method in class org.xipki.util.cbor.CborDecoder
- isNumber(String) - Static method in class org.xipki.util.StringUtil
- isNumber(String, int) - Static method in class org.xipki.util.StringUtil
- isOK() - Method in class org.xipki.util.http.HttpRespContent
- isUseSslConf() - Method in class org.xipki.util.http.SslContextConfWrapper
J
- JSON - Class in org.xipki.util
-
JSON util class
- JSON() - Constructor for class org.xipki.util.JSON
K
- keySnapshot() - Method in class org.xipki.util.LruCache
-
Returns a snapshot of the keys of current cache.
L
- listToSet(List<? extends T>) - Static method in class org.xipki.util.CollectionUtil
- load(InputStream) - Method in class org.xipki.util.ConfigurableProperties
-
Reads a property list (key and element pairs) from the input byte stream.
- load(Reader) - Method in class org.xipki.util.ConfigurableProperties
-
Reads a property list (key and element pairs) from the input character stream in a simple line-oriented format.
- load(Properties) - Method in class org.xipki.util.ConfigurableProperties
- loadKeyMaterial(File, char[], char[]) - Method in class org.xipki.util.http.SslContextBuilder
- loadKeyMaterial(InputStream, char[], char[]) - Method in class org.xipki.util.http.SslContextBuilder
- loadKeyMaterial(KeyStore, char[]) - Method in class org.xipki.util.http.SslContextBuilder
- loadProperties(String) - Static method in class org.xipki.util.IoUtil
- loadProperties(String, boolean) - Static method in class org.xipki.util.IoUtil
- loadTrustMaterial() - Method in class org.xipki.util.http.SslContextBuilder
- loadTrustMaterial(File, char[]) - Method in class org.xipki.util.http.SslContextBuilder
- loadTrustMaterial(InputStream, char[]) - Method in class org.xipki.util.http.SslContextBuilder
-
Load trust material from keystore in input stream.
- loadTrustMaterial(KeyStore) - Method in class org.xipki.util.http.SslContextBuilder
- logReqResp(String, Logger, boolean, boolean, String, byte[], byte[]) - Static method in class org.xipki.util.LogUtil
- logSystemInfo(Logger) - Static method in class org.xipki.util.LogUtil
- logTextReqResp(String, Logger, boolean, boolean, String, byte[], byte[]) - Static method in class org.xipki.util.LogUtil
- LogUtil - Class in org.xipki.util
-
LOG utility class.
- lowercase(String) - Static method in class org.xipki.util.StringUtil
- lowercase(List<String>) - Static method in class org.xipki.util.StringUtil
- lowercase(Set<String>) - Static method in class org.xipki.util.StringUtil
- LruCache<K,V> - Class in org.xipki.util
-
LRU cache.
- LruCache(int) - Constructor for class org.xipki.util.LruCache
-
Constructor with the maximal size.
M
- m_is - Variable in class org.xipki.util.cbor.CborDecoder
- m_os - Variable in class org.xipki.util.cbor.CborEncoder
- main(String[]) - Static method in class org.xipki.util.BatchReplace
- 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
- min(int, String, int) - Static method in class org.xipki.util.Args
- min(long, String, long) - Static method in class org.xipki.util.Args
- MINUTE - org.xipki.util.Validity.Unit
- 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. - mkdirs(File) - Static method in class org.xipki.util.IoUtil
- 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
- newDefaultObjectMapper() - Static method in class org.xipki.util.JSON
- newInstance(String) - Static method in class org.xipki.util.ReflectiveUtil
- newInstance(String, ClassLoader) - Static method in class org.xipki.util.ReflectiveUtil
- nextBytes(int) - Static method in class org.xipki.util.RandomUtil
- nextHexLong() - Static method in class org.xipki.util.RandomUtil
- nextInt() - Static method in class org.xipki.util.RandomUtil
- nextInt(int) - Static method in class org.xipki.util.RandomUtil
- nextLong() - Static method in class org.xipki.util.RandomUtil
- NO_OP - Static variable in class org.xipki.util.http.HostnameVerifiers
- notBlank(String, String) - Static method in class org.xipki.util.Args
- notBlank(String, String) - Static method in class org.xipki.util.ValidableConf
- notEmpty(Collection<?>, String) - Static method in class org.xipki.util.ValidableConf
- notEmpty(Collection<T>, String) - Static method in class org.xipki.util.Args
- notEmpty(Dictionary<K, V>, 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(Set<T>, String) - Static method in class org.xipki.util.Args
- notNegative(int, String) - Static method in class org.xipki.util.Args
- notNegative(long, String) - Static method in class org.xipki.util.Args
- notNull(Object, String) - Static method in class org.xipki.util.ValidableConf
- notNull(T, String) - Static method in class org.xipki.util.Args
- NULL - Static variable in interface org.xipki.util.cbor.CborConstants
-
The CBOR-encoded
nullvalue (encoded as "simple value":CborConstants.TYPE_FLOAT_SIMPLE). - numProcessed() - Method in class org.xipki.util.ProcessLog
O
- ObjectCreationException - Exception in org.xipki.util.exception
-
Exception for object creation.
- ObjectCreationException(String) - Constructor for exception org.xipki.util.exception.ObjectCreationException
- ObjectCreationException(String, Throwable) - Constructor for exception org.xipki.util.exception.ObjectCreationException
- of(int, String, boolean, byte[]) - Static method in class org.xipki.util.http.HttpRespContent
- of(int, String, byte[]) - Static method in class org.xipki.util.http.HttpRespContent
- ofBinary(byte[]) - Static method in class org.xipki.util.FileOrBinary
- ofError(int, String, boolean, byte[]) - Static method in class org.xipki.util.http.HttpRespContent
-
Deprecated.
- ofError(int, String, byte[]) - Static method in class org.xipki.util.http.HttpRespContent
-
Deprecated.
- ofFile(String) - Static method in class org.xipki.util.FileOrBinary
- ofFile(String) - Static method in class org.xipki.util.FileOrValue
- ofOk(String, boolean, byte[]) - Static method in class org.xipki.util.http.HttpRespContent
- ofOk(String, byte[]) - Static method in class org.xipki.util.http.HttpRespContent
- ofSslConf(SslConf) - Static method in class org.xipki.util.http.SslContextConf
- ofValue(String) - Static method in class org.xipki.util.FileOrValue
- ONE_BYTE - Static variable in interface org.xipki.util.cbor.CborConstants
-
Denotes a one-byte value (uint8).
- openHttpConn(URL) - Static method in class org.xipki.util.IoUtil
- optional - org.xipki.util.TripleState
- orEqualsIgnoreCase(String, String...) - Static method in class org.xipki.util.StringUtil
- org.xipki.util - package org.xipki.util
- org.xipki.util.cbor - package org.xipki.util.cbor
- org.xipki.util.exception - package org.xipki.util.exception
- org.xipki.util.http - package org.xipki.util.http
P
- parseConf(byte[], Class<T>) - Static method in class org.xipki.util.JSON
- parseConf(File, Class<T>) - Static method in class org.xipki.util.JSON
- parseConf(InputStream, Class<T>) - Static method in class org.xipki.util.JSON
- parseConf(String, Class<T>) - Static method in class org.xipki.util.JSON
- parseConf(Path, Class<T>) - Static method in class org.xipki.util.JSON
- parseInt(byte[], int) - Static method in class org.xipki.util.IoUtil
- parseObject(byte[], Class<T>) - Static method in class org.xipki.util.JSON
- parseObject(File, Class<T>) - Static method in class org.xipki.util.JSON
- parseObject(InputStream, Class<T>) - Static method in class org.xipki.util.JSON
-
Deserialize the object from the input stream.
- parseObject(String, Class<T>) - Static method in class org.xipki.util.JSON
- parseObject(Path, Class<T>) - Static method in class org.xipki.util.JSON
- parseObjectAndClose(InputStream, Class<T>) - Static method in class org.xipki.util.JSON
-
Deserialize the object from the input stream and closes the inputstream.
- parseRFC3339Timestamp(String) - Static method in class org.xipki.util.DateUtil
- 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
- peekType() - Method in class org.xipki.util.cbor.CborDecoder
-
Peeks in the input stream for the upcoming type.
- PemEncoder - Class in org.xipki.util
-
PEM encoder.
- PemEncoder() - Constructor for class org.xipki.util.PemEncoder
- PemEncoder.PemLabel - Enum in org.xipki.util
- PKCS7 - org.xipki.util.PemEncoder.PemLabel
-
RFC 2315 ContentInfo.
- 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
- PRIVATE_KEY - org.xipki.util.PemEncoder.PemLabel
-
RFC 5208 PrivateKeyInfo / RFC 5958 OneAsymmetricKey.
- ProcessLog - Class in org.xipki.util
-
Process Logger.
- ProcessLog(long) - Constructor for class org.xipki.util.ProcessLog
- propertyNames() - Method in class org.xipki.util.ConfigurableProperties
-
Returns an unmodifiable set of keys from this property list where the key and its corresponding value are strings, including distinct keys in the default property list if a key of the same name has not already been found from the main properties list.
- PROPKEY_BENCHMARK - Static variable in class org.xipki.util.BenchmarkExecutor
- PUBLIC_KEY - org.xipki.util.PemEncoder.PemLabel
-
RFC 5280 SubjectPublicKeyInfo.
- put(K, V) - Method in class org.xipki.util.LruCache
-
Caches
valueforkey. - putCount() - Method in class org.xipki.util.LruCache
-
Returns the number of times
LruCache.put(K, V)was called. - putHeader(String, String) - Method in class org.xipki.util.http.HttpResponse
- putPair(String, String) - Method in class org.xipki.util.ConfPairs
R
- RandomUtil - Class in org.xipki.util
-
Random utility class.
- 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(File) - Static method in class org.xipki.util.IoUtil
- read(File, boolean) - Static method in class org.xipki.util.IoUtil
- read(String) - Static method in class org.xipki.util.IoUtil
- read(String, boolean) - Static method in class org.xipki.util.IoUtil
- read1Byte() - Method in class org.xipki.util.cbor.CborDecoder
-
read one bye
- readAllBytes(InputStream) - Static method in class org.xipki.util.IoUtil
-
Read all bytes from the input stream.
- readAllBytesAndClose(InputStream) - Static method in class org.xipki.util.IoUtil
-
Read all bytes from the input stream and close the stream.
- readArrayLength() - Method in class org.xipki.util.cbor.CborDecoder
-
Prolog to reading an array value in CBOR format.
- readBigInt() - Method in class org.xipki.util.cbor.CborDecoder
- readBigInts() - Method in class org.xipki.util.cbor.CborDecoder
- readBoolean() - Method in class org.xipki.util.cbor.CborDecoder
-
Reads a boolean value in CBOR format.
- readBooleanObj() - Method in class org.xipki.util.cbor.CborDecoder
- readBreak() - Method in class org.xipki.util.cbor.CborDecoder
-
Reads a "break"/stop value in CBOR format.
- readByteString() - Method in class org.xipki.util.cbor.CborDecoder
-
Reads a byte string value in CBOR format.
- readByteStringLength() - Method in class org.xipki.util.cbor.CborDecoder
-
Prolog to reading a byte string value in CBOR format.
- readByteStrings() - Method in class org.xipki.util.cbor.CborDecoder
- readContent() - Method in class org.xipki.util.FileOrBinary
- readContent() - Method in class org.xipki.util.FileOrValue
- readDouble() - Method in class org.xipki.util.cbor.CborDecoder
-
Reads a double-precision float value in CBOR format.
- readFloat() - Method in class org.xipki.util.cbor.CborDecoder
-
Reads a single-precision float value in CBOR format.
- readHalfPrecisionFloat() - Method in class org.xipki.util.cbor.CborDecoder
-
Reads a half-precision float value in CBOR format.
- readInstant() - Method in class org.xipki.util.cbor.CborDecoder
- readInt() - Method in class org.xipki.util.cbor.CborDecoder
- readInt16() - Method in class org.xipki.util.cbor.CborDecoder
-
Reads a signed or unsigned 16-bit integer value in CBOR format.
- readInt32() - Method in class org.xipki.util.cbor.CborDecoder
-
Reads a signed or unsigned 32-bit integer value in CBOR format.
- readInt64() - Method in class org.xipki.util.cbor.CborDecoder
-
Reads a signed or unsigned 64-bit integer value in CBOR format.
- readInt8() - Method in class org.xipki.util.cbor.CborDecoder
-
Reads a signed or unsigned 8-bit integer value in CBOR format.
- readIntList() - Method in class org.xipki.util.cbor.CborDecoder
- readIntObj() - Method in class org.xipki.util.cbor.CborDecoder
- readInts() - Method in class org.xipki.util.cbor.CborDecoder
- readLastNonBlankLine(File) - Static method in class org.xipki.util.IoUtil
- readLineFromConsole(String) - Static method in class org.xipki.util.IoUtil
- readLong() - Method in class org.xipki.util.cbor.CborDecoder
-
Reads a signed or unsigned integer value in CBOR format.
- readLongList() - Method in class org.xipki.util.cbor.CborDecoder
- readLongObj() - Method in class org.xipki.util.cbor.CborDecoder
- readLongs() - Method in class org.xipki.util.cbor.CborDecoder
- readMajorType(int) - Method in class org.xipki.util.cbor.CborDecoder
-
Reads the next major type from the underlying input stream, and verifies whether it matches the given expectation.
- readMajorTypeExact(int, int) - Method in class org.xipki.util.cbor.CborDecoder
-
Reads the next major type from the underlying input stream, and verifies whether it matches the given expectations.
- readMajorTypeWithSize(int) - Method in class org.xipki.util.cbor.CborDecoder
-
Reads the next major type from the underlying input stream, verifies whether it matches the given expectation, and decodes the payload into a size.
- readMapLength() - Method in class org.xipki.util.cbor.CborDecoder
-
Prolog to reading a map of key-value pairs in CBOR format.
- readNull() - Method in class org.xipki.util.cbor.CborDecoder
-
Reads a
null-value in CBOR format. - readNullOrArrayLength() - Method in class org.xipki.util.cbor.CborDecoder
- readNullOrArrayLength(int) - Method in class org.xipki.util.cbor.CborDecoder
-
true if it is null, or false it is an array of the specified length.
- readNullOrArrayLength(Class) - Method in class org.xipki.util.cbor.CborDecoder
- readNullOrMapLength() - Method in class org.xipki.util.cbor.CborDecoder
- readPasswordFromConsole(String) - Static method in class org.xipki.util.IoUtil
- readSimpleValue() - Method in class org.xipki.util.cbor.CborDecoder
-
Reads a single byte value in CBOR format.
- readSmallInt() - Method in class org.xipki.util.cbor.CborDecoder
-
Reads a signed or unsigned small (<= 23) integer value in CBOR format.
- readTag() - Method in class org.xipki.util.cbor.CborDecoder
-
Reads a semantic tag value in CBOR format.
- readTagObj() - Method in class org.xipki.util.cbor.CborDecoder
- readTextString() - Method in class org.xipki.util.cbor.CborDecoder
-
Reads an UTF-8 encoded string value in CBOR format.
- readTextStringLength() - Method in class org.xipki.util.cbor.CborDecoder
-
Prolog to reading an UTF-8 encoded string value in CBOR format.
- readTextStrings() - Method in class org.xipki.util.cbor.CborDecoder
- readUInt(int, boolean) - Method in class org.xipki.util.cbor.CborDecoder
-
Reads an unsigned integer with a given length-indicator.
- readUInt16() - Method in class org.xipki.util.cbor.CborDecoder
-
Reads an unsigned 16-bit integer value
- readUInt32() - Method in class org.xipki.util.cbor.CborDecoder
-
Reads an unsigned 32-bit integer value
- readUInt64() - Method in class org.xipki.util.cbor.CborDecoder
-
Reads an unsigned 64-bit integer value
- readUInt8() - Method in class org.xipki.util.cbor.CborDecoder
-
Reads an unsigned 8-bit integer value
- readUIntExact(int, int) - Method in class org.xipki.util.cbor.CborDecoder
-
Reads an unsigned integer with a given length-indicator.
- readUndefined() - Method in class org.xipki.util.cbor.CborDecoder
-
Reads an undefined value in CBOR format.
- ReflectiveUtil - Class in org.xipki.util
-
Utility class for the reflective operations.
- ReflectiveUtil() - Constructor for class org.xipki.util.ReflectiveUtil
- remove(int) - Method in class org.xipki.util.ReqRespDebug
- remove(String) - Method in class org.xipki.util.ConfigurableProperties
- remove(K) - Method in class org.xipki.util.LruCache
-
Removes the entry for
keyif it exists. - remove(ConcurrentBag.BagEntry<T>) - Method in class org.xipki.util.ConcurrentBag
-
Remove a value from the bag.
- remove(ReqRespDebug.ReqRespPair) - Method in class org.xipki.util.ReqRespDebug
- removePair(String) - Method in class org.xipki.util.ConfPairs
- renameTo(File, File) - Static method in class org.xipki.util.IoUtil
- ReqRespDebug - Class in org.xipki.util
-
Helper class for debug.
- 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
- required - org.xipki.util.TripleState
- requite(ConcurrentBag.BagEntry<T>) - Method in class org.xipki.util.ConcurrentBag
-
This method will return a borrowed object to the bag.
- 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.
- resolveVariables(String) - Static method in class org.xipki.util.StringUtil
S
- save(File, byte[]) - Static method in class org.xipki.util.IoUtil
- save(File, byte[], boolean) - Static method in class org.xipki.util.IoUtil
- save(String, byte[]) - Static method in class org.xipki.util.IoUtil
- save(String, byte[], boolean) - Static method in class org.xipki.util.IoUtil
- saveRequest() - Method in class org.xipki.util.ReqRespDebug
- saveResponse() - Method in class org.xipki.util.ReqRespDebug
- SC_ACCEPTED - Static variable in interface org.xipki.util.http.HttpStatusCode
-
Status code (202) indicating that a request was accepted for processing, but was not completed.
- SC_BAD_GATEWAY - Static variable in interface org.xipki.util.http.HttpStatusCode
-
Status code (502) indicating that the HTTP server received an invalid response from a server it consulted when acting as a proxy or gateway.
- SC_BAD_REQUEST - Static variable in interface org.xipki.util.http.HttpStatusCode
-
Status code (400) indicating the request sent by the client was syntactically incorrect.
- SC_CONFLICT - Static variable in interface org.xipki.util.http.HttpStatusCode
-
Status code (409) indicating that the request could not be completed due to a conflict with the current state of the resource.
- SC_CONTINUE - Static variable in interface org.xipki.util.http.HttpStatusCode
-
Status code (100) indicating the client can continue.
- SC_CREATED - Static variable in interface org.xipki.util.http.HttpStatusCode
-
Status code (201) indicating the request succeeded and created a new resource on the server.
- SC_EXPECTATION_FAILED - Static variable in interface org.xipki.util.http.HttpStatusCode
-
Status code (417) indicating that the server could not meet the expectation given in the Expect request header.
- SC_FORBIDDEN - Static variable in interface org.xipki.util.http.HttpStatusCode
-
Status code (403) indicating the server understood the request but refused to fulfill it.
- SC_FOUND - Static variable in interface org.xipki.util.http.HttpStatusCode
-
Status code (302) indicating that the resource reside temporarily under a different URI.
- SC_GATEWAY_TIMEOUT - Static variable in interface org.xipki.util.http.HttpStatusCode
-
Status code (504) indicating that the server did not receive a timely response from the upstream server while acting as a gateway or proxy.
- SC_GONE - Static variable in interface org.xipki.util.http.HttpStatusCode
-
Status code (410) indicating that the resource is no longer available at the server and no forwarding address is known.
- SC_HTTP_VERSION_NOT_SUPPORTED - Static variable in interface org.xipki.util.http.HttpStatusCode
-
Status code (505) indicating that the server does not support or refuses to support the HTTP protocol version that was used in the request message.
- SC_INTERNAL_SERVER_ERROR - Static variable in interface org.xipki.util.http.HttpStatusCode
-
Status code (500) indicating an error inside the HTTP server which prevented it from fulfilling the request.
- SC_LENGTH_REQUIRED - Static variable in interface org.xipki.util.http.HttpStatusCode
-
Status code (411) indicating that the request cannot be handled without a defined
Content-Length. - SC_METHOD_NOT_ALLOWED - Static variable in interface org.xipki.util.http.HttpStatusCode
-
Status code (405) indicating that the method specified in the
Request-Lineis not allowed for the resource identified by theRequest-URI. - SC_MOVED_PERMANENTLY - Static variable in interface org.xipki.util.http.HttpStatusCode
-
Status code (301) indicating that the resource has permanently moved to a new location, and that future references should use a new URI with their requests.
- SC_MOVED_TEMPORARILY - Static variable in interface org.xipki.util.http.HttpStatusCode
-
Status code (302) indicating that the resource has temporarily moved to another location, but that future references should still use the original URI to access the resource.
- SC_MULTIPLE_CHOICES - Static variable in interface org.xipki.util.http.HttpStatusCode
-
Status code (300) indicating that the requested resource corresponds to any one of a set of representations, each with its own specific location.
- SC_NO_CONTENT - Static variable in interface org.xipki.util.http.HttpStatusCode
-
Status code (204) indicating that the request succeeded but that there was no new information to return.
- SC_NON_AUTHORITATIVE_INFORMATION - Static variable in interface org.xipki.util.http.HttpStatusCode
-
Status code (203) indicating that the meta information presented by the client did not originate from the server.
- SC_NOT_ACCEPTABLE - Static variable in interface org.xipki.util.http.HttpStatusCode
-
Status code (406) indicating that the resource identified by the request is only capable of generating response entities which have content characteristics not acceptable according to the accept headers sent in the request.
- SC_NOT_FOUND - Static variable in interface org.xipki.util.http.HttpStatusCode
-
Status code (404) indicating that the requested resource is not available.
- SC_NOT_IMPLEMENTED - Static variable in interface org.xipki.util.http.HttpStatusCode
-
Status code (501) indicating the HTTP server does not support the functionality needed to fulfill the request.
- SC_NOT_MODIFIED - Static variable in interface org.xipki.util.http.HttpStatusCode
-
Status code (304) indicating that a conditional GET operation found that the resource was available and not modified.
- SC_OK - Static variable in interface org.xipki.util.http.HttpStatusCode
-
Status code (200) indicating the request succeeded normally.
- SC_PARTIAL_CONTENT - Static variable in interface org.xipki.util.http.HttpStatusCode
-
Status code (206) indicating that the server has fulfilled the partial GET request for the resource.
- SC_PAYMENT_REQUIRED - Static variable in interface org.xipki.util.http.HttpStatusCode
-
Status code (402) reserved for future use.
- SC_PRECONDITION_FAILED - Static variable in interface org.xipki.util.http.HttpStatusCode
-
Status code (412) indicating that the precondition given in one or more of the request-header fields evaluated to false when it was tested on the server.
- SC_PROXY_AUTHENTICATION_REQUIRED - Static variable in interface org.xipki.util.http.HttpStatusCode
-
Status code (407) indicating that the client MUST first authenticate itself with the proxy.
- SC_REQUEST_ENTITY_TOO_LARGE - Static variable in interface org.xipki.util.http.HttpStatusCode
-
Status code (413) indicating that the server is refusing to process the request because the request entity is larger than the server is willing or able to process.
- SC_REQUEST_TIMEOUT - Static variable in interface org.xipki.util.http.HttpStatusCode
-
Status code (408) indicating that the client did not produce a request within the time that the server was prepared to wait.
- SC_REQUEST_URI_TOO_LONG - Static variable in interface org.xipki.util.http.HttpStatusCode
-
Status code (414) indicating that the server is refusing to service the request because the
Request-URIis longer than the server is willing to interpret. - SC_REQUESTED_RANGE_NOT_SATISFIABLE - Static variable in interface org.xipki.util.http.HttpStatusCode
-
Status code (416) indicating that the server cannot serve the requested byte range.
- SC_RESET_CONTENT - Static variable in interface org.xipki.util.http.HttpStatusCode
-
Status code (205) indicating that the agent SHOULD reset the document view which caused the request to be sent.
- SC_SEE_OTHER - Static variable in interface org.xipki.util.http.HttpStatusCode
-
Status code (303) indicating that the response to the request can be found under a different URI.
- SC_SERVICE_UNAVAILABLE - Static variable in interface org.xipki.util.http.HttpStatusCode
-
Status code (503) indicating that the HTTP server is temporarily overloaded, and unable to handle the request.
- SC_SWITCHING_PROTOCOLS - Static variable in interface org.xipki.util.http.HttpStatusCode
-
Status code (101) indicating the server is switching protocols according to Upgrade header.
- SC_TEMPORARY_REDIRECT - Static variable in interface org.xipki.util.http.HttpStatusCode
-
Status code (307) indicating that the requested resource resides temporarily under a different URI.
- SC_UNAUTHORIZED - Static variable in interface org.xipki.util.http.HttpStatusCode
-
Status code (401) indicating that the request requires HTTP authentication.
- SC_UNSUPPORTED_MEDIA_TYPE - Static variable in interface org.xipki.util.http.HttpStatusCode
-
Status code (415) indicating that the server is refusing to service the request because the entity of the request is in a format not supported by the requested resource for the requested method.
- SC_USE_PROXY - Static variable in interface org.xipki.util.http.HttpStatusCode
-
Status code (305) indicating that the requested resource MUST be accessed through the proxy given by the
Locationfield. - sendError(int) - Method in interface org.xipki.util.http.XiHttpResponse
- setAttribute(String, String) - Method in interface org.xipki.util.http.XiHttpRequest
- setBinary(byte[]) - Method in class org.xipki.util.FileOrBinary
- setConfFile(String) - Method in class org.xipki.util.DefaultCurl
- setContent(byte[]) - Method in class org.xipki.util.Curl.CurlResult
- setContentLength(int) - Method in class org.xipki.util.Curl.CurlResult
- setContentLength(int) - Method in interface org.xipki.util.http.XiHttpResponse
- setContentType(String) - Method in class org.xipki.util.Curl.CurlResult
- setContentType(String) - Method in interface org.xipki.util.http.XiHttpResponse
- 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
- setHeader(String, String) - Method in interface org.xipki.util.http.XiHttpResponse
- setHostnameVerifier(String) - Method in class org.xipki.util.http.SslConf
- setKeyManagerFactoryAlgorithm(String) - Method in class org.xipki.util.http.SslContextBuilder
-
Sets the key manager factory algorithm name.
- setKeystore(FileOrBinary) - Method in class org.xipki.util.http.SslConf
- setKeystorePassword(String) - Method in class org.xipki.util.http.SslConf
- setKeyStoreType(String) - Method in class org.xipki.util.http.SslContextBuilder
-
Sets the key store type.
- setName(String) - Method in class org.xipki.util.http.SslConf
- setProperty(String, String) - Method in class org.xipki.util.ConfigurableProperties
-
Calls the
Hashtablemethodput. - setProtocol(String) - Method in class org.xipki.util.http.SslContextBuilder
-
Sets the SSLContext protocol algorithm name.
- setProvider(String) - Method in class org.xipki.util.http.SslContextBuilder
- setProvider(Provider) - 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.SslContextConfWrapper
- setSslKeystore(String) - Method in class org.xipki.util.http.SslContextConfWrapper
- setSslKeystore(FileOrBinary) - Method in class org.xipki.util.http.SslContextConfWrapper
- setSslKeystorePassword(String) - Method in class org.xipki.util.http.SslContextConfWrapper
- setSslStoreType(String) - Method in class org.xipki.util.http.SslContextConfWrapper
- setSslTrustanchors(String) - Method in class org.xipki.util.http.SslContextConfWrapper
- setState(int) - Method in class org.xipki.util.ConcurrentBag.BagEntry
- setStatus(int) - Method in interface org.xipki.util.http.XiHttpResponse
- setStoreType(String) - Method in class org.xipki.util.http.SslConf
- setThreads(int) - Method in class org.xipki.util.BenchmarkExecutor
- setTrustanchors(FileOrBinary[]) - Method in class org.xipki.util.http.SslConf
- 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.DefaultCurl
- setUseSslConf(boolean) - Method in class org.xipki.util.http.SslContextConfWrapper
- setValue(String) - Method in class org.xipki.util.FileOrValue
- SINGLE_PRECISION_FLOAT - Static variable in interface org.xipki.util.cbor.CborConstants
-
Denotes a single-precision float (four-byte IEEE 754, see
CborConstants.TYPE_FLOAT_SIMPLE). - size() - Method in class org.xipki.util.ConcurrentBag
-
Get the total number of items in the bag.
- size() - Method in class org.xipki.util.ConfigurableProperties
- 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
keyandvaluein user-defined units. - snapshot() - Method in class org.xipki.util.LruCache
-
Returns a snapshot the cache.
- sort(Collection<T>) - Static method in class org.xipki.util.CollectionUtil
- split(String, String) - Static method in class org.xipki.util.StringUtil
- splitAsArray(String, String) - Static method in class org.xipki.util.StringUtil
- splitAsSet(String, String) - Static method in class org.xipki.util.StringUtil
- SqlUtil - Class in org.xipki.util
-
SQL utilities.
- SqlUtil() - Constructor for class org.xipki.util.SqlUtil
- SslConf - Class in org.xipki.util.http
-
Configuration of SSL.
- SslConf() - Constructor for class org.xipki.util.http.SslConf
- SslContextBuilder - Class in org.xipki.util.http
-
Builder for
SSLContextinstances. - SslContextBuilder() - Constructor for class org.xipki.util.http.SslContextBuilder
- SslContextConf - Class in org.xipki.util.http
-
Configuration of SSL context.
- SslContextConf(String, FileOrBinary, String, FileOrBinary[], String) - Constructor for class org.xipki.util.http.SslContextConf
- SslContextConf(FileOrBinary[], String) - Constructor for class org.xipki.util.http.SslContextConf
- SslContextConfWrapper - Class in org.xipki.util.http
-
Configuration of SSL context.
- SslContextConfWrapper() - Constructor for class org.xipki.util.http.SslContextConfWrapper
- startsWithIgnoreCase(String, String) - Static method in class org.xipki.util.StringUtil
- startsWithIgnoreCase(String, String, int) - Static method in class org.xipki.util.StringUtil
- startTime() - Method in class org.xipki.util.ProcessLog
- stop() - Method in class org.xipki.util.BenchmarkExecutor
- StringUtil - Class in org.xipki.util
-
Utility class for String.
T
- TAG_BASE64_ENCODED - Static variable in interface org.xipki.util.cbor.CborConstants
-
Semantic tag value describing a base64 encoded string (UTF8 string).
- TAG_BASE64_URL_ENCODED - Static variable in interface org.xipki.util.cbor.CborConstants
-
Semantic tag value describing a base64url encoded string (UTF8 string).
- TAG_BIGDECIMAL - Static variable in interface org.xipki.util.cbor.CborConstants
-
Semantic tag value describing a big decimal value (two-element array, base 2).
- TAG_CBOR_ENCODED - Static variable in interface org.xipki.util.cbor.CborConstants
-
Semantic tag value describing an encoded CBOR data item (byte string).
- TAG_CBOR_MARKER - Static variable in interface org.xipki.util.cbor.CborConstants
-
Semantic tag value describing CBOR content.
- TAG_DECIMAL_FRACTION - Static variable in interface org.xipki.util.cbor.CborConstants
-
Semantic tag value describing a decimal fraction value (two-element array, base 10).
- TAG_EPOCH_DATE_TIME - Static variable in interface org.xipki.util.cbor.CborConstants
-
Semantic tag value describing date/time values as Epoch timestamp (numeric, RFC3339).
- TAG_EXPECTED_BASE16_ENCODED - Static variable in interface org.xipki.util.cbor.CborConstants
-
Semantic tag value describing an expected conversion to base16 encoding.
- TAG_EXPECTED_BASE64_ENCODED - Static variable in interface org.xipki.util.cbor.CborConstants
-
Semantic tag value describing an expected conversion to base64 encoding.
- TAG_EXPECTED_BASE64_URL_ENCODED - Static variable in interface org.xipki.util.cbor.CborConstants
-
Semantic tag value describing an expected conversion to base64url encoding.
- TAG_MIME_MESSAGE - Static variable in interface org.xipki.util.cbor.CborConstants
-
Semantic tag value describing a MIME message (UTF8 string, RFC2045).
- TAG_NEGATIVE_BIGINT - Static variable in interface org.xipki.util.cbor.CborConstants
-
Semantic tag value describing a negative big integer value (byte string).
- TAG_POSITIVE_BIGINT - Static variable in interface org.xipki.util.cbor.CborConstants
-
Semantic tag value describing a positive big integer value (byte string).
- TAG_REGEXP - Static variable in interface org.xipki.util.cbor.CborConstants
-
Semantic tag value describing a regular expression string (UTF8 string, PCRE).
- TAG_STANDARD_DATE_TIME - Static variable in interface org.xipki.util.cbor.CborConstants
-
Semantic tag value describing date/time values in the standard format (UTF8 string, RFC3339).
- TAG_URI - Static variable in interface org.xipki.util.cbor.CborConstants
-
Semantic tag value describing an URL (UTF8 string).
- toBigInt(String) - Static method in class org.xipki.util.StringUtil
- toBigInt(String, boolean) - Static method in class org.xipki.util.StringUtil
- toByteArray() - Method in class org.xipki.util.cbor.ByteArrayCborEncoder
- toEpochSecond(Date) - Static method in class org.xipki.util.DateUtil
- toJson(Object) - Static method in class org.xipki.util.JSON
- toJSONBytes(Object) - Static method in class org.xipki.util.JSON
- TOKEN_TERM - Static variable in class org.xipki.util.ConfPairs
- toLowerCaseList(List<String>) - Static method in class org.xipki.util.CollectionUtil
- toNonBlankLower(String, String) - Static method in class org.xipki.util.Args
- toPrettyJson(Object) - Static method in class org.xipki.util.JSON
- toProperties() - Method in class org.xipki.util.ConfigurableProperties
- toSslContextConf() - Method in class org.xipki.util.http.SslContextConfWrapper
- toString() - Method in class org.xipki.util.cbor.CborType
- toString() - Method in class org.xipki.util.ConfigurableProperties
- toString() - Method in class org.xipki.util.ConfPairs
- toString() - Method in class org.xipki.util.HourMinute
- toString() - Method in class org.xipki.util.http.SslContextBuilder
- toString() - Method in class org.xipki.util.LruCache
- toString() - Method in class org.xipki.util.Validity
- toStringOmitSensitive(String...) - Method in class org.xipki.util.ConfPairs
- toStringOmitSensitive(Collection<String>, Collection<String>) - Method in class org.xipki.util.ConfPairs
- total() - Method in class org.xipki.util.ProcessLog
- total(long) - Method in class org.xipki.util.ProcessLog
- totalAverageSpeed() - Method in class org.xipki.util.ProcessLog
- totalElapsedTime() - Method in class org.xipki.util.ProcessLog
- toUtcTimeyyyyMMdd(Instant) - Static method in class org.xipki.util.DateUtil
- toUtcTimeyyyyMMddhhmmss(Instant) - Static method in class org.xipki.util.DateUtil
- toUtf8Bytes(String) - Static method in class org.xipki.util.StringUtil
- toUtf8String(byte[]) - Static method in class org.xipki.util.StringUtil
- 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
-
Triple state enum.
- TRUE - Static variable in interface org.xipki.util.cbor.CborConstants
-
The CBOR-encoded boolean
truevalue (encoded as "simple value":CborConstants.TYPE_FLOAT_SIMPLE). - TWO_BYTES - Static variable in interface org.xipki.util.cbor.CborConstants
-
Denotes a two-byte value (uint16).
- TYPE_ARRAY - Static variable in interface org.xipki.util.cbor.CborConstants
-
Major type 4: array of items.
- TYPE_BYTE_STRING - Static variable in interface org.xipki.util.cbor.CborConstants
-
Major type 2: byte string.
- TYPE_FLOAT_SIMPLE - Static variable in interface org.xipki.util.cbor.CborConstants
-
Major type 7: floating point, simple data types.
- TYPE_MAP - Static variable in interface org.xipki.util.cbor.CborConstants
-
Major type 5: map of pairs.
- TYPE_NEGATIVE_INTEGER - Static variable in interface org.xipki.util.cbor.CborConstants
-
Major type 1: negative integers.
- TYPE_TAG - Static variable in interface org.xipki.util.cbor.CborConstants
-
Major type 6: semantic tags.
- TYPE_TEXT_STRING - Static variable in interface org.xipki.util.cbor.CborConstants
-
Major type 3: text/UTF8 string.
- TYPE_UNSIGNED_INTEGER - Static variable in interface org.xipki.util.cbor.CborConstants
-
Major type 0: unsigned integers.
U
- UNDEFINED - Static variable in interface org.xipki.util.cbor.CborConstants
-
The CBOR-encoded "undefined" value (encoded as "simple value":
CborConstants.TYPE_FLOAT_SIMPLE). - 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
V
- ValidableConf - Class in org.xipki.util
-
Configuration that can be validated.
- ValidableConf() - Constructor for class org.xipki.util.ValidableConf
- 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() - Method in class org.xipki.util.ValidableConf
- validate(Collection<? extends ValidableConf>, Collection<? extends ValidableConf>...) - Static method in class org.xipki.util.ValidableConf
- validate(ValidableConf, ValidableConf...) - Static method in class org.xipki.util.ValidableConf
- 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.ConcurrentBag.BagEntry
- value(String) - Method in class org.xipki.util.ConfPairs
- value(String, String) - Method in class org.xipki.util.ConfPairs
- valueOf(int) - Static method in class org.xipki.util.cbor.CborType
-
Decodes a given byte value to a
CborTypevalue. - 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() - Method in class org.xipki.util.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.
- 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.
W
- warn(Logger, Throwable) - Static method in class org.xipki.util.LogUtil
- warn(Logger, Throwable, String) - Static method in class org.xipki.util.LogUtil
- WEEK - org.xipki.util.Validity.Unit
- writeArrayStart() - Method in class org.xipki.util.cbor.CborEncoder
-
Writes the start of an indefinite-length array.
- writeArrayStart(int) - Method in class org.xipki.util.cbor.CborEncoder
-
Writes the start of a definite-length array.
- writeBigInt(BigInteger) - Method in class org.xipki.util.cbor.CborEncoder
- writeBigInts(BigInteger[]) - Method in class org.xipki.util.cbor.CborEncoder
- writeBoolean(boolean) - Method in class org.xipki.util.cbor.CborEncoder
-
Writes a boolean value in canonical CBOR format.
- writeBooleanObj(Boolean) - Method in class org.xipki.util.cbor.CborEncoder
- writeBreak() - Method in class org.xipki.util.cbor.CborEncoder
-
Writes a "break" stop-value in canonical CBOR format.
- writeByteString(byte[]) - Method in class org.xipki.util.cbor.CborEncoder
-
Writes a byte string in canonical CBOR-format.
- writeByteString(byte[], int, int) - Method in class org.xipki.util.cbor.CborEncoder
- writeByteStrings(byte[][]) - Method in class org.xipki.util.cbor.CborEncoder
- writeByteStringStart() - Method in class org.xipki.util.cbor.CborEncoder
-
Writes the start of an indefinite-length byte string.
- writeDouble(double) - Method in class org.xipki.util.cbor.CborEncoder
-
Writes a double-precision float value in canonical CBOR format.
- writeEnumObj(Enum) - Method in class org.xipki.util.cbor.CborEncoder
- writeFloat(float) - Method in class org.xipki.util.cbor.CborEncoder
-
Writes a single-precision float value in canonical CBOR format.
- writeHalfPrecisionFloat(float) - Method in class org.xipki.util.cbor.CborEncoder
-
Writes a half-precision float value in canonical CBOR format.
- writeInstant(Instant) - Method in class org.xipki.util.cbor.CborEncoder
- writeInt(int, byte[], int) - Static method in class org.xipki.util.IoUtil
- writeInt(long) - Method in class org.xipki.util.cbor.CborEncoder
-
Writes a signed or unsigned integer value in canonical CBOR format, that is, tries to encode it in a little bytes as possible.
- writeInt16(int) - Method in class org.xipki.util.cbor.CborEncoder
-
Writes a signed or unsigned 16-bit integer value in CBOR format.
- writeInt32(long) - Method in class org.xipki.util.cbor.CborEncoder
-
Writes a signed or unsigned 32-bit integer value in CBOR format.
- writeInt64(long) - Method in class org.xipki.util.cbor.CborEncoder
-
Writes a signed or unsigned 64-bit integer value in CBOR format.
- writeInt8(int) - Method in class org.xipki.util.cbor.CborEncoder
-
Writes a signed or unsigned 8-bit integer value in CBOR format.
- writeIntObj(Integer) - Method in class org.xipki.util.cbor.CborEncoder
- writeIntObj(Long) - Method in class org.xipki.util.cbor.CborEncoder
- writeJSON(Object, OutputStream) - Static method in class org.xipki.util.JSON
-
Serialize the object to the output stream.
- writeJSONAndClose(Object, OutputStream) - Static method in class org.xipki.util.JSON
-
Serialize the object to the output stream.
- writeLongs(long[]) - Method in class org.xipki.util.cbor.CborEncoder
- writeLongs(List<Long>) - Method in class org.xipki.util.cbor.CborEncoder
- writeMapStart() - Method in class org.xipki.util.cbor.CborEncoder
-
Writes the start of an indefinite-length map.
- writeMapStart(int) - Method in class org.xipki.util.cbor.CborEncoder
-
Writes the start of a finite-length map.
- writeNull() - Method in class org.xipki.util.cbor.CborEncoder
-
Writes a
nullvalue in canonical CBOR format. - writeObject(CborEncodable) - Method in class org.xipki.util.cbor.CborEncoder
- writeObjects(CborEncodable[]) - Method in class org.xipki.util.cbor.CborEncoder
- writePrettyJSON(Object, OutputStream) - Static method in class org.xipki.util.JSON
-
Serialize the object in pretty format to the output stream.
- writePrettyJSONAndClose(Object, OutputStream) - Static method in class org.xipki.util.JSON
-
Serialize the object in pretty format to the output stream.
- writeShort(short, byte[], int) - Static method in class org.xipki.util.IoUtil
- writeSimpleType(int, int) - Method in class org.xipki.util.cbor.CborEncoder
-
Encodes and writes the major type and value as a simple type.
- writeSimpleValue(byte) - Method in class org.xipki.util.cbor.CborEncoder
-
Writes a simple value, i.e., an "atom" or "constant" value in canonical CBOR format.
- writeSmallInt(int) - Method in class org.xipki.util.cbor.CborEncoder
-
Writes a signed or unsigned small (<= 23) integer value in CBOR format.
- writeString(int, byte[]) - Method in class org.xipki.util.cbor.CborEncoder
-
Writes a byte string in canonical CBOR-format.
- writeString(int, byte[], int, int) - Method in class org.xipki.util.cbor.CborEncoder
- writeTag(long) - Method in class org.xipki.util.cbor.CborEncoder
-
Writes a semantic tag in canonical CBOR format.
- writeTextString(String) - Method in class org.xipki.util.cbor.CborEncoder
-
Writes an UTF-8 string in canonical CBOR-format.
- writeTextStrings(String[]) - Method in class org.xipki.util.cbor.CborEncoder
- writeTextStringStart() - Method in class org.xipki.util.cbor.CborEncoder
-
Writes the start of an indefinite-length UTF-8 string.
- writeType(int, long) - Method in class org.xipki.util.cbor.CborEncoder
-
Encodes and writes the major type indicator with a given payload (length).
- writeUInt(int, long) - Method in class org.xipki.util.cbor.CborEncoder
-
Encodes and writes an unsigned integer value, that is, tries to encode it in a little bytes as possible.
- writeUInt16(int, int) - Method in class org.xipki.util.cbor.CborEncoder
-
Encodes and writes an unsigned 16-bit integer value
- writeUInt32(int, int) - Method in class org.xipki.util.cbor.CborEncoder
-
Encodes and writes an unsigned 32-bit integer value
- writeUInt64(int, long) - Method in class org.xipki.util.cbor.CborEncoder
-
Encodes and writes an unsigned 64-bit integer value
- writeUInt8(int, int) - Method in class org.xipki.util.cbor.CborEncoder
-
Encodes and writes an unsigned 8-bit integer value
- writeUndefined() - Method in class org.xipki.util.cbor.CborEncoder
-
Writes an "undefined" value in canonical CBOR format.
X
- X509_CRL - org.xipki.util.PemEncoder.PemLabel
-
RFC 5280 CertificateList.
- XiHttpClient - Class in org.xipki.util.http
-
The HTTP client.
- XiHttpClient() - Constructor for class org.xipki.util.http.XiHttpClient
- XiHttpClient(SSLSocketFactory, HostnameVerifier) - Constructor for class org.xipki.util.http.XiHttpClient
- XiHttpClient(SslContextConf) - Constructor for class org.xipki.util.http.XiHttpClient
- XiHttpClientException - Exception in org.xipki.util.http
-
HTTP client exception.
- XiHttpClientException(String) - Constructor for exception org.xipki.util.http.XiHttpClientException
- XiHttpClientException(String, Throwable) - Constructor for exception org.xipki.util.http.XiHttpClientException
- XiHttpClientException(Throwable) - Constructor for exception org.xipki.util.http.XiHttpClientException
- XiHttpFilter - Interface in org.xipki.util.http
-
HTTP filter.
- XiHttpRequest - Interface in org.xipki.util.http
-
HTTP request.
- XiHttpResponse - Interface in org.xipki.util.http
-
HTTP response interface.
- XipkiBaseDir - Class in org.xipki.util
-
XIPKI_BASE utility class.
Y
- YEAR - org.xipki.util.Validity.Unit
_
- _null(Object, String) - Static method in class org.xipki.util.ValidableConf
All Classes All Packages