Package | Description |
---|---|
org.apache.hadoop.hbase.io.crypto.tls | |
org.apache.hadoop.hbase.security |
Modifier and Type | Field and Description |
---|---|
private X509KeyType |
X509TestContextProvider.CacheKey.caKeyType |
X509KeyType |
AbstractTestX509Parameterized.caKeyType |
private X509KeyType |
X509TestContextProvider.CacheKey.certKeyType |
X509KeyType |
AbstractTestX509Parameterized.certKeyType |
private X509KeyType |
X509TestContext.Builder.keyStoreKeyType |
private X509KeyType |
X509TestContext.Builder.trustStoreKeyType |
Modifier and Type | Method and Description |
---|---|
static X509KeyType |
X509KeyType.valueOf(String name)
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 Type | Method and Description |
---|---|
static KeyPair |
X509TestHelpers.generateKeyPair(X509KeyType keyType)
Generates a new asymmetric key pair of the given type.
|
X509TestContext |
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 |
X509TestContext.Builder.setKeyStoreKeyType(X509KeyType keyType)
Sets the key store key type.
|
X509TestContext.Builder |
X509TestContext.Builder.setTrustStoreKeyType(X509KeyType keyType)
Sets the trust store key type.
|
Constructor and Description |
---|
CacheKey(X509KeyType caKeyType,
X509KeyType certKeyType,
char[] keyPassword) |
Modifier and Type | Field and Description |
---|---|
X509KeyType |
TestNettyTlsIPC.caKeyType |
X509KeyType |
AbstractTestTlsRejectPlainText.caKeyType |
X509KeyType |
AbstractTestMutualTls.caKeyType |
X509KeyType |
TestSaslTlsIPC.caKeyType |
X509KeyType |
TestNettyTlsIPC.certKeyType |
X509KeyType |
AbstractTestTlsRejectPlainText.certKeyType |
X509KeyType |
AbstractTestMutualTls.certKeyType |
X509KeyType |
TestSaslTlsIPC.certKeyType |
X509KeyType |
TestNettyTLSIPCFileWatcher.keyType |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.