aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/main/java/org/sonar/api/config/AesCipher.java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-13214 Remove org.sonar.api.config.Settings from the APIJulien HENRY2020-03-231-134/+0
* Format all headers for 2020Wouter Admiraal2020-01-071-1/+1
* Fix license headers for 2019Duarte Meneses2019-01-021-1/+1
* Fix license headers for 2018Simon Brandhof2018-01-071-1/+1
* Fix Quality flawsSimon Brandhof2017-07-261-2/+2
* Decrease coupling with GuavaSimon Brandhof2017-07-251-16/+14
* Fix Quality flawsSimon Brandhof2017-03-281-1/+3
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-101-2/+2
* Fix Quality flawsSimon Brandhof2016-07-181-5/+5
* Fix project title in copyright headersSimon Brandhof2016-01-131-1/+1
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-051-4/+4
* Use StandardCharsets instead of guava/commons-ioJulien HENRY2015-05-121-2/+2
* Fix some quality flawsSimon Brandhof2015-01-061-3/+4
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-111-1/+1
* Fix quality flawsJulien Lancelot2013-07-051-1/+1
* SONAR-4061 The property 'sonar.password' is not encryptableJulien HENRY2013-06-261-7/+10
* Update copyright headersSimon Brandhof2013-04-221-4/+4
* SONAR-4252 rename Sonar to SonarQube in source headersSimon Brandhof2013-04-211-3/+3
* Remove warningsDavid Gageot2012-04-271-5/+5
* Fix some quality flawsSimon Brandhof2012-04-051-1/+0
* Fix compatibility with Java 5Simon Brandhof2012-04-031-1/+1
* SONAR-2084 fix the key of the property sonar.secretKeyPathSimon Brandhof2012-03-201-3/+3
* SONAR-1378 validate property types + update type of core propertiesSimon Brandhof2012-03-161-1/+2
* SONAR-2084 default value of sonar.secretKeyPath is ~/.sonar/sonar-secret.txtSimon Brandhof2012-03-141-2/+7
* Fix some quality flawsSimon Brandhof2012-03-141-5/+8
* SONAR-2084 complete web UI to generate secret key and to encrypt passwordsSimon Brandhof2012-03-131-14/+21
* SONAR-2084 draft of new page 'Password encryption'Simon Brandhof2012-03-131-5/+21
* SONAR-2084 replace asymetric RSA by symetric AESSimon Brandhof2012-03-131-0/+99