JwsTyped

data class JwsTyped<out J : JWS, out P>(val jws: J, val payload: P)(source)

Wrapper for at.asitplus.signum.indispensable.josef.JWS. Useful when payload type is known as part of the contract. All communication over the wire should use jws only!

While the constructor can be used the different invokes are recommended. For convenience also see the typealiases

Constructors

Link copied to clipboard
constructor(jws: J, payload: P)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val jws: J
Link copied to clipboard
val payload: P

Functions

Link copied to clipboard
open override fun toString(): String