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

Class SignatureAlgorithm

source code


Signing algorithms 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

Class Variables [hide private]
  anonymous = 0
  dsa = 2
  ecdsa = 3
  rsa = 1
Properties [hide private]

Inherited from object: __class__