Uses of Enum
org.apache.hadoop.hbase.io.crypto.tls.X509KeyType
Package
Description
-
Uses of X509KeyType in org.apache.hadoop.hbase.io.crypto.tls
Modifier and TypeFieldDescriptionAbstractTestX509Parameterized.caKeyType
private final X509KeyType
X509TestContextProvider.CacheKey.caKeyType
AbstractTestX509Parameterized.certKeyType
private final X509KeyType
X509TestContextProvider.CacheKey.certKeyType
private X509KeyType
X509TestContext.Builder.keyStoreKeyType
private X509KeyType
X509TestContext.Builder.trustStoreKeyType
Modifier and TypeMethodDescriptionstatic X509KeyType
Returns the enum constant of this type with the specified name.static X509KeyType[]
X509KeyType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionstatic KeyPair
X509TestHelpers.generateKeyPair
(X509KeyType keyType) Generates a new asymmetric key pair of the given type.X509TestContextProvider.get
(X509KeyType caKeyType, X509KeyType certKeyType, char[] keyPassword) void
X509TestContext.regenerateStores
(X509KeyType keyStoreKeyType, X509KeyType trustStoreKeyType, org.apache.hadoop.hbase.io.crypto.tls.KeyStoreFileType keyStoreFileType, org.apache.hadoop.hbase.io.crypto.tls.KeyStoreFileType trustStoreFileType) X509TestContext.Builder.setKeyStoreKeyType
(X509KeyType keyType) Sets the key store key type.X509TestContext.Builder.setTrustStoreKeyType
(X509KeyType keyType) Sets the trust store key type.ModifierConstructorDescription(package private)
CacheKey
(X509KeyType caKeyType, X509KeyType certKeyType, char[] keyPassword) -
Uses of X509KeyType in org.apache.hadoop.hbase.ipc
-
Uses of X509KeyType in org.apache.hadoop.hbase.security
Modifier and TypeFieldDescriptionAbstractTestMutualTls.caKeyType
AbstractTestTlsRejectPlainText.caKeyType
TestSaslTlsIPC.caKeyType
AbstractTestMutualTls.certKeyType
AbstractTestTlsRejectPlainText.certKeyType
TestSaslTlsIPC.certKeyType
TestNettyTLSIPCFileWatcher.keyType