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.
|
CertificateStoreManager |
A manager of certificate stores.
|
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").
|
Exception | Description |
---|---|
CertificateStoreConfigException |
A checked exception that indicates problems related to Certificate Store functionality.
|
Copyright © 2003-2008 Jive Software.