Skip to content

Commit

Permalink
Upatated documentation to match code
Browse files Browse the repository at this point in the history
Updated  documentation to match code after adding the password parameter
  • Loading branch information
Allu2 authored Aug 17, 2016
1 parent ff3f974 commit 77ad596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jwkest/jwk.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ def import_rsa_key_from_file(filename, passphrase=None):
def import_rsa_key(key, passphrase=None):
"""
Extract an RSA key from a PEM-encoded certificate
:param key: RSA key encoded in standard form
:param passphrase: Password to open the certificate (Optional)
:return: RSA key instance
"""
return importKey(key, passphrase=passphrase)
Expand Down

0 comments on commit 77ad596

Please sign in to comment.