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 TypeMethodDescriptionbooleanChecks the availability of the secret key, that is required to encrypt and decrypt.booleanisEncrypted(String value) voidsetPathToSecretKey(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
-