Skip to content

Commit

Permalink
Drop duplicate method.
Browse files Browse the repository at this point in the history
  • Loading branch information
Majsvaffla committed Apr 16, 2024
1 parent 06213ae commit aed72c6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions bankid/experimental/helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ def __init__(self, signature):
self.root = ET.fromstring(signature.decode)
self.raw = signature

@property
def signature_value(self):
return B64Value(self.root[1].text).decode

@property
def signed_data_digest(self):
return self.root[0][2][2]
Expand Down

0 comments on commit aed72c6

Please sign in to comment.