Module java4ever.binding
Package tech.deplant.java4ever.binding
Interface Crypto.EncryptionAlgorithm
- All Known Implementing Classes:
Crypto.EncryptionAlgorithm.AES
,Crypto.EncryptionAlgorithm.ChaCha20
,Crypto.EncryptionAlgorithm.NaclBox
,Crypto.EncryptionAlgorithm.NaclSecretBox
- Enclosing class:
Crypto
public static sealed interface Crypto.EncryptionAlgorithm
permits Crypto.EncryptionAlgorithm.AES, Crypto.EncryptionAlgorithm.ChaCha20, Crypto.EncryptionAlgorithm.NaclBox, Crypto.EncryptionAlgorithm.NaclSecretBox
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final record
static final record
static final record
static final record