This type is a class for model objects.
Configuration settings for the CA client. It's used to connect to a CA over a specific protocol
Package: security| Attributes Summary | |
| name : EString | The CA client name. |
| host : EString | The host name that we use to connect the CA. |
| port : EInt | This is the port number that we use to connect to the CA. |
| pkiClientImplClass : EString | This is the implementation of the interface we define. |
| userId : EString | User ID that we use to authenticate to the server. |
| password : Password | The password of the userId that we use to authenticate. |
| baseDn : EString | The DN for the certificate request info. |
| frequencyCheck : EInt | This stores number of minus between check to the CA to see if a certificate is completed. |
| retryCheck : EInt | Specify how many times to check with the CA server to see if a certificate is completed. |
| managementScope : ManagementScope @ | * No description is available * |
| CACertificate : CACertificate * | * No description is available * |
| properties : Property * | * No description is available * |
| backupCAs : CAClient * | * No description is available * |
| Attribute Details |