public final class GdprSettings
extends java.lang.Object
| Constructor and Description |
|---|
GdprSettings(int keySize,
int gcmTlen) |
| Modifier and Type | Method and Description |
|---|---|
static GdprSettings |
apply(akka.actor.ActorSystem system) |
static GdprSettings |
apply(com.typesafe.config.Config config) |
static GdprSettings |
create(akka.actor.ActorSystem system) |
static GdprSettings |
create(com.typesafe.config.Config config) |
int |
gcmTlen() |
int |
keySize() |
GdprSettings |
withGcmTlen(int newGcmTlen) |
GdprSettings |
withKeySize(int newKeySize) |
public static GdprSettings apply(akka.actor.ActorSystem system)
public static GdprSettings create(akka.actor.ActorSystem system)
public static GdprSettings apply(com.typesafe.config.Config config)
public static GdprSettings create(com.typesafe.config.Config config)
public int keySize()
public int gcmTlen()
public GdprSettings withKeySize(int newKeySize)
public GdprSettings withGcmTlen(int newGcmTlen)