Stroika Library 3.0d16
 
Loading...
Searching...
No Matches
PEMFile.h File Reference
#include "Stroika/Foundation/StroikaPreComp.h"
#include "Stroika/Foundation/Characters/String.h"
#include "Stroika/Foundation/Cryptography/PKI/PEMFile.h"
#include "Stroika/Foundation/Memory/BLOB.h"
#include "PEMFile.inl"

Go to the source code of this file.

Namespaces

namespace  Stroika::Foundation
 

Functions

Ptr Stroika::Foundation::Cryptography::Providers::OpenSSL::PEMFile::New (const BLOB &pemData)
 

Function Documentation

◆ New()

Ptr Stroika::Foundation::Cryptography::Providers::OpenSSL::PEMFile::New ( const BLOB pemData)

pemData argument is raw bytes from .pem file.

Note
- this implementation doesn't support password-protected private keys (would without too much difficult, but not clear I see the point).