UA Server SDK C++ Bundle  1.4.0.258
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
UaPkiPublicKey Class Reference

UaPkiPublicKey. More...

#include <uapkipublickey.h>

Public Types

enum  KeyType { RSA = 0, DSA, Unknown }
 KeyType Enumeration. More...
 

Public Member Functions

 UaPkiPublicKey (EVP_PKEY *pKey)
 
 UaPkiPublicKey (const UaPkiPublicKey &copy)
 
UaPkiPublicKey operator= (const UaPkiPublicKey &copy)
 
UaByteArray toDER () const
 
 operator EVP_PKEY * () const
 
int keySize () const
 
KeyType keyType () const
 
std::list< UaStringgetErrors ()
 

Static Public Member Functions

static UaPkiPublicKey fromDER (const UaByteArray &DERdata)
 

Detailed Description

Member Enumeration Documentation

KeyType Enumeration.

Enumerator
RSA 

KeyType: RSA

DSA 

KeyType: DSA

Unknown 

KeyType: Unknown


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