Package org.jivesoftware.openfire.keystore
package org.jivesoftware.openfire.keystore
-
ClassDescriptionA wrapper class for a Java store of certificates, its metadata (password, location) and related functionality.A checked exception that indicates problems related to Certificate Store functionality.Certificate stores are configured using a defined set of properties.A manager of certificate stores.Detects file-system based changes to (Java) keystores that back Openfire Certificate Stores, reloading them when needed.Utility methods for working with
Certificate
instances.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.A Trust Manager implementation that adds Openfire-proprietary functionality.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").