C++ Based OPC UA Client/Server SDK  1.5.5.355

This module contains all C++ classes for the PKI Library. More...

Classes

class  UaPkiCSR
 Class for handling X509 certificate signing requests. More...
 
class  UaPkiCertificateInfo
 OPC UA specific certificate information. More...
 
class  UaPkiCertificate
 Class for handling X509 certificates. More...
 
class  UaPkiCertificateCollection
 UaPkiCertificateCollection OPC UA specific certificate collection. More...
 
class  UaPkiIdentity
 Identity for certificate issuer and subject. More...
 
class  UaPkiPublicKey
 UaPkiPublicKey. More...
 
class  UaPkiRevocationList
 Class for handling revocation lists. More...
 
class  UaPkiRsaKeyPair
 UaPkiRsaKeyPair. More...
 

Enumerations

enum  UaPkiCertificate::Extension
 Extensions Enumeration.
 
enum  UaPkiCertificate::SignatureAlgorithm
 SignaturAlgorithm Enumeration.
 
enum  UaPkiKeyType { UaPkiKeyType_RSA = EVP_PKEY_RSA, UaPkiKeyType_DSA = EVP_PKEY_DSA, UaPkiKeyType_Unknown = EVP_PKEY_NONE }
 KeyType Enumeration. More...
 

Detailed Description

This module contains all C++ classes for the PKI Library.

Enumeration Type Documentation

KeyType Enumeration.

Enumerator
UaPkiKeyType_RSA 

KeyType: RSA

UaPkiKeyType_DSA 

KeyType: DSA

UaPkiKeyType_Unknown 

KeyType: Unknown