Amazon Kinesis Webrtc C SDK
RtcCertificate Struct Reference

Specifies the certificate and the private key used by the certificate. The Certificates are in the form of x509 certs. More...

#include <Include.h>

Collaboration diagram for RtcCertificate:
Collaboration graph

Public Attributes

PBYTE pCertificate
 Certificate bits. More...
 
UINT32 certificateSize
 Size of certificate in bytes (optional) More...
 
PBYTE pPrivateKey
 Private key bit. More...
 
UINT32 privateKeySize
 Size of private key in bytes (optional) More...
 

Detailed Description

Specifies the certificate and the private key used by the certificate. The Certificates are in the form of x509 certs.


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