ContentEncryptionAlgorithm

soidc.jwt.ContentEncryptionAlgorithm
See theContentEncryptionAlgorithm companion enum

Attributes

Companion
enum
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

sealed trait CBC

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait CBC256
trait CBC384
trait CBC512
sealed trait CBC256 extends CBC

Attributes

Supertypes
trait CBC
class Object
trait Matchable
class Any
sealed trait CBC384 extends CBC

Attributes

Supertypes
trait CBC
class Object
trait Matchable
class Any
sealed trait CBC512 extends CBC

Attributes

Supertypes
trait CBC
class Object
trait Matchable
class Any
sealed trait GCM

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait GCM128
trait GCM192
trait GCM256
sealed trait GCM128 extends GCM

Attributes

Supertypes
trait GCM
class Object
trait Matchable
class Any
sealed trait GCM192 extends GCM

Attributes

Supertypes
trait GCM
class Object
trait Matchable
class Any
sealed trait GCM256 extends GCM

Attributes

Supertypes
trait GCM
class Object
trait Matchable
class Any

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def fromString(str: String): Either[String, ContentEncryptionAlgorithm]