Package org.apache.solr.security
Class SolrNodeKeyPair
- java.lang.Object
-
- org.apache.solr.security.SolrNodeKeyPair
-
public class SolrNodeKeyPair extends Object
Creates and mediates access to the CryptoKeys.RSAKeyPair used by this Solr node.Expected to be created once on each Solr node for the life of that process.
-
-
Constructor Summary
Constructors Constructor Description SolrNodeKeyPair(CloudConfig cloudConfig)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CryptoKeys.RSAKeyPair
getKeyPair()
-
-
-
Constructor Detail
-
SolrNodeKeyPair
public SolrNodeKeyPair(CloudConfig cloudConfig)
-
-
Method Detail
-
getKeyPair
public CryptoKeys.RSAKeyPair getKeyPair()
-
-