public class TestEncryptionTest extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TestEncryptionTest.FailingCipherProvider |
static class |
TestEncryptionTest.FailingKeyProvider |
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
Constructor and Description |
---|
TestEncryptionTest() |
Modifier and Type | Method and Description |
---|---|
void |
testAESCipher() |
void |
testBadCipherProvider() |
void |
testBadKeyProvider() |
void |
testDefaultCipherProvider() |
void |
testTestEnabledWhenCryptoIsExplicitlyDisabled() |
void |
testTestEnabledWhenCryptoIsExplicitlyEnabled() |
void |
testTestEnabledWithDefaultConfig() |
void |
testTestKeyProvider() |
void |
testUnknownCipher() |
public static final HBaseClassTestRule CLASS_RULE
public TestEncryptionTest()
public void testTestKeyProvider() throws Exception
Exception
public void testBadKeyProvider() throws Exception
Exception
public void testDefaultCipherProvider() throws Exception
Exception
public void testBadCipherProvider() throws Exception
Exception
public void testAESCipher()
public void testUnknownCipher() throws Exception
Exception
public void testTestEnabledWithDefaultConfig()
public void testTestEnabledWhenCryptoIsExplicitlyEnabled()
public void testTestEnabledWhenCryptoIsExplicitlyDisabled() throws Exception
Exception
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.