Package org.sonar.api.config.internal
Class Encryption
java.lang.Object
org.sonar.api.config.internal.Encryption
- Since:
- 3.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Checks the availability of the secret key, that is required to encrypt and decrypt.boolean
isEncrypted
(String value) void
setPathToSecretKey
(String pathToSecretKey)
-
Constructor Details
-
Encryption
-
-
Method Details
-
setPathToSecretKey
-
hasSecretKey
public boolean hasSecretKey()Checks the availability of the secret key, that is required to encrypt and decrypt. -
isEncrypted
-
encrypt
-
scramble
-
generateRandomSecretKey
-
decrypt
-