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 412 of file acme_client.h.

Field Documentation

◆ alg

char_t alg[8]

Definition at line 415 of file acme_client.h.

◆ crv

char_t crv[8]

Definition at line 416 of file acme_client.h.

◆ ecParams

Definition at line 424 of file acme_client.h.

◆ ecPrivateKey

EcPrivateKey ecPrivateKey

Definition at line 426 of file acme_client.h.

◆ ecPublicKey

EcPublicKey ecPublicKey

Definition at line 425 of file acme_client.h.

◆ eddsaPrivateKey

EddsaPrivateKey eddsaPrivateKey

Definition at line 431 of file acme_client.h.

◆ eddsaPublicKey

EddsaPublicKey eddsaPublicKey

Definition at line 430 of file acme_client.h.

◆ privateKey

const void* privateKey

Definition at line 418 of file acme_client.h.

◆ publicKey

const void* publicKey

Definition at line 417 of file acme_client.h.

◆ rsaPrivateKey

RsaPrivateKey rsaPrivateKey

Definition at line 421 of file acme_client.h.

◆ rsaPublicKey

RsaPublicKey rsaPublicKey

Definition at line 420 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: