Skip to content

Commit

Permalink
fix(SignatureBundle): Annotate generate() with @JvmStatic
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarea committed Oct 29, 2023
1 parent be46b1d commit 06142b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/kotlin/tech/relaycorp/veraid/SignatureBundle.kt
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ public class SignatureBundle internal constructor(
* @throws SignatureException If the bundle cannot be generated.
*/
@Throws(SignatureException::class)
@JvmStatic
public fun generate(
plaintext: ByteArray,
serviceOid: String,
Expand Down

0 comments on commit 06142b6

Please sign in to comment.