Package tlslite :: Module constants :: Class HashAlgorithm
[hide private]
[frames] | no frames]

Class HashAlgorithm

source code


Hash algorithm IDs used in TLSv1.2

Instance Methods [hide private]

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Methods [hide private]

Inherited from TLSEnum: toRepr, toStr

Inherited from TLSEnum (private): _recursiveVars

Class Variables [hide private]
  md5 = 1
  none = 0
  sha1 = 2
  sha224 = 3
  sha256 = 4
  sha384 = 5
  sha512 = 6
Properties [hide private]

Inherited from object: __class__