[][src]Module activeledger::key

Key

The key module handles key generation, data signing, and key importing and exporting.

Currently RSA and EC (SECP256K1) keys can be generated. See the various modules below for more information.

Modules

export

Exporter

import

Importer

Structs

EllipticCurve
Pkcs8pem

Holds the private and public PEMs as strings

RSA

Enums

KeyError

KeyError data holder

Type Definitions

KeyResult

KeyResult definition - Shorthand for: Result<T, KeyError>