Message Wrapper
class MessageWrapper(keyPairAdapter: KeyPairAdapter, jwsService: JwsService = DefaultJwsService(DefaultCryptoService(keyPairAdapter)), 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