[][src]Module yubihsm::algorithm

Cryptographic algorithms supported by the HSM

Enums

Algorithm

Cryptographic algorithm types supported by the YubiHSM2

AlgorithmErrorKind

Kinds of Algorithm-related errors

AsymmetricAlg

Asymmetric algorithms (RSA or ECC)

EcdsaAlg

Valid algorithms for asymmetric keys

HmacAlg

Valid algorithms for HMAC keys

KexAlg

Key exchange algorithms (a.k.a. Diffie-Hellman)

MgfAlg

Mask generating functions for RSASSA-PSS

OpaqueAlg

Valid algorithms for opaque data

RsaAlg

RSA algorithms (signing and encryption)

TemplateAlg

Template algorithms (for SSH)

WrapAlg

Valid algorithms for "wrap" (symmetric encryption/key wrapping) keys

YubicoOtpAlg

Valid algorithms for Yubico OTP (AES-based one time password) keys

Type Definitions

AlgorithmError

Algorithm-related errors