-
Methods in com.dyadicsec.advapi that return SDEKey
Modifier and Type |
Method |
Description |
static SDEKey |
SDEKey.findKey(long uid) |
Find an application level encryption key, located by its UID
|
static SDEKey |
SDEKey.findKey(java.lang.String name) |
Find an application level encryption key, located by its name
|
static SDEKey |
SDEKey.findKey(java.lang.String slotName,
long uid) |
Find an application level encryption key in a specific EKM partition.
|
static SDEKey |
SDEKey.findKey(java.lang.String slotName,
java.lang.String name) |
Find an application level encryption key in a specific EKM partition.
|
static SDEKey |
SDEKey.generate(com.unbound.client.Partition partition,
java.lang.String keyName) |
|
SDEKey |
SDEKey.getPreviousKey() |
Return the previous key used for encryption in case Re-Key was used
|
SDEKey |
SDESessionKey.getSDEKey() |
Get the SDEKey used to derive this date encryption key
|