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 SummaryConstructors Constructor Description SolrNodeKeyPair(CloudConfig cloudConfig)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description CryptoKeys.RSAKeyPairgetKeyPair()
 
- 
- 
- 
Constructor Detail- 
SolrNodeKeyPairpublic SolrNodeKeyPair(CloudConfig cloudConfig) 
 
- 
 - 
Method Detail- 
getKeyPairpublic CryptoKeys.RSAKeyPair getKeyPair() 
 
- 
 
-