Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
P6R::P6KMIP_SERVERINFO Struct Reference

#include <p6kmipclient.h>

Public Attributes

P6KMIP_CAPABILITIES capabilities
 
p6IKMIPExtInfopExtensions
 
p6IKMIPStrpNamespaces
 
p6IKMIPEnumpObjects
 
p6IKMIPEnumpOperations
 
p6IKMIPProfileInfopProfiles
 
p6IKMIPEnumpRegMethods
 
p6IKMIPRNGInfopRNGs
 
p6IKMIPBinarypServerInfo
 
p6IKMIPValInfopValidations
 
p6IKMIPStrpVendorId
 

Detailed Description

P6KMIP_SERVERINFO.

Section 4.25 Query (in KMIP spec), result information returned by the server about its properties. For enumerator fields, if no information is available then no enumerator will be returned and the corresponding pointer will be set to NULL (e.g., if no Extension information is returned then pExtensions is set to NULL).

pOperations - an enumerator of all operations, Section 9.1.3.2.27 in p6kmip.h, supported by KMIP server, result of Query Operations function pObjects - an enumerator of all managed object types, Section 9.1.3.2.12 in p6kmip.h, supported by KMIP server, result of Query Objects function pVendorId - an enumerator returning one string vendor indentification, result of Query Server Information function pServerInfo - an enumerator returning one KMIP structure as a binary string, the meaning of which is server dependent, result of Query Server Information function pNamespaces - an enumerator of all application namespaces supported by KMIP server, result of Query Application Namespaces function pExtensions - an enumerator of all extensions supported by KMIP server, result of Query Extension List or Map functions pRNGs - an enumerator of all RNGs supported by KMIP server, result of Query RNGs function pValidations - an enumerator of all validations (e.g., FIPS) supported by KMIP server, result of Query Validations function pProfiles - an enumerator of all conformance profiles (e.g., XML Server KMIP v1.1) supported by KMIP server, result of Query Profile function pRegMethods - an enumerator of all client registration methods supported by the KMIP server, Section 9.1.3.2.47 Client Registration Methods Enumeration in p6kmip.h, result of Query Client Registration Methods function capabilities - a structure with the results of a Query Capability function on the KMIP server

Definition at line 938 of file p6kmipclient.h.


The documentation for this struct was generated from the following file: