public static class HadoopShims.KeyMetadata extends Object
| Constructor and Description | 
|---|
| KeyMetadata(String key,
           int version,
           EncryptionAlgorithm algorithm) | 
| Modifier and Type | Method and Description | 
|---|---|
| EncryptionAlgorithm | getAlgorithm()Get the encryption algorithm for this key. | 
| String | getKeyName()Get the name of the key. | 
| int | getVersion()Get the version of this key. | 
| String | toString() | 
public KeyMetadata(String key, int version, EncryptionAlgorithm algorithm)
public String getKeyName()
public EncryptionAlgorithm getAlgorithm()
public int getVersion()
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.