Key Manager Provider
This is an abstract object type that cannot be instantiated.
Key Manager Providers are responsible for managing the key material that is used to authenticate an SSL connection to its peer.
Key Manager Providers essentially provide access to the certificate that is used by the server when performing SSL or StartTLS negotiation.
Key Manager Providers
The following Key Manager Providers are available:
These Key Manager Providers inherit the properties described below.
Dependencies
The following objects depend on Key Manager Providers:
Key Manager Provider properties
You can use configuration expressions to set property values at startup time. For details, see Property value substitution.
Basic Properties |
---|
enabled
Synopsis |
Indicates whether the Key Manager Provider is enabled for use. |
Default value |
None |
Allowed values |
true false |
Multi-valued |
No |
Required |
Yes |
Admin action required |
None |
Advanced |
No |
Read-only |
No |
java-class
Synopsis |
The fully-qualified name of the Java class that provides the Key Manager Provider implementation. |
Default value |
None |
Allowed values |
A Java class that extends or implements:
|
Multi-valued |
No |
Required |
Yes |
Admin action required |
The object must be disabled and re-enabled for changes to take effect. |
Advanced |
No |
Read-only |
No |