Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IKMIPClient::createSplitKey ( P6KMIP_SPLITPARAMS  keyParams,
P6KMIP_NEWOBJECT pCreate,
P6KMIP_RESULT pResult 
)
pure virtual

Ask the KMIP server to create a split key and register each split as a separate managed object (a KMIP 1.2 function).

Parameters
keyParams[ in ] all the parameters required by a create split key operation
pCreate[ out ] P6KMIP_NEWOBJECT containing one or more unique identifiers of the newly created objects with any new attributes that the server wants to return
pResult[ out ] Server returned status indicators
Returns
FailureP6R::eNotInitializedA successful call to initialize() is required.
P6R::eNotConnA successful call to open() is required before this function is called.
P6R::eInvalidArgpCreate or pResult is NULL.
P6R::eFormatErrorParsing error occurred while parsing a KMIP server response.
P6R::eTooBigMessage returned by server is too big to fit in configured buffers.
P6R::eTooSmallThe configured buffer size in P6KMIP_PREF.maxBufferSize is too small to hold the request message.