client-c  0.8.1
ext_key_utils.h File Reference

External interface for client keys manipulations. More...

Go to the source code of this file.

Functions

void ext_get_endpoint_public_key (char **buffer, size_t *buffer_size, bool *needs_deallocation)
 Called to get the endpoint public key. More...
 

Detailed Description

External interface for client keys manipulations.

Copyright 2014-2016 CyberVision, Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

 http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Definition in file ext_key_utils.h.

Function Documentation

void ext_get_endpoint_public_key ( char **  buffer,
size_t *  buffer_size,
bool *  needs_deallocation 
)

Called to get the endpoint public key.

Parameters
[out]bufferPointer to buffer which should be filled with public key.
[out]buffer_sizePointer to buffer's size.
[out]needs_deallocationIndicates if the Kaa library should deallocate buffer by itself.