Uses of Interface
org.apache.sling.commons.crypto.SecretKeyProvider
-
Packages that use SecretKeyProvider Package Description org.apache.sling.commons.crypto.internal Provides provider implementations of the Apache Sling Commons Crypto API. -
-
Uses of SecretKeyProvider in org.apache.sling.commons.crypto.internal
Classes in org.apache.sling.commons.crypto.internal that implement SecretKeyProvider Modifier and Type Class Description class
PbeSecretKeyProvider
Provider of secret keys to use with password-based encryption (PBE).
-