scclib
Stable Cloud Computing C++ Library
|
From: https://tools.ietf.org/html/rfc3279#section-2.3.5. More...
#include <cert.h>
Static Public Member Functions | |
static void | parse (const BasePtr &, KeyAlgoType &) |
Parse from an object id. More... | |
static void | parse (const DerDocument &doc, KeyAlgoType &alg) |
static BasePtr | dump (const KeyAlgoType &) |
Dump to an object id. More... | |
From: https://tools.ietf.org/html/rfc3279#section-2.3.5.
EcpkParameters ::= CHOICE { ecParameters ECParameters, namedCurve OBJECT IDENTIFIER, implicitlyCA NULL }
This implementation supports only named curves.
PEM certficate format: --—BEGIN EC PARAMETERS--— <namedCurve>
|
static |
|
static |