:py:mod:`vspyx.Core.Crypto` =========================== .. py:module:: vspyx.Core.Crypto Package Contents ---------------- Classes ~~~~~~~ .. autoapisummary:: vspyx.Core.Crypto.HashFunctions vspyx.Core.Crypto.PKCSEncodings .. py:class:: HashFunctions Bases: :py:obj:`enum.IntEnum` .. autoapi-inheritance-diagram:: vspyx.Core.Crypto.HashFunctions :parts: 1 :private-bases: Enum where members are also (and must be) ints .. py:attribute:: MD5 :annotation: = 2 .. py:attribute:: SHA1 :annotation: = 0 .. py:attribute:: SHA256 :annotation: = 1 .. py:class:: PKCSEncodings Bases: :py:obj:`enum.IntEnum` .. autoapi-inheritance-diagram:: vspyx.Core.Crypto.PKCSEncodings :parts: 1 :private-bases: Enum where members are also (and must be) ints .. py:attribute:: PKCS1_V15 :annotation: = 0 .. py:attribute:: PKCS1_V21 :annotation: = 1