Uses of Class
org.jivesoftware.openfire.keystore.CertificateStore
Packages that use CertificateStore
Package
Description
Provides classes for XEP-0124: Bidirectional-streams Over Synchronous HTTP (BOSH).
Utility classes.
-
Uses of CertificateStore in org.jivesoftware.openfire.http
Methods in org.jivesoftware.openfire.http with parameters of type CertificateStoreModifier and TypeMethodDescriptionvoidHttpBindManager.storeContentChanged(CertificateStore store) -
Uses of CertificateStore in org.jivesoftware.openfire.keystore
Subclasses of CertificateStore in org.jivesoftware.openfire.keystoreModifier and TypeClassDescriptionclassA 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.classA 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").Methods in org.jivesoftware.openfire.keystore with parameters of type CertificateStoreModifier and TypeMethodDescriptionvoidCertificateStoreWatcher.unwatch(CertificateStore store) Stop watching the file that backs a Certificate Store for changesvoidCertificateStoreWatcher.watch(CertificateStore store) Start watching the file that backs a Certificate Store for changes, reloading the Certificate Store when appropriate. -
Uses of CertificateStore in org.jivesoftware.openfire.spi
Methods in org.jivesoftware.openfire.spi with parameters of type CertificateStoreModifier and TypeMethodDescriptionvoidConnectionManagerImpl.storeContentChanged(CertificateStore store) -
Uses of CertificateStore in org.jivesoftware.util
Methods in org.jivesoftware.util with parameters of type CertificateStoreModifier and TypeMethodDescriptionstatic voidCertificateManager.fireCertificateStoreChanged(CertificateStore store) Notify listeners that a certificate store has been changed.voidCertificateEventListener.storeContentChanged(CertificateStore store) Event triggered when the content of a certificate store was changed.