scclib
Stable Cloud Computing C++ Library
|
RSA public key certificate. More...
#include <cert.h>
Static Public Member Functions | |
static void | parse (const BasePtr &, RsaPublicKey &) |
Parse from a sequence. More... | |
static void | parse (const DerDocument &doc, RsaPublicKey &key) |
static BasePtr | dump (const RsaPublicKey &) |
Dump to a sequence. | |
RSA public key certificate.
From https://tools.ietf.org/html/rfc2437#section-11.1.1
RSAPublicKey ::= SEQUENCE { modulus INTEGER, – n publicExponent INTEGER – e }
PEM header is BEGIN RSA PUBLIC KEY.
|
static |