文件操作 - interfaces.rst
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/doc/python2-cryptography-1.7.2/docs/hazmat/primitives/asymmetric/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.
修改文件时间
将文件时间修改为当前时间的前一年
删除文件