Skip to content

Commit

Permalink
Lines were too long, shortened to 120 characters
Browse files Browse the repository at this point in the history
  • Loading branch information
vo-va committed Feb 2, 2018
1 parent 0e26307 commit e65ee4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions signxml/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,9 +265,9 @@ class XMLSigner(XMLSignatureProcessor):
listed under the `Algorithm Identifiers and Implementation Requirements
<http://www.w3.org/TR/xmldsig-core1/#sec-AlgID>`_ section of the XML Signature 1.1 standard are supported.
:type digest_algorithm: string
:param include_c14n_transform: If this parameter equal ``True`` c14n transformation will be included in ``Transform`` XML node.
This parameter is needed, because some software can uses hard restrictions on Transform XML node, that prohibit
include c14n transformation into Transform XML node.
:param include_c14n_transform: If this parameter equal ``True`` c14n transformation will be included
in ``Transform`` XML node. This parameter is needed, because some software can uses hard restrictions
on Transform XML node, that prohibit include c14n transformation into Transform XML node.
:type include_c14n_transform: string
"""
def __init__(self, method=methods.enveloped, signature_algorithm="rsa-sha256", digest_algorithm="sha256",
Expand Down

0 comments on commit e65ee4c

Please sign in to comment.