Uses of Package
org.jivesoftware.openfire.keystore
-
Packages that use org.jivesoftware.openfire.keystore Package Description org.jivesoftware.openfire 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. -
Classes in org.jivesoftware.openfire.keystore used by org.jivesoftware.openfire Class Description CertificateStoreManager A manager of certificate stores. -
Classes in org.jivesoftware.openfire.keystore used by org.jivesoftware.openfire.http Class Description CertificateStore A wrapper class for a Java store of certificates, its metadata (password, location) and related functionality. -
Classes in org.jivesoftware.openfire.keystore used by org.jivesoftware.openfire.keystore Class Description CertificateStore A wrapper class for a Java store of certificates, its metadata (password, location) and related functionality.CertificateStoreConfigException A checked exception that indicates problems related to Certificate Store functionality.CertificateStoreConfiguration Certificate stores are configured using a defined set of properties.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.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"). -
Classes in org.jivesoftware.openfire.keystore used by org.jivesoftware.openfire.spi Class Description 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.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.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"). -
Classes in org.jivesoftware.openfire.keystore used by org.jivesoftware.util Class Description CertificateStore A wrapper class for a Java store of certificates, its metadata (password, location) and related functionality.