Message Wrapper
class MessageWrapper(cryptoService: CryptoService, jwsService: JwsService = DefaultJwsService(cryptoService), verifierJwsService: VerifierJwsService = DefaultVerifierJwsService())
Constructors
Functions
Link copied to clipboard
suspend fun createSignedAndEncryptedJwe(jwm: JsonWebMessage, recipientKey: JsonWebKey): KmmResult<JweEncrypted>
Link copied to clipboard
Link copied to clipboard