Uses of Class
org.jivesoftware.openfire.keystore.CertificateStore
-
Packages that use CertificateStore Package Description org.jivesoftware.openfire.http Provides classes for XEP-0124: Bidirectional-streams Over Synchronous HTTP (BOSH).org.jivesoftware.openfire.keystore org.jivesoftware.openfire.spi org.jivesoftware.util Utility classes. -
-
Uses of CertificateStore in org.jivesoftware.openfire.http
Methods in org.jivesoftware.openfire.http with parameters of type CertificateStore Modifier and Type Method Description voidHttpBindManager. storeContentChanged(CertificateStore store) -
Uses of CertificateStore in org.jivesoftware.openfire.keystore
Subclasses of CertificateStore in org.jivesoftware.openfire.keystore Modifier and Type Class Description classIdentityStoreA 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.classTrustStoreA 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 CertificateStore Modifier and Type Method Description voidCertificateStoreWatcher. 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 CertificateStore Modifier and Type Method Description voidConnectionManagerImpl. storeContentChanged(CertificateStore store) -
Uses of CertificateStore in org.jivesoftware.util
Methods in org.jivesoftware.util with parameters of type CertificateStore Modifier and Type Method Description static 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.
-