Module client

Module client 

Source
Expand description

For sending KMIP requests and receiving responses.

Modules§

tls
TCP+TLS client “plugins” for various (a)sync TLS implementations.

Structs§

Client
A client for serializing KMIP and deserializing KMIP responses to/from an established read/write stream.
ClientBuilder
Use this builder to construct a Client struct.
ConnectionSettings
TCP and TLS settings for connecting to a KMIP server.

Enums§

ClientCertificate
Certificate details in various supported formats for use with TLS client authentication.
Error
There was a problem sending/receiving a KMIP request/response.

Type Aliases§

Result
The successful or failed outcome resulting from sending a request to a KMIP server.