public interface EncryptionKey extends Comparable<EncryptionKey>
Modifier and Type | Method and Description |
---|---|
EncryptionAlgorithm |
getAlgorithm()
The encryption algorithm for this key.
|
EncryptionVariant[] |
getEncryptionRoots()
The columns that are encrypted with this key.
|
String |
getKeyName()
The name of the key.
|
int |
getKeyVersion()
The version of the key.
|
boolean |
isAvailable()
Is the key available to this user?
|
compareTo
String getKeyName()
int getKeyVersion()
EncryptionAlgorithm getAlgorithm()
EncryptionVariant[] getEncryptionRoots()
boolean isAvailable()
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.