@InterfaceAudience.Public @InterfaceStability.Evolving public class EncryptionZone extends Object
| Constructor and Description |
|---|
EncryptionZone(long id,
String path,
CipherSuite suite,
CryptoProtocolVersion version,
String keyName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
long |
getId() |
String |
getKeyName() |
String |
getPath() |
CipherSuite |
getSuite() |
CryptoProtocolVersion |
getVersion() |
int |
hashCode() |
String |
toString() |
public EncryptionZone(long id, String path, CipherSuite suite, CryptoProtocolVersion version, String keyName)
public long getId()
public CipherSuite getSuite()
public CryptoProtocolVersion getVersion()
public String getKeyName()
Copyright © 2018 CERN. All Rights Reserved.