Uses of Class
io.confluent.dekregistry.client.rest.entities.Dek
Packages that use Dek
-
Uses of Dek in io.confluent.dekregistry.client
Methods in io.confluent.dekregistry.client that return DekModifier and TypeMethodDescriptionCachedDekRegistryClient.createDek(String kekName, String subject, int version, DekFormat algorithm, String encryptedKeyMaterial) CachedDekRegistryClient.createDek(String kekName, String subject, int version, DekFormat algorithm, String encryptedKeyMaterial, boolean deleted) CachedDekRegistryClient.createDek(String kekName, String subject, int version, DekFormat algorithm, String encryptedKeyMaterial, boolean deleted, boolean rewrap) CachedDekRegistryClient.createDek(String kekName, String subject, DekFormat algorithm, String encryptedKeyMaterial) CachedDekRegistryClient.createDek(Map<String, String> requestProperties, String kekName, String subject, Integer version, DekFormat algorithm, String encryptedKeyMaterial, boolean deleted) CachedDekRegistryClient.createDek(Map<String, String> requestProperties, String kekName, String subject, Integer version, DekFormat algorithm, String encryptedKeyMaterial, boolean deleted, boolean rewrap) DekRegistryClient.createDek(String kekName, String subject, int version, DekFormat algorithm, String encryptedKeyMaterial) DekRegistryClient.createDek(String kekName, String subject, int version, DekFormat algorithm, String encryptedKeyMaterial, boolean deleted) DekRegistryClient.createDek(String kekName, String subject, int version, DekFormat algorithm, String encryptedKeyMaterial, boolean deleted, boolean rewrap) DekRegistryClient.createDek(String kekName, String subject, DekFormat algorithm, String encryptedKeyMaterial) MockDekRegistryClient.createDek(String kekName, String subject, int version, DekFormat algorithm, String encryptedKeyMaterial) MockDekRegistryClient.createDek(String kekName, String subject, int version, DekFormat algorithm, String encryptedKeyMaterial, boolean deleted) MockDekRegistryClient.createDek(String kekName, String subject, int version, DekFormat algorithm, String encryptedKeyMaterial, boolean deleted, boolean rewrap) MockDekRegistryClient.createDek(String kekName, String subject, DekFormat algorithm, String encryptedKeyMaterial) CachedDekRegistryClient.getDek(String kekName, String subject, DekFormat algorithm, boolean lookupDeleted) DekRegistryClient.getDek(String kekName, String subject, DekFormat algorithm, boolean lookupDeleted) MockDekRegistryClient.getDek(String kekName, String subject, DekFormat algorithm, boolean lookupDeleted) CachedDekRegistryClient.getDekLatestVersion(String kekName, String subject, DekFormat algorithm, boolean lookupDeleted) DekRegistryClient.getDekLatestVersion(String kekName, String subject, DekFormat algorithm, boolean lookupDeleted) MockDekRegistryClient.getDekLatestVersion(String kekName, String subject, DekFormat algorithm, boolean lookupDeleted) CachedDekRegistryClient.getDekVersion(String kekName, String subject, int version, DekFormat algorithm, boolean lookupDeleted) DekRegistryClient.getDekVersion(String kekName, String subject, int version, DekFormat algorithm, boolean lookupDeleted) MockDekRegistryClient.getDekVersion(String kekName, String subject, int version, DekFormat algorithm, boolean lookupDeleted) protected DekMockDekRegistryClient.maybeGenerateEncryptedDek(Dek key) protected DekMockDekRegistryClient.maybeGenerateRawDek(Dek key) Methods in io.confluent.dekregistry.client with parameters of type DekModifier and TypeMethodDescriptionprotected DekMockDekRegistryClient.maybeGenerateEncryptedDek(Dek key) protected DekMockDekRegistryClient.maybeGenerateRawDek(Dek key) -
Uses of Dek in io.confluent.dekregistry.client.rest
Methods in io.confluent.dekregistry.client.rest that return DekModifier and TypeMethodDescriptionDekRegistryRestService.createDek(String kekName, boolean rewrap, CreateDekRequest request) DekRegistryRestService.createDek(String kekName, CreateDekRequest request) DekRegistryRestService.createDek(Map<String, String> requestProperties, String kekName, boolean rewrap, CreateDekRequest request) DekRegistryRestService.getDek(String name, String subject, DekFormat algorithm, boolean lookupDeleted) DekRegistryRestService.getDek(Map<String, String> requestProperties, String kekName, String subject, DekFormat algorithm, boolean lookupDeleted) DekRegistryRestService.getDekVersion(String name, String subject, int version, boolean lookupDeleted) DekRegistryRestService.getDekVersion(String name, String subject, int version, DekFormat algorithm, boolean lookupDeleted) DekRegistryRestService.getDekVersion(Map<String, String> requestProperties, String kekName, String subject, int version, DekFormat algorithm, boolean lookupDeleted)