Package org.apache.sling.commons.crypto
Interface CryptoService
-
- All Known Implementing Classes:
JasyptStandardPbeStringCryptoService
@ProviderType public interface CryptoServiceService for encrypting messages and decrypting ciphertexts.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull Stringdecrypt(@NotNull String ciphertext)Decrypts the given ciphertext.@NotNull Stringencrypt(@NotNull String message)Encrypts the given message.
-