| Package | Description |
|---|---|
| com.atlassian.bamboo.security |
| Modifier and Type | Method and Description |
|---|---|
@NotNull String |
MigratingEncryptionService.decrypt(@Nullable String data) |
@NotNull String |
EncryptionServiceImpl.decrypt(@Nullable String data)
Deprecated.
|
@NotNull String |
EncryptionService.decrypt(@Nullable String data)
Deprecated.
Set of complementary methods
EncryptionService.encrypt(String) and EncryptionService.decrypt(String) provide means
to obfuscate sensitive data. |
@NotNull String |
MigratingEncryptionService.encrypt(@Nullable String data) |
@NotNull String |
EncryptionServiceImpl.encrypt(@Nullable String stringToEncrypt)
Deprecated.
|
@NotNull String |
EncryptionService.encrypt(@Nullable String data)
Deprecated.
Set of complementary methods
EncryptionService.encrypt(String) and EncryptionService.decrypt(String) provide means
to obfuscate sensitive data. |
| Constructor and Description |
|---|
EncryptionServiceImpl()
Deprecated.
|
Copyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.