Uses of Class
org.apache.hadoop.hbase.io.crypto.tls.X509TestContext
Packages that use X509TestContext
Package
Description
-
Uses of X509TestContext in org.apache.hadoop.hbase.io.crypto.tls
Fields in org.apache.hadoop.hbase.io.crypto.tls declared as X509TestContextModifier and TypeFieldDescriptionprotected X509TestContext
AbstractTestX509Parameterized.x509TestContext
Fields in org.apache.hadoop.hbase.io.crypto.tls with type parameters of type X509TestContextModifier and TypeFieldDescriptionprivate final org.apache.hbase.thirdparty.com.google.common.cache.LoadingCache<X509TestContextProvider.CacheKey,
X509TestContext> X509TestContextProvider.ctxs
Methods in org.apache.hadoop.hbase.io.crypto.tls that return X509TestContextModifier and TypeMethodDescriptionX509TestContext.Builder.build()
Builds a new X509TestContext from this builder.X509TestContext.cloneWithNewKeystoreCert
(X509Certificate cert) Creates a clone of the current context, but injecting the passed certificate as the KeyStore cert.X509TestContextProvider.get
(X509KeyType caKeyType, X509KeyType certKeyType, char[] keyPassword) -
Uses of X509TestContext in org.apache.hadoop.hbase.ipc
Fields in org.apache.hadoop.hbase.ipc declared as X509TestContext -
Uses of X509TestContext in org.apache.hadoop.hbase.security
Fields in org.apache.hadoop.hbase.security declared as X509TestContextModifier and TypeFieldDescriptionprivate X509TestContext
AbstractTestMutualTls.x509TestContext
private X509TestContext
AbstractTestTlsRejectPlainText.x509TestContext
private X509TestContext
TestMutualTlsClientSideNonLocalhost.x509TestContext
private X509TestContext
TestNettyTLSIPCFileWatcher.x509TestContext
private X509TestContext
TestSaslTlsIPC.x509TestContext