@InterfaceAudience.Public @InterfaceStability.Evolving public class EncryptionZone extends Object
| Constructor and Description | 
|---|
| EncryptionZone(long id,
              String path,
              org.apache.hadoop.crypto.CipherSuite suite,
              org.apache.hadoop.crypto.CryptoProtocolVersion version,
              String keyName) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object obj) | 
| long | getId() | 
| String | getKeyName() | 
| String | getPath() | 
| org.apache.hadoop.crypto.CipherSuite | getSuite() | 
| org.apache.hadoop.crypto.CryptoProtocolVersion | getVersion() | 
| int | hashCode() | 
| String | toString() | 
Copyright © 2018 Apache Software Foundation. All rights reserved.