-
Base class for instances of
KeyStoreLoader
which load the key/trust stores from files on
a filesystem.
Base class for builder pattern used by subclasses.
When enabled in
X509Util
, handles verifying that the hostname of a peer matches the
certificate it presents.
Note: copied from Apache httpclient with some minor modifications.
This enum represents the file type of a KeyStore or TrustStore.
An interface for an object that can load key stores or trust stores.
Base class for instances of
KeyStoreLoader
which load the key/trust stores from files on
a filesystem using standard
KeyStore
types like JKS or PKCS12.
Enum specifying the client auth requirement of server-side TLS sockets created by this
X509Util.