Our existing SslStoreBundle implementations, JksSslStoreBundle and PemSslStoreBundle, are not immutable. They create the key- and truststore on every get* method call, which can reload the (changed) key material from disk.

For correctness and performance reasons we should make them immutable.