Class AbstractTestX509Parameterized

java.lang.Object
org.apache.hadoop.hbase.io.crypto.tls.AbstractTestX509Parameterized
Direct Known Subclasses:
TestBCFKSFileLoader, TestJKSFileLoader, TestPEMFileLoader, TestPKCS12FileLoader, TestX509Util

public abstract class AbstractTestX509Parameterized extends Object
Base class for parameterized unit tests that use X509TestContext for testing different X509 parameter combinations (CA key type, cert key type, with/without a password, with/without hostname verification, etc).

This base class takes care of setting up / cleaning up the test environment, and caching the X509TestContext objects used by the tests.

This file has been copied from the Apache ZooKeeper project.

See Also: