Submit
Path:
~
/
/
opt
/
alt
/
python35
/
share
/
doc
/
alt-python35-cryptography-1.8.1
/
docs
/
hazmat
/
primitives
/
asymmetric
/
File Content:
interfaces.rst
.. hazmat:: .. module:: cryptography.hazmat.primitives.asymmetric Signature Interfaces ==================== .. class:: AsymmetricSignatureContext .. versionadded:: 0.2 .. method:: update(data) :param bytes data: The data you want to sign. .. method:: finalize() :return bytes signature: The signature. .. class:: AsymmetricVerificationContext .. versionadded:: 0.2 .. method:: update(data) :param bytes data: The data you wish to verify using the signature. .. method:: verify() :raises cryptography.exceptions.InvalidSignature: If the signature does not validate.
Submit
FILE
FOLDER
Name
Size
Permission
Action
dh.rst
8367 bytes
0644
dsa.rst
14134 bytes
0644
ec.rst
19274 bytes
0644
index.rst
1358 bytes
0644
interfaces.rst
648 bytes
0644
rsa.rst
24055 bytes
0644
serialization.rst
17156 bytes
0644
utils.rst
2968 bytes
0644
N4ST4R_ID | Naxtarrr