vspyx.Core.Crypto

Package Contents

Classes

HashFunctions

Enum where members are also (and must be) ints

PKCSEncodings

Enum where members are also (and must be) ints

class vspyx.Core.Crypto.HashFunctions

Bases: enum.IntEnum

Inheritance diagram of vspyx.Core.Crypto.HashFunctions

Enum where members are also (and must be) ints

MD5 = 2
SHA1 = 0
SHA256 = 1
class vspyx.Core.Crypto.PKCSEncodings

Bases: enum.IntEnum

Inheritance diagram of vspyx.Core.Crypto.PKCSEncodings

Enum where members are also (and must be) ints

PKCS1_V15 = 0
PKCS1_V21 = 1