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