Interface SecretEncryptionServiceInternal
- All Known Implementing Classes:
SecretEncryptionServiceInternalImpl
@Internal
public interface SecretEncryptionServiceInternal
-
Method Summary
Modifier and TypeMethodDescription@NotNull StringDecrypts the supplied secret.@NotNull StringEncrypts the supplied string.booleanisEncrypted(@NotNull String string) Whether the supplied string has been encrypted by this service.voidEnforce reloading current cipher.
-
Method Details
-
isEncrypted
Whether the supplied string has been encrypted by this service. -
decrypt
Decrypts the supplied secret. -
encrypt
Encrypts the supplied string. -
reloadCipher
void reloadCipher()Enforce reloading current cipher.
-