Interface SecretEncryptionServiceInternal
- All Known Implementing Classes:
SecretEncryptionServiceInternalImpl
@Internal
public interface SecretEncryptionServiceInternal
-
Method Summary
Modifier and TypeMethodDescription@NotNull String
Decrypts the supplied secret.@NotNull String
Encrypts the supplied string.boolean
isEncrypted
(@NotNull String string) Whether the supplied string has been encrypted by this service.void
Enforce 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.
-