pod

crypto

Cryptography API

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

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.

TrustEntry

Keystore entry for a trusted certificate.