Class X509TestContextProvider.CacheKey
java.lang.Object
org.apache.hadoop.hbase.io.crypto.tls.X509TestContextProvider.CacheKey
- Enclosing class:
- X509TestContextProvider
-
Field Summary
Modifier and TypeFieldDescriptionprivate final X509KeyType
private final X509KeyType
private final char[]
-
Constructor Summary
ConstructorDescriptionCacheKey
(X509KeyType caKeyType, X509KeyType certKeyType, char[] keyPassword) -
Method Summary
-
Field Details
-
caKeyType
-
certKeyType
-
keyPassword
-
-
Constructor Details
-
CacheKey
CacheKey(X509KeyType caKeyType, X509KeyType certKeyType, char[] keyPassword)
-
-
Method Details