Uses of Package
org.apache.sling.commons.crypto
-
Packages that use org.apache.sling.commons.crypto Package Description org.apache.sling.commons.crypto.internal Provides provider implementations of the Apache Sling Commons Crypto API.org.apache.sling.commons.crypto.jasypt.internal Provides an implementation of the Apache Sling Commons Crypto API (Crypto Service) based on Jasypt. -
Classes in org.apache.sling.commons.crypto used by org.apache.sling.commons.crypto.internal Class Description PasswordProvider Provider of passwords to use for example with password-based encryption (PBE).SaltProvider Provider of salts to use for example with password-based encryption (PBE).SecretKeyProvider Provider of secret keys for encryption and decryption. -
Classes in org.apache.sling.commons.crypto used by org.apache.sling.commons.crypto.jasypt.internal Class Description CryptoService Service for encrypting messages and decrypting ciphertexts.