AcmeKeyPair Struct Reference

Public/private key pair. More...

#include <acme_client.h>

Data Fields

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

Detailed Description

Public/private key pair.

Definition at line 412 of file acme_client.h.

Field Documentation

◆ alg

char_t alg[8]

Definition at line 415 of file acme_client.h.

◆ ecPrivateKey

EcPrivateKey ecPrivateKey

Definition at line 424 of file acme_client.h.

◆ ecPublicKey

EcPublicKey ecPublicKey

Definition at line 423 of file acme_client.h.

◆ eddsaPrivateKey

EddsaPrivateKey eddsaPrivateKey

Definition at line 429 of file acme_client.h.

◆ eddsaPublicKey

EddsaPublicKey eddsaPublicKey

Definition at line 428 of file acme_client.h.

◆ privateKey

const void* privateKey

Definition at line 417 of file acme_client.h.

◆ publicKey

const void* publicKey

Definition at line 416 of file acme_client.h.

◆ rsaPrivateKey

RsaPrivateKey rsaPrivateKey

Definition at line 420 of file acme_client.h.

◆ rsaPublicKey

RsaPublicKey rsaPublicKey

Definition at line 419 of file acme_client.h.

◆ type

Definition at line 414 of file acme_client.h.


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