Uses of Interface
org.apache.sling.commons.crypto.CryptoService
-
Packages that use CryptoService Package Description org.apache.sling.commons.crypto.jasypt.internal Provides an implementation of the Apache Sling Commons Crypto API (Crypto Service) based on Jasypt. -
-
Uses of CryptoService in org.apache.sling.commons.crypto.jasypt.internal
Classes in org.apache.sling.commons.crypto.jasypt.internal that implement CryptoService Modifier and Type Class Description class
JasyptStandardPbeStringCryptoService
Service for encrypting messages and decrypting ciphertexts using Jasypt'sStandardPBEStringEncryptor
.
-