Skip to content

Commit

Permalink
fix(SignatureBundle): Annotate deserialise() with @JvmStatic
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarea committed Oct 28, 2023
1 parent 458d3f4 commit be46b1d
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 @@ -168,6 +168,7 @@ public class SignatureBundle internal constructor(
* @throws SignatureException If the bundle is invalid.
*/
@Throws(SignatureException::class)
@JvmStatic
public fun deserialise(serialisation: ByteArray): SignatureBundle {
val sequence = try {
ASN1Utils.deserializeHeterogeneousSequence(serialisation)
Expand Down

0 comments on commit be46b1d

Please sign in to comment.