CryptoAlgorithm

Leafs

class KeyChains.Key.CryptoAlgorithm

Bases: Entity

Class Hierarchy: KeyChains Key CryptoAlgorithm

This class represents configuration data.

Cryptographic algorithm associated with key.

hmac_sha1_12

The HMAC-SHA1-12 algorithm

type: Empty

hmac_sha1_20

The HMAC-SHA1-20 algorithm

type: Empty

md5

The MD5 algorithm

type: Empty

sha_1

The SHA-1 algorithm

type: Empty

hmac_sha_1

HMAC-SHA-1 authentication algorithm

type: Empty

hmac_sha_256

HMAC-SHA-256 authentication algorithm

type: Empty

hmac_sha_384

HMAC-SHA-384 authentication algorithm

type: Empty

hmac_sha_512

HMAC-SHA-512 authentication algorithm

type: Empty