Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarea committed Oct 25, 2023
1 parent 12e0897 commit a873817
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/kotlin/tech/relaycorp/veraid/SignatureBundle.kt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public class SignatureBundle internal constructor(
* @param plaintext The plaintext whose signature is to be verified.
* @param serviceOid The OID of the service to which the signature is bound.
* @param date The date against which to verify the signature.
* @return The member that produced the signature and the plaintext.
* @return The member that produced the signature and the respective plaintext.
* @throws SignatureException If the bundle is invalid.
*/
public suspend fun verify(
Expand All @@ -60,7 +60,7 @@ public class SignatureBundle internal constructor(
* expected to encapsulate it).
* @param serviceOid The OID of the service to which the signature is bound.
* @param datePeriod The period against which to verify the signature.
* @return The member that produced the signature and the plaintext.
* @return The member that produced the signature and the respective plaintext.
* @throws SignatureException If the bundle is invalid.
*/
public suspend fun verify(
Expand Down

0 comments on commit a873817

Please sign in to comment.