| Package | Description |
|---|---|
| io.confluent.dekregistry.storage |
| Modifier and Type | Method and Description |
|---|---|
KeyEncryptionKey |
DekRegistry.createKek(CreateKekRequest request) |
KeyEncryptionKey |
DekRegistry.getKek(String name,
boolean lookupDeleted) |
KeyEncryptionKey |
DekRegistry.putKek(String name,
UpdateKekRequest request) |
| Modifier and Type | Method and Description |
|---|---|
protected DataEncryptionKey |
DekRegistry.generateEncryptedDek(KeyEncryptionKey kek,
DataEncryptionKey key) |
protected DataEncryptionKey |
DekRegistry.generateRawDek(KeyEncryptionKey kek,
DataEncryptionKey key) |
protected com.google.crypto.tink.Aead |
DekRegistry.getAead(KeyEncryptionKey kek) |
boolean |
KeyEncryptionKey.isEquivalent(KeyEncryptionKey that) |
void |
DekRegistry.testKek(KeyEncryptionKey kek) |
Kek |
DekRegistry.toKekEntity(KeyEncryptionKey kek) |
Copyright © 2026 Confluent, Inc.. All rights reserved.