AcmeKeyPair Struct Reference

Public/private key pair. More...

#include <acme_client.h>

Data Fields

X509KeyType type
 
char_t alg [8]
 
char_t crv [8]
 
const void * publicKey
 
const void * privateKey
 
RsaPublicKey rsaPublicKey
 
RsaPrivateKey rsaPrivateKey
 
EcDomainParameters ecParams
 
EcPublicKey ecPublicKey
 
EcPrivateKey ecPrivateKey
 
EddsaPublicKey eddsaPublicKey
 
EddsaPrivateKey eddsaPrivateKey
 

Detailed Description

Public/private key pair.

Definition at line 400 of file acme_client.h.

Field Documentation

◆ alg

char_t alg[8]

Definition at line 403 of file acme_client.h.

◆ crv

char_t crv[8]

Definition at line 404 of file acme_client.h.

◆ ecParams

Definition at line 412 of file acme_client.h.

◆ ecPrivateKey

EcPrivateKey ecPrivateKey

Definition at line 414 of file acme_client.h.

◆ ecPublicKey

EcPublicKey ecPublicKey

Definition at line 413 of file acme_client.h.

◆ eddsaPrivateKey

EddsaPrivateKey eddsaPrivateKey

Definition at line 419 of file acme_client.h.

◆ eddsaPublicKey

EddsaPublicKey eddsaPublicKey

Definition at line 418 of file acme_client.h.

◆ privateKey

const void* privateKey

Definition at line 406 of file acme_client.h.

◆ publicKey

const void* publicKey

Definition at line 405 of file acme_client.h.

◆ rsaPrivateKey

RsaPrivateKey rsaPrivateKey

Definition at line 409 of file acme_client.h.

◆ rsaPublicKey

RsaPublicKey rsaPublicKey

Definition at line 408 of file acme_client.h.

◆ type

Definition at line 402 of file acme_client.h.


The documentation for this struct was generated from the following file: