This type is a class for model objects.
This object represents a class that gets invoked during an SSL handshake to determine the certificate alias to be used
Package: ssl| Attributes Summary | |
| name : EString | A name for the KeyManager. Must be specified. |
| provider : EString | This is the provider of the KeyManager implementation. This can be any valid KeyManager provider, including custom providers, so it's unlimited. This is not required as a custom class may be specified instead. |
| algorithm : EString | This is the algorithm for the KeyManager. This is only required when the provider is specified |
| keyManagerClass : EString | This is specified, instead of provider and algorithm, when a custom implementation is being used that is not registered with the java.security Provider list. This may be null if provider and algorithm is specified. |
| Property : Property * | * No description is available * |
| additionalKeyManagerAttrs : DescriptiveProperty * | * No description is available * |
| managementScope : ManagementScope @ | * No description is available * |
| Attribute Details |