Package org.saidone.service.crypto
package org.saidone.service.crypto
-
ClassDescriptionBase implementation for
CryptoService
that provides common functionality for the concrete encryption services.Configuration class for key derivation function settings Contains nested configuration classes for PBKDF2, HKDF and Argon2Configuration for Argon2 key derivation functionConfiguration for HKDF key derivation functionConfiguration for PBKDF2 key derivation functionCryptographic service based on the Bouncy Castle provider that performs ChaCha20-Poly1305 encryption.Abstraction for stream based symmetric encryption and decryption services.CryptoService
implementation based on the JCA provider.