OpenSearch/x-pack/qa/saml-idp-tests
Ioannis Kakavas a8faf9768a
Limit the scope of BouncyCastle dependency (#30358)
Limits the scope of the runtime dependency on
BouncyCastle so that it can be eventually removed.

* Splits functionality related to reading and generating certificates
and keys in two utility classes so that reading certificates and
keys doesn't require BouncyCastle.
* Implements a class for parsing PEM Encoded key material (which also
adds support for reading PKCS8 encoded encrypted private keys).
* Removes BouncyCastle dependency for all of our test suites(except
for the tests that explicitly test certificate generation) by using
pre-generated keys/certificates/keystores.
2018-05-29 19:11:09 +03:00
..
src/test/java/org/elasticsearch/xpack/security/authc/saml Limit the scope of BouncyCastle dependency (#30358) 2018-05-29 19:11:09 +03:00
build.gradle Build: move generated-resources to build (#30366) 2018-05-10 07:35:23 -06:00