Uses of Interface
org.apache.sling.commons.crypto.SaltProvider
-
Packages that use SaltProvider Package Description org.apache.sling.commons.crypto.internal Provides provider implementations of the Apache Sling Commons Crypto API. -
-
Uses of SaltProvider in org.apache.sling.commons.crypto.internal
Classes in org.apache.sling.commons.crypto.internal that implement SaltProvider Modifier and Type Class Description class
SecureRandomSaltProvider
Provider of salts created fromSecureRandom
.
-