aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/test/resources
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2012-03-13 17:25:12 +0100
committerSimon Brandhof <simon.brandhof@gmail.com>2012-03-13 17:36:55 +0100
commitcf3ce5bd552c16b65eea2afd995f25524247f4a9 (patch)
treec503e641c06f727f75f1b5d79e447b09a715a664 /sonar-plugin-api/src/test/resources
parent896acd53cbdf4cb16536055a7d48bfcb4b613c3d (diff)
downloadsonarqube-cf3ce5bd552c16b65eea2afd995f25524247f4a9.tar.gz
sonarqube-cf3ce5bd552c16b65eea2afd995f25524247f4a9.zip
SONAR-2084 replace asymetric RSA by symetric AES
Diffstat (limited to 'sonar-plugin-api/src/test/resources')
-rw-r--r--sonar-plugin-api/src/test/resources/org/sonar/api/config/AesCipherTest/aes_secret_key.txt1
-rw-r--r--sonar-plugin-api/src/test/resources/org/sonar/api/config/RsaCipherTest/rsa_private_key.txt1
-rw-r--r--sonar-plugin-api/src/test/resources/org/sonar/api/config/RsaCipherTest/rsa_public_key.txt1
3 files changed, 1 insertions, 2 deletions
diff --git a/sonar-plugin-api/src/test/resources/org/sonar/api/config/AesCipherTest/aes_secret_key.txt b/sonar-plugin-api/src/test/resources/org/sonar/api/config/AesCipherTest/aes_secret_key.txt
new file mode 100644
index 00000000000..65b98c522da
--- /dev/null
+++ b/sonar-plugin-api/src/test/resources/org/sonar/api/config/AesCipherTest/aes_secret_key.txt
@@ -0,0 +1 @@
+0PZz+G+f8mjr3sPn4+AhHg== \ No newline at end of file
diff --git a/sonar-plugin-api/src/test/resources/org/sonar/api/config/RsaCipherTest/rsa_private_key.txt b/sonar-plugin-api/src/test/resources/org/sonar/api/config/RsaCipherTest/rsa_private_key.txt
deleted file mode 100644
index 10be545d264..00000000000
--- a/sonar-plugin-api/src/test/resources/org/sonar/api/config/RsaCipherTest/rsa_private_key.txt
+++ /dev/null
@@ -1 +0,0 @@
-90219154459460484635307049294251309350624400174513872842964935995590426792849850754956692979878580134173903984923579664828287537160023584656524734039928278121145700539672753499137027823143447317638477535928797385199093031615075304372662494208460458746505946857452591645907526128623572362647338861106567346733,28487650981645105345729039749992166191644740180529930949117542540744133726768616377360480408404524731015987443184896433830608393640073974409602558039310242973125348929164889362700042142142217737063061860660679199646988663544428331146992861271726257946205621825278746735752228856292372558114153659087908459073 \ No newline at end of file
diff --git a/sonar-plugin-api/src/test/resources/org/sonar/api/config/RsaCipherTest/rsa_public_key.txt b/sonar-plugin-api/src/test/resources/org/sonar/api/config/RsaCipherTest/rsa_public_key.txt
deleted file mode 100644
index ef746000bcc..00000000000
--- a/sonar-plugin-api/src/test/resources/org/sonar/api/config/RsaCipherTest/rsa_public_key.txt
+++ /dev/null
@@ -1 +0,0 @@
-90219154459460484635307049294251309350624400174513872842964935995590426792849850754956692979878580134173903984923579664828287537160023584656524734039928278121145700539672753499137027823143447317638477535928797385199093031615075304372662494208460458746505946857452591645907526128623572362647338861106567346733,65537 \ No newline at end of file