%SYS
KMIPServer Class Reference
Inheritance diagram for KMIPServer:
Collaboration diagram for KMIPServer:

Public Attributes

 DBEncStartKeyList
 Comma-delimited list of data encryption key IDs for activation at startup. More...
 
 Description
   More...
 
 Flags
 Flags argument to KMIP_CMD_new() More...
 
 Host
 Server host DNS name. More...
 
 NBIO
 Non-blocking I/O. More...
 
 Name
 Name of this KMIP Server. More...
 
 Port
 TCP port number. More...
 
 Protocol
 OASIS KMIP protocol version. More...
 
 Reconnect
 Auto-reconnect. More...
 
 SSLConfig
 SSL/TLS configuration name. More...
 
 Timeout
 I/O timeout, in seconds. More...
 

Static Public Attributes

 DOMAIN = None
 Default Localization Domain.
 

Member Data Documentation

◆ DBEncStartKeyList

DBEncStartKeyList

Comma-delimited list of data encryption key IDs for activation at startup.

256 36-character key IDs plus commas  

◆ Description

Description

 

 

◆ Flags

Flags

Flags argument to KMIP_CMD_new()

 

◆ Host

Host

Server host DNS name.

 

◆ NBIO

NBIO

Non-blocking I/O.

 

◆ Name

Name

Name of this KMIP Server.

 

◆ Port

Port

TCP port number.

5696 is the value assigned by the IANA.

 

◆ Protocol

Protocol

OASIS KMIP protocol version.

Default is KMIP v2.1.

 

◆ Reconnect

Reconnect

Auto-reconnect.

 

◆ SSLConfig

SSLConfig

SSL/TLS configuration name.

This must be a Client configuration with Server certificate verification set to Require and file(s) containing the client's X.509 certificate and associated private key.  

◆ Timeout

Timeout

I/O timeout, in seconds.