Webcom Android SDK Public API Reference / com.orange.webcom.jwe / CryptoMethod

CryptoMethod

sealed class CryptoMethod

Types

None

object None : CryptoMethod

Symmetrical

abstract class Symmetrical : CryptoMethod

Properties

algType

val algType: String

Companion Object Properties

default

val default: CryptoMethod.Symmetrical

Companion Object Functions

fromEncType

fun fromEncType(enc: String): CryptoMethod.Symmetrical

fromJWTHeader

fun fromJWTHeader(hdr: String): CryptoMethod

Inheritors

None

object None : CryptoMethod

Symmetrical

abstract class Symmetrical : CryptoMethod