Package org.seedstack.seed.crypto
Contains cryptographic service classes. It provides secure hashing and private key encryption.
-
Interface Summary Interface Description EncryptionService Service to do asymmetric encryption and decryption.HashingService Support for creating a hash and validating passwords. -
Class Summary Class Description CryptoConfig CryptoConfig.CertificateConfig CryptoConfig.KeyStoreConfig CryptoConfig.KeyStoreConfig.AliasConfig CryptoConfig.SSLConfig CryptoConfig.StoreConfig Hash A Hash is the couple made of two byte arrays : the hashed string and the salt used to hash it.