Class AbstractCryptoService.Kdf

java.lang.Object
org.saidone.service.crypto.AbstractCryptoService.Kdf
Enclosing class:
AbstractCryptoService

@Validated public static class AbstractCryptoService.Kdf extends Object
Configuration holder for key derivation settings.

The impl property selects the KDF implementation to use while the nested classes expose specific configuration options for PBKDF2, HKDF and Argon2.

  • Constructor Details

    • Kdf

      public Kdf()