C++ Based OPC UA Client/Server/PubSub SDK  1.7.6.537

Wrapper class for no security PKI provider. More...

#include <uapkiprovider.h>

Inherits UaPkiProvider.

Public Member Functions

 UaPkiProviderNoSecurity ()
 construction
 
virtual ~UaPkiProviderNoSecurity ()
 destruction
 
- Public Member Functions inherited from UaPkiProvider
 UaPkiProvider (UaPkiProvider *pOther)
 Creates a UaPkiProvider object initialzed with another UaPkiProvider object. More...
 
virtual ~UaPkiProvider ()
 destruction
 
UaStatus openCertificateStore ()
 Attempts to open the certificate store. More...
 
UaStatus closeCertificateStore ()
 Close the certificate store. More...
 
UaStatus loadCertificate (UaString &sCertificateName, UaByteString &certificate)
 Load a certificate from the certificate store. More...
 
UaStatus loadPrivateKey (const UaString &sPrivateKeyName, OpcUa_P_Crypto_Encoding fileFormat, const UaString &sPassword, OpcUa_Key *pKey)
 Load a private key from the certificate store. More...
 
UaStatus splitCertificateChain (const UaByteString &certificateChain, UaByteStringArray &chainEntries)
 

Detailed Description

Wrapper class for no security PKI provider.


The documentation for this class was generated from the following files: