public interface SecretEncryptionService
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.
|
boolean isEncrypted(@NotNull String string)
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.