public class TestKeyStoreKeyProvider extends Object
Modifier and Type | Field and Description |
---|---|
(package private) static String |
ALIAS |
static HBaseClassTestRule |
CLASS_RULE |
(package private) static byte[] |
KEY |
private static org.slf4j.Logger |
LOG |
(package private) static String |
PASSWORD |
(package private) static File |
passwordFile |
(package private) static File |
storeFile |
(package private) static HBaseCommonTestingUtility |
TEST_UTIL |
Constructor and Description |
---|
TestKeyStoreKeyProvider() |
Modifier and Type | Method and Description |
---|---|
static void |
setUp() |
void |
testKeyStoreKeyProviderWithPassword() |
void |
testKeyStoreKeyProviderWithPasswordFile() |
public static final HBaseClassTestRule CLASS_RULE
private static final org.slf4j.Logger LOG
static final HBaseCommonTestingUtility TEST_UTIL
static final String ALIAS
static final String PASSWORD
static byte[] KEY
static File passwordFile
public TestKeyStoreKeyProvider()
public void testKeyStoreKeyProviderWithPassword() throws Exception
Exception
public void testKeyStoreKeyProviderWithPasswordFile() throws Exception
Exception
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.