lib

crypto

mixins AsymKey

A key in an asymmetric key pair

Cert

Cert defines the api for an identity certificate

CertSigner

The CertSigner allows you to configure various options for signing a certificate from a CSR to generate a signed certifcate

Crypto

Crypto defines a pluggable mixin for cryptography capabilities in Fantom

Csr

A Certificate Signing Request (CSR)

Digest

A message digest algorithm

Jwk

Models a JSON Web Key (JWK) as specified by RFC7517

JWKs wrap a Key[`Key`] object with additional metadata

Key

Key defines the api for a cryptographic key

KeyPair

A KeyPair contains a private key and its corresponding public key in an asymmetric key pair

KeyStore

KeyStore stores keys[`Key`] and certificates[`Cert`] in an aliased keystore entry

KeyStoreEntry

Marker mixin for an entry in a keystore

PrivKey

A private key in an asymmetric key pair

PrivKeyEntry

A PrivKeyEntry stores a private key and the certificate chain for the corresponding public key

PubKey

A public key in an asymmetric key pair

SymKey

A symmetric key

TrustEntry

Keystore entry for a trusted certificate

types Jwt

Models a JSON Web Token (JWT) as specified by RFC7519

A JWT includes three sections

Haxall 4.0.5 ∙ 24-Feb-2026 14:33 EST