Package io.aether.crypto
-
Interface Summary Interface Description AKey AKey.AsymmetricPrivate AKey.AsymmetricPublic AKey.SignPrivate AKey.SignPublic AKey.Symmetric CryptoEngine Interface for an object that performs encryption and decryption with a stateful component, such as a nonce.CryptoProvider Interface defining the contract for a cryptographic provider (e.g., SODIUM, HYDROGEN).CryptoProviderUnit PairKeys Sign SignChecker Signer -
Class Summary Class Description CryptoProviderFactory The CryptoProviderFactory is a central registry for all cryptographic providers.PairAsymKeys PairAsymKeysSigned PairSignKeys PairSymKeys SignedKey A class representing a cryptographic key with its corresponding digital signature. -
Enum Summary Enum Description KeyType -
Exception Summary Exception Description DecryptException Exception thrown when a decryption operation fails.EncryptException Exception thrown when an encryption operation fails.