KeyProviderShellDecryptionKeyProvider@Private public class SimpleKeyProvider extends java.lang.Object implements KeyProvider
| Modifier and Type | Field | Description |
|---|---|---|
protected static java.lang.String |
KEY_ACCOUNT_KEY_PREFIX |
| Constructor | Description |
|---|---|
SimpleKeyProvider() |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getStorageAccountKey(java.lang.String accountName,
org.apache.hadoop.conf.Configuration conf) |
Key providers must implement this method.
|
protected java.lang.String |
getStorageAccountKeyName(java.lang.String accountName) |
protected static final java.lang.String KEY_ACCOUNT_KEY_PREFIX
public java.lang.String getStorageAccountKey(java.lang.String accountName,
org.apache.hadoop.conf.Configuration conf)
throws KeyProviderException
KeyProvidergetStorageAccountKey in interface KeyProvideraccountName - the storage account nameconf - Hadoop configuration parametersKeyProviderException - Thrown if there is a problem instantiating a
KeyProvider or retrieving a key using a KeyProvider object.protected java.lang.String getStorageAccountKeyName(java.lang.String accountName)
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.