@Internal
public interface SecretEncryptionServiceInternal
| Modifier and Type | Method and Description |
|---|---|
String |
decrypt(String encryptedSecret)
Decrypts the supplied secret.
|
String |
encrypt(String secretToEncrypt)
Encrypts the supplied string.
|
boolean |
isEncrypted(String string)
Whether the supplied string has been encrypted by this service.
|
void |
reloadCipher()
Enforce reloading current cipher.
|
boolean isEncrypted(@NotNull
String string)
void reloadCipher()
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.