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.
- Client
Builder - Use this builder to construct a Client struct.
- Connection
Settings - TCP and TLS settings for connecting to a KMIP server.
Enums§
- Client
Certificate - 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.