CertificateStore |
A wrapper class for a Java store of certificates, its metadata (password, location) and related functionality.
|
CertificateStoreConfiguration |
Certificate stores are configured using a defined set of properties.
|
CertificateStoreManager |
A manager of certificate stores.
|
CertificateStoreWatcher |
Detects file-system based changes to (Java) keystores that back Openfire Certificate Stores, reloading them when
needed.
|
CertificateUtils |
Utility methods for working with Certificate instances.
|
IdentityStore |
A wrapper class for a store of certificates, its metadata (password, location) and related functionality that is
used to provide credentials (that represent this Openfire instance), an identity store
An identity store should contain private keys, each associated with its certificate chain.
|
OpenfireX509TrustManager |
A Trust Manager implementation that adds Openfire-proprietary functionality.
|
TrustStore |
A wrapper class for a store of certificates, its metadata (password, location) and related functionality that is
used to verify credentials, a trust store
The trust store should only contain certificates for the "most-trusted" Certificate Authorities (the store should not
contain Intermediates").
|